Package org.baseagent.ui.defaults
Class ConnectGridPositionsCustomDrawable
java.lang.Object
org.baseagent.ui.defaults.ConnectGridPositionsCustomDrawable
- All Implemented Interfaces:
Drawable
-
Constructor Summary
ConstructorDescriptionConnectGridPositionsCustomDrawable
(List<GridPosition> points, javafx.scene.paint.Paint stroke, double width) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.baseagent.ui.Drawable
drawAfter, drawBefore
-
Constructor Details
-
ConnectGridPositionsCustomDrawable
public ConnectGridPositionsCustomDrawable(List<GridPosition> points, javafx.scene.paint.Paint stroke, double width)
-
-
Method Details