Package VASSAL.counters
Class ActionButton.VisualEditor
java.lang.Object
VASSAL.counters.ActionButton.VisualEditor
- All Implemented Interfaces:
PolygonConfigurer
- Enclosing class:
ActionButton
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JLabelprotected FlowLabelprotected AdjustableSpeedScrollPaneprotected final JLabel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidshow(ActionButton piece, Polygon poly, ActionButton.Ed pieceEditor) voidupdateCoord(int x, int y) voidvoidvoidupdateCoords(Polygon polygon)
-
Field Details
-
scroll
-
coordsLabel
-
coordLabel
-
warning
-
-
Constructor Details
-
VisualEditor
public VisualEditor()
-
-
Method Details
-
show
-
updateCoords
- Specified by:
updateCoordsin interfacePolygonConfigurer
-
updateCoords
public void updateCoords()- Specified by:
updateCoordsin interfacePolygonConfigurer
-
updateCoord
- Specified by:
updateCoordin interfacePolygonConfigurer
-
updateCoord
public void updateCoord(int x, int y) - Specified by:
updateCoordin interfacePolygonConfigurer
-