|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shape | |
org.otvl.sbxbsamp.simple |
Uses of Shape in org.otvl.sbxbsamp.simple |
Subclasses of Shape in org.otvl.sbxbsamp.simple | |
class |
Circle
A circle. |
class |
Rectangle
A Rectangle. |
Methods in org.otvl.sbxbsamp.simple that return Shape | |
Shape |
Drawing.getTheShapes(int index)
Returns a target in link theShapes. |
Methods in org.otvl.sbxbsamp.simple with parameters of type Shape | |
void |
Drawing.addTheShapes(int index,
Shape aShape)
Inserts a target in link theShapes. |
void |
Drawing.addTheShapes(Shape aShape)
Adds a target at end of link theShapes. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |