|
Gridarta Editor
|
Inheritance diagram for net.sf.gridarta.action.ZoomAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.action.ZoomAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Public Member Functions | |
| void | setAction (@NotNull final Action action, @NotNull final String name) |
| Sets the Action instance for this editor action. More... | |
| void | zoom () |
| The action method for "zoom". More... | |
| ZoomAction (@NotNull final MapManager< G, A, R > mapManager, @NotNull final RendererFactory< G, A, R > rendererFactory, @NotNull final Component parent) | |
| Creates a new instance. More... | |
Private Attributes | |
| final MapManager< G, A, R > | mapManager |
| final Component | parent |
| final RendererFactory< G, A, R > | rendererFactory |
Definition at line 39 of file ZoomAction.java.
| net.sf.gridarta.action.ZoomAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.ZoomAction | ( | @NotNull final MapManager< G, A, R > | mapManager, |
| @NotNull final RendererFactory< G, A, R > | rendererFactory, | ||
| @NotNull final Component | parent | ||
| ) |
Creates a new instance.
Definition at line 53 of file ZoomAction.java.
References net.sf.gridarta.action.ZoomAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.mapManager, net.sf.gridarta.action.ZoomAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.parent, and net.sf.gridarta.action.ZoomAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.rendererFactory.
| void net.sf.gridarta.action.ZoomAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.setAction | ( | @NotNull final Action | action, |
| @NotNull final String | name | ||
| ) |
Sets the Action instance for this editor action.
| action | the action instance |
| name | the name of the action |
Implements net.sf.gridarta.utils.EditorAction.
Definition at line 74 of file ZoomAction.java.
| void net.sf.gridarta.action.ZoomAction< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.zoom | ( | ) |
The action method for "zoom".
Opens the dialog to create zoomed images of the current map.
Definition at line 64 of file ZoomAction.java.
References net.sf.gridarta.model.mapmanager.MapManager< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getCurrentMap(), net.sf.gridarta.model.mapcontrol.MapControl< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.getMapModel(), and net.sf.gridarta.gui.map.renderer.RendererFactory< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.newSimpleMapRenderer().
Here is the call graph for this function:
|
private |
Definition at line 42 of file ZoomAction.java.
|
private |
Definition at line 48 of file ZoomAction.java.
|
private |
Definition at line 45 of file ZoomAction.java.