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 |
WinPane
WinPane represents a pane displayed in a windows.
|
Modifier and Type | Method and Description |
---|---|
Pane |
WinPane.getPane() |
Pane |
Turtle.getPane()
Gets the pane to which this turtle belongs.
|
Pane |
PaneObject.getPane()
Gets the parent pane.
|
Pane |
Pane.getPane()
Gets the current parent pane of this pane.
|
Pane |
JPAZWindow.getPane()
Returns the pane that is bound (displayed) to this window.
|
Pane |
JPAZPanel.getPane()
Returns the pane that is bound to this panel.
|
Pane |
Pane.getPane(int index)
Gets the pane associated with the specified index.
|
Pane[] |
Pane.getPanes()
Gets an array of children panes currently living in this pane.
|
Modifier and Type | Method and Description |
---|---|
void |
JPAZWindow.bindTo(Pane pane)
Binds the content of this window to a pane.
|
void |
JPAZPanel.bindTo(Pane pane)
Binds this panel to a pane.
|
void |
JPAZWindow.bindTo(Pane pane,
boolean align)
Binds the content of this window to a pane.
|
void |
JPAZPanel.bindTo(Pane pane,
boolean align)
Binds this panel to a pane.
|
void |
JPAZWindow.rebindWithEffect(Pane pane,
boolean align,
TransitionEffect transitionEffect,
long duration)
Binds the content of this window to another pane with transition effect.
|
void |
JPAZPanel.rebindWithEffect(Pane pane,
boolean align,
TransitionEffect transitionEffect,
long duration)
Binds this panel to another pane with transition effect.
|
void |
JPAZWindow.rebindWithEffect(Pane pane,
TransitionEffect transitionEffect,
long duration)
Binds the content of this window to another pane with transition effect.
|
void |
JPAZPanel.rebindWithEffect(Pane pane,
TransitionEffect transitionEffect,
long duration)
Binds this panel to another pane with transition effect.
|
void |
WinPane.setPane(Pane newParentPane) |
void |
Turtle.setPane(Pane newParentPane)
Sets the parent pane, i.e., the containing pane.
|
void |
PaneObject.setPane(Pane p)
Sets the parent pane.
|
void |
Pane.setPane(Pane newParentPane)
Sets the parent pane of this pane.
|
void |
JPAZWindow.setPane(Pane pane)
Sets the pane that is bound to this window.
|
void |
JPAZPanel.setPane(Pane pane)
Sets the bound pane.
|
Constructor and Description |
---|
JPAZPanel(Pane pane)
Creates a new JPAZPanel with a double buffer and a flow layout displaying
the specified pane.
|
JPAZWindow(Pane pane)
Constructs new window for displaying a pane.
|
JPAZWindow(Pane pane,
boolean alignMode)
Constructs new window for displaying a pane.
|
Modifier and Type | Class and Description |
---|---|
class |
Scene
Base class for creating scenes displayed on the stage.
|
Copyright © 2017. All rights reserved.