public class EdgeDrawInfo2D extends DrawInfo2D
Modifier and Type | Field and Description |
---|---|
java.awt.geom.Point2D.Double |
secondPoint
A pre-scaled point to draw to.
|
clip, draw, fieldPortrayal, gui, location, parent, precise, selected
Constructor and Description |
---|
EdgeDrawInfo2D(DrawInfo2D other,
double translateX,
double translateY,
java.awt.geom.Point2D.Double secondPoint) |
EdgeDrawInfo2D(DrawInfo2D other,
java.awt.geom.Point2D.Double secondPoint) |
EdgeDrawInfo2D(EdgeDrawInfo2D other) |
EdgeDrawInfo2D(GUIState state,
FieldPortrayal2D fieldPortrayal,
java.awt.geom.RectangularShape draw,
java.awt.geom.RectangularShape clip,
java.awt.geom.Point2D.Double secondPoint,
DrawInfo2D parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public java.awt.geom.Point2D.Double secondPoint
public EdgeDrawInfo2D(GUIState state, FieldPortrayal2D fieldPortrayal, java.awt.geom.RectangularShape draw, java.awt.geom.RectangularShape clip, java.awt.geom.Point2D.Double secondPoint, DrawInfo2D parent)
public EdgeDrawInfo2D(DrawInfo2D other, double translateX, double translateY, java.awt.geom.Point2D.Double secondPoint)
public EdgeDrawInfo2D(DrawInfo2D other, java.awt.geom.Point2D.Double secondPoint)
public EdgeDrawInfo2D(EdgeDrawInfo2D other)
public java.lang.String toString()
toString
in class DrawInfo2D