Package | Description |
---|---|
sk.upjs.jpaz2 | |
sk.upjs.jpaz2.theater |
Modifier and Type | Class and Description |
---|---|
class |
AnimatedWinPane
The
WinPane that configures all turtles to have animated move-turn
actions. |
class |
Pane
The Pane represents a rectangle pane with graphical content and ability to
host (provide home) for pane objects like other panes, turtles, etc.
|
class |
Turtle
Represents a turtle living on a pane.
|
class |
WinPane
WinPane represents a pane displayed in a windows.
|
Modifier and Type | Method and Description |
---|---|
PaneObject |
Pane.getPaneObject(int index)
Gets the pane object associated with the specified index.
|
PaneObject[] |
Pane.getPaneObjects()
Gets an array of all children object currently living in this pane.
|
Modifier and Type | Method and Description |
---|---|
void |
Pane.add(PaneObject o)
Adds the new pane object (Pane, Turtle, etc.) on the pane.
|
void |
AnimatedWinPane.add(PaneObject o) |
void |
Pane.bringToBack(PaneObject o)
Moves a pane object to back of all other pane objects.
|
void |
Pane.bringToBackOf(PaneObject o,
PaneObject location)
Moves a pane object to back of another pane object.
|
void |
Pane.bringToFront(PaneObject o)
Moves a pane object to front of all other pane objects.
|
void |
Pane.bringToFrontOf(PaneObject o,
PaneObject location)
Moves a pane object to front of another pane object.
|
void |
Pane.remove(PaneObject o)
Removes a pane object from the pane.
|
Modifier and Type | Class and Description |
---|---|
class |
Actor
Represents an actor that can appear and play in a scene.
|
class |
Scene
Base class for creating scenes displayed on the stage.
|
Copyright © 2017. All rights reserved.