Package com.treasure.hunt.strategy.geom
Interface JavaFxDrawable
-
- All Known Implementing Classes:
ImageItem
public interface JavaFxDrawable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
draw(GeometryStyle geometryStyle, javafx.scene.canvas.GraphicsContext graphics2D, AdvancedShapeWriter shapeWriter)
-
-
-
Method Detail
-
draw
void draw(GeometryStyle geometryStyle, javafx.scene.canvas.GraphicsContext graphics2D, AdvancedShapeWriter shapeWriter)
-
-