|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Drawing | |
---|---|
sddl.hierarchy |
Uses of Drawing in sddl.hierarchy |
---|
Methods in sddl.hierarchy that return Drawing | |
---|---|
Drawing |
Canvas.addShape(Shape s,
AbstractPoint location)
Adds a Shape in the current Canvas |
Drawing |
Canvas.addShape(Shape s,
AbstractPoint location,
java.lang.String name)
Adds a Shape in the current Canvas |
Drawing |
Drawing.getDependency(int i)
Get a dependency to a drawing. |
Drawing |
Canvas.getDrawing(int i)
Gets a specific drawing with its index |
Drawing |
Canvas.getDrawing(java.lang.String name)
Get one of the drawing in this canvas with its specific name |
Drawing |
Canvas.getDrawingOrNull(java.lang.String name)
Get the drawing of this name or return null |
Drawing |
Drawing.getSubDrawing(java.lang.String name)
Returns a subdrawing in the current drawing |
Methods in sddl.hierarchy that return types with arguments of type Drawing | |
---|---|
java.util.LinkedList<Drawing> |
Drawing.getDependencies()
Get all dependencies. |
Methods in sddl.hierarchy with parameters of type Drawing | |
---|---|
void |
Drawing.addDependency(Drawing dependency)
Add a dependency to a drawing. |
AbstractPoint |
Drawing.clip(Drawing other)
Returns the intersection point between two Drawing |
RefPoint |
Circle.getAnglePoint(Drawing d,
double angle)
Returns the point of the circle at angle angle |
RefPoint |
Rectangle.getEast(Drawing d)
Returns the eastern point in the rectangle |
RefPoint |
Rectangle.getNorth(Drawing d)
Returns the northern point in the rectangle |
RefPoint |
Rectangle.getNortheast(Drawing d)
Returns the northeastern point in the rectangle |
RefPoint |
Rectangle.getNorthwest(Drawing d)
Returns the northwestern point in the rectangle |
RefPoint |
Rectangle.getSouth(Drawing d)
Returns the southern point in the rectangle |
RefPoint |
Rectangle.getSoutheast(Drawing d)
Returns the southeastern point in the rectangle |
RefPoint |
Rectangle.getSouthwest(Drawing d)
Returns the southwestern point in the rectangle |
RefPoint |
Rectangle.getWest(Drawing d)
Returns the western point in the rectangle |
Method parameters in sddl.hierarchy with type arguments of type Drawing | |
---|---|
void |
Canvas.drawCanvas(AbstractPoint location,
java.util.LinkedList<Drawing> remainingDraws,
java.io.PrintWriter out)
Draws this specific canvas |
Constructors in sddl.hierarchy with parameters of type Drawing | |
---|---|
RefPoint(Drawing referenceDrawing,
int pointNumber)
Standard constructor |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |