Class ActionButton.VisualEditor
java.lang.Object
VASSAL.counters.ActionButton.VisualEditor
-
Field Summary
Modifier and TypeFieldDescriptionprotected JLabel
protected FlowLabel
protected AdjustableSpeedScrollPane
protected final JLabel
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
show
(ActionButton piece, Polygon poly, ActionButton.Ed pieceEditor) void
updateCoord
(int x, int y) void
void
void
updateCoords
(Polygon polygon)
-
Field Details
-
scroll
-
coordsLabel
-
coordLabel
-
warning
-
-
Constructor Details
-
VisualEditor
public VisualEditor()
-
-
Method Details
-
show
-
updateCoords
- Specified by:
updateCoords
in interfacePolygonConfigurer
-
updateCoords
public void updateCoords()- Specified by:
updateCoords
in interfacePolygonConfigurer
-
updateCoord
- Specified by:
updateCoord
in interfacePolygonConfigurer
-
updateCoord
public void updateCoord(int x, int y) - Specified by:
updateCoord
in interfacePolygonConfigurer
-