public class FixedDrawing extends java.lang.Object implements AddableTo
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<FixedDrawingComponent> |
items |
Constructor and Description |
---|
FixedDrawing() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object obj) |
void |
addFromScaledShape(Shape sh,
Position cpos,
double scl) |
void |
addStraightLine(double xa,
double ya,
double xb,
double yb) |
SegmentLine |
getBoundary() |
java.util.ArrayList<FixedDrawingComponent> |
getComponents() |
void |
instruct(Painter p,
double cx,
double cy,
double scale) |
java.util.ArrayList<Shape> |
makeOffsetShapes(double offx,
double offy) |
java.util.ArrayList<Shape> |
makeShapes() |
void |
randomInit() |
public java.util.ArrayList<FixedDrawingComponent> items
public void instruct(Painter p, double cx, double cy, double scale)
public void randomInit()
public java.util.ArrayList<Shape> makeShapes()
public java.util.ArrayList<Shape> makeOffsetShapes(double offx, double offy)
public java.util.ArrayList<FixedDrawingComponent> getComponents()
public void addStraightLine(double xa, double ya, double xb, double yb)
public SegmentLine getBoundary()
Copyright © 2013. All Rights Reserved.