GP.Graphics
Class Arrow

java.lang.Object
  |
  +--GP.Graphics.Shape
        |
        +--GP.Graphics.Line
              |
              +--GP.Graphics.Arrow
All Implemented Interfaces:
Behavioral, Colorable, Graphic, Movable, Orientable, Originable, Playable, Positionable, Reactive, Refreshable, Scalable, Selectable, Viewable

public class Arrow
extends Line


Fields inherited from class GP.Graphics.Shape
ourNumShapes
 
Constructor Summary
Arrow()
           
Arrow(Container container)
           
 
Method Summary
 void SetPosition(Position pos)
          This method should set the current position of the object.
 
Methods inherited from class GP.Graphics.Line
Copy, GetEnd, GetStart, GetThickness, IsPositionInside, SetEndPoints, SetSize, SetThickness, SetThickness
 
Methods inherited from class GP.Graphics.Shape
Act, AddBehavior, ApplyBehaviors, ApplyInstincts, DeSelect, equals, Fill, Frame, GetApplet, GetBoxBoundedSize, GetColor, GetContainer, GetCurrentTime, GetFillStyle, GetOrientation, GetPivot, GetPosition, GetSize, Hide, IsVisible, Move, Move, Move, MoveBackward, MoveForward, MoveToBack, MoveToFront, Pause, Play, PositionIsOnlyInsideMe, PreferedSize, React, Refresh, RemoveAllBehaviors, RemoveBehavior, ReplaceAllBehaviors, Scale, Scale, Scale, Select, SetColor, SetContainer, SetFillStyle, SetOrientation, SetPivot, Show, Show, Start, Stop, toString, Turn, Turn, Turn, Turn, Turn, Turn
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Arrow

public Arrow()

Arrow

public Arrow(Container container)
Method Detail

SetPosition

public void SetPosition(Position pos)
Description copied from interface: Positionable
This method should set the current position of the object.
Overrides:
SetPosition in class Shape
Following copied from interface: GP.Positionable
Parameters:
position - the new position