GP.Graphics
Class Group

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

public class Group
extends Shape


Fields inherited from class GP.Graphics.Shape
ourNumShapes
 
Constructor Summary
Group()
          Create an empty group.
Group(Container container)
          Create an empty group within the current container.
Group(Group other)
          Create a copy of the current shape.
 
Method Summary
 Graphic Copy()
          Create a copy of the current shape.
 
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

Group

public Group()
Create an empty group.

Group

public Group(Container container)
Create an empty group within the current container.

Group

public Group(Group other)
Create a copy of the current shape.
Method Detail

Copy

public Graphic Copy()
Create a copy of the current shape.
Overrides:
Copy in class Shape