Package | Description |
---|---|
org.catacomb.graph.drawing |
Modifier and Type | Field and Description |
---|---|
(package private) Shape |
ShapePoint.parentShape |
Modifier and Type | Method and Description |
---|---|
Shape |
ShapePoint.getParent() |
Shape |
Shape.makeCopy() |
Shape |
FixedDrawingComponent.makeShape() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Shape> |
FixedDrawing.makeOffsetShapes(double offx,
double offy) |
java.util.ArrayList<Shape> |
FixedDrawing.makeShapes() |
Modifier and Type | Method and Description |
---|---|
void |
FixedDrawing.addFromScaledShape(Shape sh,
Position cpos,
double scl) |
static void |
ShapeSymmetry.applySymmetry(Shape shape,
ShapePoint sp,
Position pos) |
void |
Oval.applySymmetryToShape(Shape shp) |
void |
Square.applySymmetryToShape(Shape shp) |
void |
Rectangle.applySymmetryToShape(Shape shp) |
void |
Circle.applySymmetryToShape(Shape shp) |
void |
Oval.applyToShape(Shape shp) |
void |
SegmentLine.applyToShape(Shape shp) |
void |
Rectangle.applyToShape(Shape shp) |
abstract void |
FixedDrawingComponent.applyToShape(Shape shp) |
void |
IconWrapper.applyToShape(Shape shp) |
void |
StraightLine.applyToShape(Shape shp) |
void |
Triangle.applyToShape(Shape shp) |
void |
GenericShape.applyToShape(Shape shp) |
boolean |
Shape.overlaps(Shape shape) |
Constructor and Description |
---|
GenericShape(Shape sh,
Position cpos,
double scl) |
Shape(Shape s) |
ShapePoint(Shape parent,
Position p,
int icol) |
Copyright © 2013. All Rights Reserved.