Class: MotionPlot::AnchorPosition
- Inherits:
-
Object
- Object
- MotionPlot::AnchorPosition
- Defined in:
- lib/motion-plot/utilities/anchor_position.rb
Constant Summary collapse
- DEFAULTS =
{ :top_right => CPTRectAnchorTopRight, :bottom_left => CPTRectAnchorBottomLeft, :bottom => CPTRectAnchorBottom, :bottom_right => CPTRectAnchorBottomRight, :left => CPTRectAnchorLeft, :right => CPTRectAnchorRight, :top_left => CPTRectAnchorTopLeft, :top => CPTRectAnchorTop, :center => CPTRectAnchorCenter }