Interface | Description |
---|---|
Animator |
The animator interface that realizes changes of animated objects.
|
PaneObject |
The basic interface prescribing basic methods for all objects able to live on
a pane.
|
TurtleShape |
The interface for painters of turtles' shapes.
|
Class | Description |
---|---|
AnimatedWinPane |
The
WinPane that configures all turtles to have animated move-turn
actions. |
Animation |
The animation.
|
AudioClip |
Audio clip for playing an uncompressed sampled audio (AIFF, AU and WAV) or a
midi file (MID).
|
DefaultTurtleShape |
The painter of default turtle shape - triangle.
|
ImageShape |
The painter of a turtle shape based on an image.
|
ImageShape.Builder |
The builder of ImageShape class instances.
|
ImageTurtleShape |
The painter of a turtle shape based on an image.
|
JPAZPanel |
JPAZPanel is a Swing component that provides a view on a pane.
|
JPAZUtilities |
The class JPAZUtilities contains helper methods for JPAZ framework.
|
JPAZWindow |
JPAZWindow represents a window that is able to display a pane.
|
ObjectInspector |
The visual GUI based object inspector.
|
Pane |
The Pane represents a rectangle pane with graphical content and ability to
host (provide home) for pane objects like other panes, turtles, etc.
|
TickTimer |
Timer that ticks in a given period.
|
Turtle |
Represents a turtle living on a pane.
|
WinPane |
WinPane represents a pane displayed in a windows.
|
Enum | Description |
---|---|
AnimatedWinPane.AnimationSpeed |
Animation speeds.
|
RangeStyle |
The enumeration of supported turtles' range styles.
|
TransitionEffect |
Transition effects for JPAZPanel during switching process (rebinding) from
one pane to another pane.
|
Copyright © 2017. All rights reserved.