private static class DOTPointPainter.ShapeWithReferencePoint extends Object
Modifier and Type | Field and Description |
---|---|
private Point2D.Double |
_referencePoint |
private Shape |
_shape |
Constructor and Description |
---|
DOTPointPainter.ShapeWithReferencePoint(Shape shape,
Point2D.Double referencePoint)
Konstruiert ein ShapeWithReferencePoint aus den übergebenen Informationen
|
Modifier and Type | Method and Description |
---|---|
Point2D.Double |
getReferencePoint()
Gibt den ReferenzPunkt zurück.
|
Shape |
getShape()
Gibt das Shape zurück.
|
private Shape _shape
private Point2D.Double _referencePoint
public DOTPointPainter.ShapeWithReferencePoint(Shape shape, Point2D.Double referencePoint)
public Shape getShape()
public Point2D.Double getReferencePoint()