- getAngleChange() - Method in class sk.upjs.jpaz2.animators.TurnAnimator
-
Returns change of angle in degrees during the turn animation.
- getAnimationSpeed() - Method in class sk.upjs.jpaz2.AnimatedWinPane
-
Returns the animation speed.
- getAnimator() - Method in class sk.upjs.jpaz2.Animation
-
Returns the animator of the animation.
- getAnimator(int) - Method in class sk.upjs.jpaz2.animators.SequenceAnimator
-
Returns the animator in the sequence.
- getAnimatorForFraction(double) - Method in class sk.upjs.jpaz2.animators.SequenceAnimator
-
Returns animator with other details for given fraction of the sequence
animator.
- getBackgroundColor() - Method in class sk.upjs.jpaz2.Pane
-
Gets the pane's background color.
- getBackgroundMusic() - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns the background music.
- getBorderColor() - Method in class sk.upjs.jpaz2.Pane
-
Gets the current border color.
- getBorderWidth() - Method in class sk.upjs.jpaz2.Pane
-
Gets the current border with (in pixels).
- getCenter() - Method in class sk.upjs.jpaz2.ImageShape
-
Returns coordinates of the shape center.
- getCenter() - Method in class sk.upjs.jpaz2.Pane
-
Gets the coordinates of the pane's center.
- getCurrentScene() - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns the current scene.
- getDirection() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the current direction of the turtle.
- getDuration() - Method in class sk.upjs.jpaz2.Animation
-
Returns duration of the animation.
- getFillColor() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the color used to fill polygons.
- getFinalizer() - Method in class sk.upjs.jpaz2.Animation
-
Returns the code executed when the animation is completed.
- getFont() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the font used by the turtle for drawing strings.
- getFrameCount() - Method in class sk.upjs.jpaz2.DefaultTurtleShape
-
- getFrameCount() - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Returns the number of animation frames.
- getFrameCount() - Method in class sk.upjs.jpaz2.ImageShape
-
- getFrameCount() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the number of animation frames in the current turtle shape.
- getFrameCount() - Method in interface sk.upjs.jpaz2.TurtleShape
-
Returns immutable number of animation frames defined for each view of the
shape.
- getFrameDuration() - Method in class sk.upjs.jpaz2.DefaultTurtleShape
-
- getFrameDuration() - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Returns the frame duration in milliseconds for views with multiple
frames.
- getFrameDuration() - Method in class sk.upjs.jpaz2.ImageShape
-
- getFrameDuration() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the frame duration in milliseconds, i.e., the period between two
changes of animation frames for shapes with multiple frames.
- getFrameDuration() - Method in interface sk.upjs.jpaz2.TurtleShape
-
Returns immutable animation delay (time period between animation frames)
in milliseconds.
- getFrameIndex() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the index of the current animation frame of the turtle's shape
view.
- getHeight() - Method in class sk.upjs.jpaz2.ImageShape
-
Returns the height of each frame in this shape.
- getHeight() - Method in class sk.upjs.jpaz2.JPAZWindow
-
Returns the height of the window.
- getHeight() - Method in class sk.upjs.jpaz2.Pane
-
Gets the current height of this pane.
- getHeight() - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns the height of all scenes of the stage.
- getJPAZLock() - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Returns the object used as synchronization lock for all JPAZ objects.
- getKeyRepeatPeriod() - Method in class sk.upjs.jpaz2.Pane
-
Returns the period in which key pressed events are generated for key
codes that are hold.
- getKeyRepeatPeriod(int) - Method in class sk.upjs.jpaz2.Pane
-
Returns the period in which key pressed events are generated for given
key code when it is hold.
- getMoveTurnSpeed() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the speed of move and turn actions.
- getName() - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns the name of stage.
- getName() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the turle's name.
- getNameOfCurrentScene() - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns name of the current scene.
- getObjectCount() - Method in class sk.upjs.jpaz2.Pane
-
Gets the number of children objects currently living in this pane.
- getPane() - Method in class sk.upjs.jpaz2.JPAZPanel
-
Returns the pane that is bound to this panel.
- getPane() - Method in class sk.upjs.jpaz2.JPAZWindow
-
Returns the pane that is bound (displayed) to this window.
- getPane() - Method in class sk.upjs.jpaz2.Pane
-
Gets the current parent pane of this pane.
- getPane(int) - Method in class sk.upjs.jpaz2.Pane
-
Gets the pane associated with the specified index.
- getPane() - Method in interface sk.upjs.jpaz2.PaneObject
-
Gets the parent pane.
- getPane() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the pane to which this turtle belongs.
- getPane() - Method in class sk.upjs.jpaz2.WinPane
-
- getPaneCount() - Method in class sk.upjs.jpaz2.Pane
-
Gets the number of children panes currently living in this pane.
- getPaneObject(int) - Method in class sk.upjs.jpaz2.Pane
-
Gets the pane object associated with the specified index.
- getPaneObjects() - Method in class sk.upjs.jpaz2.Pane
-
Gets an array of all children object currently living in this pane.
- getPanes() - Method in class sk.upjs.jpaz2.Pane
-
Gets an array of children panes currently living in this pane.
- getPenColor() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the current color of the turtle's pen.
- getPenWidth() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the current width of the turtle's pen.
- getPosition() - Method in class sk.upjs.jpaz2.Pane
-
Returns the position of this pane.
- getPosition() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the current position of the turtle.
- getPreference(String, String) - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns value of a preference.
- getRange() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the turtle's range.
- getRangeStyle() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the range style.
- getResourceAsStream(String) - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Returns a resource with given name as an open InputStream
- getResourceAsURL(String) - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Returns URL of a resource with given name.
- getRotation() - Method in class sk.upjs.jpaz2.Pane
-
Gets the rotation angle of this pane in degrees.
- getScale() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the shape scale.
- getScene(String) - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns scene with given name.
- getScene(String, Class<T>) - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns scene with given name.
- getScreenBounds() - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Returns area where JPAZ-related windows/frames should be located.
- getShape() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the current shape of the turtle.
- getShapeCenter() - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Returns position of the shape center or null if it is not defined.
- getSize() - Method in class sk.upjs.jpaz2.DefaultTurtleShape
-
Returns the size of the shape.
- getStage() - Method in class sk.upjs.jpaz2.theater.Scene
-
Returns the hosting stage, i.e., a stage to which the scene belongs.
- getTextHeight() - Method in class sk.upjs.jpaz2.Turtle
-
Returns height of the current turtle's font.
- getTickPeriod() - Method in class sk.upjs.jpaz2.Pane
-
Gets the time period (in milliseconds) in which the onTick method is
executed.
- getTickPeriod() - Method in class sk.upjs.jpaz2.TickTimer
-
Gets the time period (in milliseconds) in which the onTick method is
executed.
- getTitle() - Method in class sk.upjs.jpaz2.JPAZWindow
-
Returns the title of the window (frame).
- getTitle() - Method in class sk.upjs.jpaz2.WinPane
-
Gets the title of containing frame.
- getTrajectoryLength() - Method in class sk.upjs.jpaz2.animators.MoveAnimator
-
Returns total length of the movement trajectory.
- getTransparency() - Method in class sk.upjs.jpaz2.Pane
-
Gets the current transparency of the pane.
- getTransparency() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the current transparency of the turtle's shape.
- getTurtle(int) - Method in class sk.upjs.jpaz2.Pane
-
Gets the turtle associated with the specified index.
- getTurtleCount() - Method in class sk.upjs.jpaz2.Pane
-
Gets the number of turtles currently living in this pane.
- getTurtles() - Method in class sk.upjs.jpaz2.Pane
-
Gets an array of turtles currently living in this pane.
- getURL() - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Returns URL of the image.
- getViewCount() - Method in class sk.upjs.jpaz2.DefaultTurtleShape
-
- getViewCount() - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Returns the number of views in the image.
- getViewCount() - Method in class sk.upjs.jpaz2.ImageShape
-
- getViewCount() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the number of views in the current turtle shape.
- getViewCount() - Method in interface sk.upjs.jpaz2.TurtleShape
-
Returns immutable number of views provided by the shape.
- getViewIndex() - Method in class sk.upjs.jpaz2.Turtle
-
Returns the index of the current view of the turtle shape.
- getVolume() - Method in class sk.upjs.jpaz2.AudioClip
-
Returns volume of audio clip.
- getWeight() - Method in class sk.upjs.jpaz2.animators.SequenceAnimator
-
- getWeight() - Method in class sk.upjs.jpaz2.animators.TurnAnimator
-
- getWeight() - Method in interface sk.upjs.jpaz2.animators.WeightedAnimator
-
Returns weight of the animator.
- getWidth() - Method in class sk.upjs.jpaz2.ImageShape
-
Returns the width of each frame in this shape.
- getWidth() - Method in class sk.upjs.jpaz2.JPAZWindow
-
Returns the width of the window.
- getWidth() - Method in class sk.upjs.jpaz2.Pane
-
Gets the current width of this pane.
- getWidth() - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns the width of all scenes of the stage.
- getX() - Method in class sk.upjs.jpaz2.JPAZWindow
-
Returns the X-coordinate of the top-left corner of the window.
- getX() - Method in class sk.upjs.jpaz2.Pane
-
Gets the x-coordinate of this pane relative to the parent pane.
- getX() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the current x-coordinate of the turtle's position.
- getXCenter() - Method in class sk.upjs.jpaz2.ImageShape
-
Returns the X-coordinate of the shape center.
- getXCenter() - Method in class sk.upjs.jpaz2.Pane
-
Gets the x-coordinate of the center of this pane.
- getY() - Method in class sk.upjs.jpaz2.JPAZWindow
-
Returns the Y-coordinate of the top-left corner of the window.
- getY() - Method in class sk.upjs.jpaz2.Pane
-
Gets the y-coordinate of this pane relative to the parent pane.
- getY() - Method in class sk.upjs.jpaz2.Turtle
-
Gets the current y-coordinate of the turtle's position.
- getYCenter() - Method in class sk.upjs.jpaz2.ImageShape
-
Returns the Y-coordinate of the shape center.
- getYCenter() - Method in class sk.upjs.jpaz2.Pane
-
Gets the y-coordinate of the center of this pane.
- ImageShape - Class in sk.upjs.jpaz2
-
The painter of a turtle shape based on an image.
- ImageShape(URL, double, double) - Constructor for class sk.upjs.jpaz2.ImageShape
-
Constructs a turtle shape from an image.
- ImageShape(URL) - Constructor for class sk.upjs.jpaz2.ImageShape
-
Constructs a turtle shape from an image.
- ImageShape(File, double, double) - Constructor for class sk.upjs.jpaz2.ImageShape
-
Constructs a turtle shape from an image file.
- ImageShape(File) - Constructor for class sk.upjs.jpaz2.ImageShape
-
Constructs a turtle shape from an image file.
- ImageShape(String, double, double) - Constructor for class sk.upjs.jpaz2.ImageShape
-
Constructs a turtle shape from image at a specified location.
- ImageShape(String) - Constructor for class sk.upjs.jpaz2.ImageShape
-
Constructs a turtle shape from image at a specified location.
- ImageShape(String, String) - Constructor for class sk.upjs.jpaz2.ImageShape
-
Constructs a turtle shape from an image resource located in specified
package and a given filename.The center of the shape is set to the center
of the image.
- ImageShape.Builder - Class in sk.upjs.jpaz2
-
The builder of ImageShape class instances.
- ImageTurtleShape - Class in sk.upjs.jpaz2
-
The painter of a turtle shape based on an image.
- ImageTurtleShape(URL, double, double) - Constructor for class sk.upjs.jpaz2.ImageTurtleShape
-
- ImageTurtleShape(URL) - Constructor for class sk.upjs.jpaz2.ImageTurtleShape
-
- ImageTurtleShape(File, double, double) - Constructor for class sk.upjs.jpaz2.ImageTurtleShape
-
- ImageTurtleShape(File) - Constructor for class sk.upjs.jpaz2.ImageTurtleShape
-
- ImageTurtleShape(String, double, double) - Constructor for class sk.upjs.jpaz2.ImageTurtleShape
-
- ImageTurtleShape(String) - Constructor for class sk.upjs.jpaz2.ImageTurtleShape
-
- ImageTurtleShape(String, String) - Constructor for class sk.upjs.jpaz2.ImageTurtleShape
-
- initialize() - Method in class sk.upjs.jpaz2.theater.Stage
-
Initializes components of the stage.
- inspect(Object, Class<?>, String) - Method in class sk.upjs.jpaz2.ObjectInspector
-
Adds a new object for inspection into the object inspector.
- inspect(Object) - Method in class sk.upjs.jpaz2.ObjectInspector
-
Adds a new object for inspection into the object inspector.
- inspect(Object, Class<?>) - Method in class sk.upjs.jpaz2.ObjectInspector
-
Adds a new object for inspection into the object inspector.
- inspect(Object, String) - Method in class sk.upjs.jpaz2.ObjectInspector
-
Adds a new object for inspection into the object inspector.
- invalidate() - Method in class sk.upjs.jpaz2.Pane
-
Marks that the content of the pane is no longer valid.
- invalidate() - Method in class sk.upjs.jpaz2.WinPane
-
- invalidateParent() - Method in class sk.upjs.jpaz2.Turtle
-
Calls invalidate method of the parent pane.
- isAlignMode() - Method in class sk.upjs.jpaz2.JPAZPanel
-
Returns whether the bound pane is aligned to this panel.
- isAlignMode() - Method in class sk.upjs.jpaz2.JPAZWindow
-
Returns whether the bound pane is aligned to the window.
- isAntialiased() - Method in class sk.upjs.jpaz2.Pane
-
Gets whether the drawing actions are antialiased.
- isCompleted() - Method in class sk.upjs.jpaz2.Animation
-
Returns whether the animation has been completed.
- isEnabled() - Method in class sk.upjs.jpaz2.TickTimer
-
Returns whether tick timer is enabled
- isHeadlessMode() - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Returns whether headless mode is enabled.
- isMouseTransparent() - Method in class sk.upjs.jpaz2.Pane
-
Returns whether the pane is transparent for mouse events.
- isMutedMusic() - Method in class sk.upjs.jpaz2.theater.Stage
-
Returns whether the music is muted.
- isPenDown() - Method in class sk.upjs.jpaz2.Turtle
-
Gets whether turtle's pen is down.
- isPlaying() - Method in class sk.upjs.jpaz2.AudioClip
-
Returns whether this audio clip is playing.
- isPointOfShape(Turtle, double, double) - Method in class sk.upjs.jpaz2.DefaultTurtleShape
-
- isPointOfShape(Turtle, double, double) - Method in class sk.upjs.jpaz2.ImageShape
-
- isPointOfShape(Turtle, double, double) - Method in interface sk.upjs.jpaz2.TurtleShape
-
Returns whether a given point is internal point of current turtle's
shape.
- isPolygonOpen() - Method in class sk.upjs.jpaz2.Turtle
-
Gets whether the turtle is currently collecting points for drawing a
filled polygon.
- isResizable() - Method in class sk.upjs.jpaz2.JPAZWindow
-
Returns whether the window (frame) is resizable.
- isResizable() - Method in class sk.upjs.jpaz2.WinPane
-
Indicates whether this pane is resizable by the user.
- isShapeAnimation() - Method in class sk.upjs.jpaz2.Turtle
-
Returns whether automatic animation of shapes is enabled.
- isSmartLocationEnabled() - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Returns whether smart location of method invocation windows is enabled.
- isStarted() - Method in class sk.upjs.jpaz2.Animation
-
Returns whether the animation has been started.
- isSynchronizedWithSwing() - Method in class sk.upjs.jpaz2.TickTimer
-
Returns whether the onTick method is invoked within Swing's EDT.
- isTopLeftToTransparentColor() - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Returns whether color of the pixel in the top-left corner of the
image is considered as a transparent color.
- isTransparentBackground() - Method in class sk.upjs.jpaz2.Pane
-
Returns whether drawing the pane's background is disabled.
- isTransparentExcludedFromShape() - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Returns whether transparent pixels of the shape image are considered
as excluded from the shape in sense of the isPointOfShape method.
- isTurtleCentering() - Method in class sk.upjs.jpaz2.Pane
-
Returns whether turtles are centered when added to this pane.
- isViewBoundToDirection() - Method in class sk.upjs.jpaz2.Turtle
-
Returns whether view on shape is bound to turtle's direction.
- isVisible() - Method in class sk.upjs.jpaz2.ObjectInspector
-
Gets the visibility of the Object Inspector window.
- isVisible() - Method in class sk.upjs.jpaz2.Turtle
-
Gets whether the turtle (turtle's shape) is visible.
- isWindowShakingEnabled() - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Returns whether windows shaking is enabled.
- savePicture(String) - Method in class sk.upjs.jpaz2.Pane
-
Stores picture of the pane to an image file.
- Scene - Class in sk.upjs.jpaz2.theater
-
Base class for creating scenes displayed on the stage.
- Scene(Stage) - Constructor for class sk.upjs.jpaz2.theater.Scene
-
Constructs a scene that is a part of the stage.
- SequenceAnimator - Class in sk.upjs.jpaz2.animators
-
Animator that is formed as sequence of other animators.
- SequenceAnimator(Animator, long) - Constructor for class sk.upjs.jpaz2.animators.SequenceAnimator
-
Constructs the sequence animator from animator.
- SequenceAnimator(WeightedAnimator...) - Constructor for class sk.upjs.jpaz2.animators.SequenceAnimator
-
Constructs the sequence animator from sequence of weighted animators.
- SequenceAnimator(List<WeightedAnimator>) - Constructor for class sk.upjs.jpaz2.animators.SequenceAnimator
-
Constructs the sequence animator from list of weighted animators.
- SequenceAnimator.AnimatorFraction - Class in sk.upjs.jpaz2.animators
-
Animator fraction of a sequence animator.
- sequenceNumber - Variable in class sk.upjs.jpaz2.animators.SequenceAnimator.AnimatorFraction
-
Sequence number of corresponding animator in the sequence.
- setAlignMode(boolean) - Method in class sk.upjs.jpaz2.JPAZPanel
-
Sets whether the bound pane is aligned to this panel.
- setAlignMode(boolean) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets whether the bound pane is aligned to the window.
- setAnimationSpeed(AnimatedWinPane.AnimationSpeed) - Method in class sk.upjs.jpaz2.AnimatedWinPane
-
Sets the animation speed of move-turn operations.
- setAntialiased(boolean) - Method in class sk.upjs.jpaz2.Pane
-
Sets whether the drawing actions are antialiased.
- setBackgroundColor(Color) - Method in class sk.upjs.jpaz2.Pane
-
Sets the pane's background color.
- setBackgroundMusic(AudioClip) - Method in class sk.upjs.jpaz2.theater.Stage
-
Sets the background music.
- setBorderColor(Color) - Method in class sk.upjs.jpaz2.Pane
-
Sets the new border color.
- setBorderWidth(int) - Method in class sk.upjs.jpaz2.Pane
-
Sets new border with.
- setCenter(Point2D) - Method in class sk.upjs.jpaz2.Pane
-
Sets the center of this pane.
- setCenter(double, double) - Method in class sk.upjs.jpaz2.Pane
-
Changes the location of center of this pane.
- setDirection(double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the direction of the turtle.
- setDirectionTowards(double, double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets direction of the turtle towards the specified location.
- setDirectionTowards(Point2D) - Method in class sk.upjs.jpaz2.Turtle
-
Sets direction of the turtle towards the specified location.
- setEnabled(boolean) - Method in class sk.upjs.jpaz2.TickTimer
-
Sets activity of the tick timer.
- setFillColor(Color) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the color used to fill polygons.
- setFinalizer(Runnable) - Method in class sk.upjs.jpaz2.Animation
-
Set
Runnable
that is asynchronously executed when the animation
is completed.
- setFont(Font) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the font used by the turtle for drawing strings.
- setFrameCount(int) - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Sets the number of animation frames in the image.
- setFrameDuration(long) - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Sets the frame duration in milliseconds for views with multiple
frames.
- setFrameDuration(long) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the frame duration in milliseconds, i.e., the period between two
changes of consecutive animation frames of the shape with multiple
frames.
- setFrameIndex(int) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the index of the current animation frame of the turtle's shape view.
- setFramesInRows(boolean) - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Sets orientation of animation frames in the input image.
- setHeadlessMode(boolean) - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Sets headless mode.
- setHeight(int) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the height of the window.
- setHeight(int) - Method in class sk.upjs.jpaz2.Pane
-
Sets new height of this pane.
- setIconImage(Image) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the icon of the window.
- setIconImage(ImageShape) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the icon of the window.
- setJavaLook() - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Changes look-and-feel to Java look
- setKeyRepeatPeriod(long) - Method in class sk.upjs.jpaz2.Pane
-
Sets the period in which key pressed events are generated for key codes
that are hold.
- setKeyRepeatPeriod(int, long) - Method in class sk.upjs.jpaz2.Pane
-
Sets the period in which key pressed events are generated for given key
code when it is hold.
- setLocation(int, int) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the location of the top-left corner of the window.
- setMouseTransparent(boolean) - Method in class sk.upjs.jpaz2.Pane
-
Sets transparency of the pane for mouse events.
- setMoveTurnSpeed(double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the speed of move and turn actions.
- setMutedMusic(boolean) - Method in class sk.upjs.jpaz2.theater.Stage
-
Sets whether the music is muted.
- setName(String) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the turtle's name.
- setPane(Pane) - Method in class sk.upjs.jpaz2.JPAZPanel
-
Sets the bound pane.
- setPane(Pane) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the pane that is bound to this window.
- setPane(Pane) - Method in class sk.upjs.jpaz2.Pane
-
Sets the parent pane of this pane.
- setPane(Pane) - Method in interface sk.upjs.jpaz2.PaneObject
-
Sets the parent pane.
- setPane(Pane) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the parent pane, i.e., the containing pane.
- setPane(Pane) - Method in class sk.upjs.jpaz2.WinPane
-
- setPenColor(Color) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the color of the turtle's pen.
- setPenDown(boolean) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the state of the turtle's pen.
- setPenWidth(double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets width of the turtle's pen.
- setPosition(double, double) - Method in class sk.upjs.jpaz2.Pane
-
Changes the position of the pane.
- setPosition(Point2D) - Method in class sk.upjs.jpaz2.Pane
-
Changes the location of the pane.
- setPosition(Point2D) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the position of the turtle.
- setPosition(double, double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the position of the turtle.
- setPosition(double, double) - Method in class sk.upjs.jpaz2.WinPane
-
- setPreference(String, String) - Method in class sk.upjs.jpaz2.theater.Stage
-
Sets value of a preference.
- setRange(Rectangle2D) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the turtle's range.
- setRangeStyle(RangeStyle) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the range style.
- setResizable(boolean) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets whether the window (frame) is resizable.
- setResizable(boolean) - Method in class sk.upjs.jpaz2.WinPane
-
Sets whether this pane is resizable by the user.
- setRotation(double) - Method in class sk.upjs.jpaz2.Pane
-
Sets the rotation angle of this pane.
- setRotation(double) - Method in class sk.upjs.jpaz2.WinPane
-
- setScale(double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the shape scale.
- setScreenBounds(Rectangle) - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Defines are where JPAZ related frames/windows should be located.
- setShape(TurtleShape) - Method in class sk.upjs.jpaz2.Turtle
-
Sets new turtle's shape.
- setShapeAnimation(boolean) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the state of automatic animation of shapes.
- setShapeCenter(double, double) - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Sets the position of shape center.
- setSize(int, int) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets size of the window.
- setSmartLocationEnabled(boolean) - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Sets smart location of method invocation windows
- setTickPeriod(long) - Method in class sk.upjs.jpaz2.Pane
-
Sets the time period (in milliseconds) in which the onTick method is
executed.
- setTickPeriod(long) - Method in class sk.upjs.jpaz2.TickTimer
-
Sets the time period (in milliseconds) in which the onTick method is
executed.
- setTitle(String) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the title of the window.
- setTitle(String) - Method in class sk.upjs.jpaz2.WinPane
-
Sets the title for containing frame to the specified string.
- setTopLeftToTransparentColor(boolean) - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Sets whether color of the pixel in the top-left corner of the image
is considered as a transparent color.
- setTransparency(double) - Method in class sk.upjs.jpaz2.Pane
-
Sets the pane's transparency.
- setTransparency(double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the turtles's shape transparency.
- setTransparentBackground(boolean) - Method in class sk.upjs.jpaz2.Pane
-
Sets whether the pane's background is drawn, i.e., whether pane's
background is transparent.
- setTransparentExcludedFromShape(boolean) - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
SetsReturns whether transparent pixels of the shape image are
considered as excluded from the shape in sense of the isPointOfShape
method.
- setTurtleCentering(boolean) - Method in class sk.upjs.jpaz2.Pane
-
Sets whether turtles are centered when added to this pane.
- setViewBoundToDirection(boolean) - Method in class sk.upjs.jpaz2.Turtle
-
Sets whether view on shape is bound to turtle's direction.
- setViewCount(int) - Method in class sk.upjs.jpaz2.ImageShape.Builder
-
Sets the number of views in the image.
- setViewIndex(int) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the index of the current view of the turtle shape.
- setVisible(boolean) - Method in class sk.upjs.jpaz2.ObjectInspector
-
Sets the visibility of the Object Inspector window.
- setVisible(boolean) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the visibility of the turtle.
- setVolume(double) - Method in class sk.upjs.jpaz2.AudioClip
-
Sets volume of audio clip.
- setWidth(int) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the width of the window.
- setWidth(int) - Method in class sk.upjs.jpaz2.Pane
-
Sets new width of this pane.
- setWindowShakingEnabled(boolean) - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Sets windows shaking.
- setWindowsLook() - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Changes look-and-feel to Windows look
- setX(int) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the X-coordinate of the top-left corner of the window.
- setX(double) - Method in class sk.upjs.jpaz2.Pane
-
Sets the new x-coordinate of this pane.
- setX(double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets x-coordinate of the turtle's position.
- setXCenter(double) - Method in class sk.upjs.jpaz2.Pane
-
Sets the x-coordinate of the center of this pane.
- setY(int) - Method in class sk.upjs.jpaz2.JPAZWindow
-
Sets the Y-coordinate of the top-left corner of the window.
- setY(double) - Method in class sk.upjs.jpaz2.Pane
-
Sets the new y-coordinate of this pane.
- setY(double) - Method in class sk.upjs.jpaz2.Turtle
-
Sets the y-coordinate of the turtle's position.
- setYCenter(double) - Method in class sk.upjs.jpaz2.Pane
-
Sets the y-coordinate of the center of this pane.
- sk.upjs.jpaz2 - package sk.upjs.jpaz2
-
- sk.upjs.jpaz2.animators - package sk.upjs.jpaz2.animators
-
- sk.upjs.jpaz2.theater - package sk.upjs.jpaz2.theater
-
- Stage - Class in sk.upjs.jpaz2.theater
-
Base class for creating stage.
- Stage(String, int, int, ImageShape) - Constructor for class sk.upjs.jpaz2.theater.Stage
-
Constructs the stage.
- Stage(String, int, int) - Constructor for class sk.upjs.jpaz2.theater.Stage
-
Constructs the stage.
- stamp() - Method in class sk.upjs.jpaz2.Turtle
-
Paints the shape to the parent pane.
- start() - Method in class sk.upjs.jpaz2.Animation
-
Starts the animation.
- start() - Method in class sk.upjs.jpaz2.theater.Scene
-
Starts the scene.
- startAndWait() - Method in class sk.upjs.jpaz2.Animation
-
Starts the animation and waits for its completion.
- step(double) - Method in class sk.upjs.jpaz2.Turtle
-
Moves the turtle in the current direction.
- stop() - Method in class sk.upjs.jpaz2.Animation
-
Stops the animation.
- stop() - Method in class sk.upjs.jpaz2.AudioClip
-
Stops this audio clip.
- stop() - Method in class sk.upjs.jpaz2.theater.Scene
-
Stops the scene.
- stopAllActionSounds() - Method in class sk.upjs.jpaz2.AudioClip
-
Stops all action sounds of this audio clip.
- sunDemo() - Static method in class sk.upjs.jpaz2.JPAZUtilities
-
Executes a sample code.