GP.Graphics
Class Pie

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

public class Pie
extends Shape


Fields inherited from class GP.Graphics.Shape
ourNumShapes
 
Constructor Summary
Pie()
           
Pie(Container container)
           
Pie(Pie pie)
           
 
Method Summary
 Graphic Copy()
           
 Orientation GetArcAngle()
           
 Range GetArcRange()
           
 Orientation GetEndAngle()
           
 Orientation GetStartAngle()
           
 void SetArcAngle(Orientation arcAngle)
           
 void SetArcRange(Range range)
           
 void SetEndAngle(Orientation endAngle)
           
 void SetStartAngle(Orientation startAngle)
           
 
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, IsPositionInside, 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, SetPosition, SetSize, 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

Pie

public Pie()

Pie

public Pie(Container container)

Pie

public Pie(Pie pie)
Method Detail

Copy

public Graphic Copy()
Overrides:
Copy in class Shape

SetStartAngle

public void SetStartAngle(Orientation startAngle)

GetStartAngle

public Orientation GetStartAngle()

SetEndAngle

public void SetEndAngle(Orientation endAngle)

GetEndAngle

public Orientation GetEndAngle()

SetArcAngle

public void SetArcAngle(Orientation arcAngle)

GetArcAngle

public Orientation GetArcAngle()

SetArcRange

public void SetArcRange(Range range)

GetArcRange

public Range GetArcRange()