o1
Members list
Type members
Types
The Anchor
type represents points of attachment in two-dimensional elements; this is a shortcut alias to o1.world.objects
.
The Anchor
type represents points of attachment in two-dimensional elements; this is a shortcut alias to o1.world.objects
.
Attributes
The Animation
type represents sequences of pictures shown in a GUI window; this is a shortcut alias to o1.gui
.
The Animation
type represents sequences of pictures shown in a GUI window; this is a shortcut alias to o1.gui
.
Attributes
The Bounds
type represents the boundaries of rectangular areas in two-dimensional space; this is a shortcut alias to o1.world
.
The Bounds
type represents the boundaries of rectangular areas in two-dimensional space; this is a shortcut alias to o1.world
.
Attributes
This is a shortcut alias to Scala’s standard Buffer
type, which we use a lot early in O1.
This is a shortcut alias to Scala’s standard Buffer
type, which we use a lot early in O1.
Attributes
The Color
type represents colors; this is a shortcut alias to o1.gui
.
The Color
type represents colors; this is a shortcut alias to o1.gui
.
Attributes
The CompassDir
type represents the four main directions in a grid-like structure; this is a shortcut alias to o1.grid
.
The CompassDir
type represents the four main directions in a grid-like structure; this is a shortcut alias to o1.grid
.
Attributes
The Velocity
type represents directions in two-dimensional space; this is a shortcut alias to o1.world
.
The Velocity
type represents directions in two-dimensional space; this is a shortcut alias to o1.world
.
Attributes
The Grid
type represents rectangular grids; this is a shortcut alias to o1.grid
.
The Grid
type represents rectangular grids; this is a shortcut alias to o1.grid
.
Attributes
The GridPos
type represents coordinates in a grid-like structure; this is a shortcut alias to o1.grid
.
The GridPos
type represents coordinates in a grid-like structure; this is a shortcut alias to o1.grid
.
Attributes
A supertype for objects that have an anchoring point; this is a shortcut alias to o1.world.objects
.
A supertype for objects that have an anchoring point; this is a shortcut alias to o1.world.objects
.
Attributes
A supertype for objects that take up a rectangular area and have an anchoring point; this is a shortcut alias to o1.world.objects
.
A supertype for objects that take up a rectangular area and have an anchoring point; this is a shortcut alias to o1.world.objects
.
Attributes
A supertype for objects that have a location in two-dimensional space; this is a shortcut alias to o1.world.objects
.
A supertype for objects that have a location in two-dimensional space; this is a shortcut alias to o1.world.objects
.
Attributes
A supertype for objects that have a width and a height; this is a shortcut alias to o1.world.objects
.
A supertype for objects that have a width and a height; this is a shortcut alias to o1.world.objects
.
Attributes
A supertype for objects that have a position and a velocity in two-dimensional space; this is a shortcut alias to o1.world.objects
.
A supertype for objects that have a position and a velocity in two-dimensional space; this is a shortcut alias to o1.world.objects
.
Attributes
The InputEvent
type represents GUI events that generate user input; this is a shortcut alias to scala.swing.event
via o1.gui
.
The InputEvent
type represents GUI events that generate user input; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The Key
type represents keys on a computer keyboard; this is a shortcut alias to scala.swing.event
via o1.gui
.
The Key
type represents keys on a computer keyboard; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The KeyEvent
type represents keyboard-related GUI events; this is a shortcut alias to scala.swing.event
via o1.gui
.
The KeyEvent
type represents keyboard-related GUI events; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The KeyPressed
type represents key-press events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The KeyPressed
type represents key-press events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The KeyReleased
type represents key-release events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The KeyReleased
type represents key-release events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The KeyTyped
type represents keyboard-typing events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The KeyTyped
type represents keyboard-typing events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseClicked
type represents mouse-click events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseClicked
type represents mouse-click events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseDragged
type represents mouse-dragging events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseDragged
type represents mouse-dragging events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseEntered
type represents cursor-entering events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseEntered
type represents cursor-entering events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseExited
type represents cursor-exiting events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseExited
type represents cursor-exiting events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseMoved
type represents mouse-movement events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseMoved
type represents mouse-movement events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MousePressed
type represents button-press events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MousePressed
type represents button-press events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseReleased
type represents button-release events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseReleased
type represents button-release events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseWheelMoved
type represents mouse-wheel events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseWheelMoved
type represents mouse-wheel events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
A supertype for objects that have a mutable position and a velocity in two-dimensional space; this is a shortcut alias to o1.world.objects.mutable
.
A supertype for objects that have a mutable position and a velocity in two-dimensional space; this is a shortcut alias to o1.world.objects.mutable
.
Attributes
A supertype for objects that take up a rectangular area and have a velocity as well as a mutable position that may be constrained by a larger object around them; this is a shortcut alias to o1.world.objects.mutable
.
A supertype for objects that take up a rectangular area and have a velocity as well as a mutable position that may be constrained by a larger object around them; this is a shortcut alias to o1.world.objects.mutable
.
Attributes
The Pic
type represents images; this is a shortcut alias to o1.gui
.
The Pic
type represents images; this is a shortcut alias to o1.gui
.
Attributes
The Pos
type represents coordinates on a two-dimensional surface; this is a shortcut alias to o1.world
.
The Pos
type represents coordinates on a two-dimensional surface; this is a shortcut alias to o1.world
.
Attributes
The Sound
type represents recorded sound samples; this is a shortcut alias to o1.sound.sampled
.
The Sound
type represents recorded sound samples; this is a shortcut alias to o1.sound.sampled
.
Attributes
The Velocity
type represents directed movement in two-dimensional space; this is a shortcut alias to o1.world
.
The Velocity
type represents directed movement in two-dimensional space; this is a shortcut alias to o1.world
.
Attributes
The View
type represents GUI windows that graphically represent a given domain model; this is a shortcut alias to class BasicViewFrame
in o1.gui.mutable
.
The View
type represents GUI windows that graphically represent a given domain model; this is a shortcut alias to class BasicViewFrame
in o1.gui.mutable
.
Attributes
Value members
Concrete methods
Creates a picture of a filled circle with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of a filled circle with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- color
-
the circle’s color of the circle
- diameter
-
the diameter of the circle, which also sets the width and height of the picture
Attributes
Creates a picture of a filled circle with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of a filled circle with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- anchor
-
an anchor for the new picture
- color
-
the circle’s color of
- diameter
-
the diameter of the circle, which also sets the width and height of the picture
Attributes
Creates a picture of an ellipse with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of an ellipse with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- color
-
the ellipse’s color
- height
-
the height of the ellipse and the picture
- width
-
the width of the ellipse and the picture
Attributes
Creates a picture of an ellipse with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of an ellipse with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- anchor
-
an anchor for the new picture
- color
-
the ellipse’s color
- height
-
the height of the ellipse and the picture
- width
-
the width of the ellipse and the picture
Attributes
Creates a picture of a filled rectangle with the given parameters, anchored at the top left-hand corner; this is a shortcut alias to o1.gui.Pic
.
Creates a picture of a filled rectangle with the given parameters, anchored at the top left-hand corner; this is a shortcut alias to o1.gui.Pic
.
Parameters
- color
-
the color of the rectangle and thus the only color visible in the picture; if unspecified, defaults to
White
- height
-
the height of the rectangle and the picture
- width
-
the width of the rectangle and the picture
Attributes
Creates a picture of a thin line defined in terms of two locations on a plane; this is a shortcut alias to o1.gui.Pic
. The line is specified in terms of two Pos objects: imagine drawing a line between the two points on a plane and then cropping the plane to just the part that contains the line. The line runs from one corner of the resulting picture to another, against a transparent background. To adjust more parameters, such as the shape of the line’s end points, see the additional tools in o1.gui.Pic
Creates a picture of a thin line defined in terms of two locations on a plane; this is a shortcut alias to o1.gui.Pic
. The line is specified in terms of two Pos objects: imagine drawing a line between the two points on a plane and then cropping the plane to just the part that contains the line. The line runs from one corner of the resulting picture to another, against a transparent background. To adjust more parameters, such as the shape of the line’s end points, see the additional tools in o1.gui.Pic
Parameters
- color
-
the color of the line
- from
-
the line’s “starting point”; the picture will anchor at the corresponding corner
- thickness
-
the line’s width in pixels; if unspecified, defaults to
1.0
- to
-
the line’s “end point”
Attributes
Plays the music written in the given String
(as described under o1.sound.midi) on a MIDI synthesizer; this is a shortcut alias to def play(music: String)
in o1.sound.midi.
Plays the music written in the given String
(as described under o1.sound.midi) on a MIDI synthesizer; this is a shortcut alias to def play(music: String)
in o1.sound.midi.
Attributes
Creates a picture of a filled rectangle with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of a filled rectangle with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- color
-
the color of the rectangle and thus the only color visible in the picture
- height
-
the height of the rectangle and the picture
- width
-
the width of the rectangle and the picture
Attributes
Creates a picture of a filled rectangle with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of a filled rectangle with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- anchor
-
the picture’s anchoring point
- color
-
the color of the rectangle and thus the only color visible in the picture
- height
-
the height of the rectangle and the picture
- width
-
the width of the rectangle and the picture
Attributes
Creates a picture of a filled square with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of a filled square with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- color
-
the color of the square and thus the only color visible in the picture
- side
-
the width and height of the square and the picture
Attributes
Creates a picture of a filled square with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of a filled square with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- anchor
-
the picture’s anchoring point
- color
-
the color of the square and thus the only color visible in the picture
- side
-
the width and height of the square and the picture
Attributes
Creates a picture of a five-pointed star with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of a five-pointed star with the given parameters; this is a shortcut alias to o1.gui.Pic
. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- color
-
the star’s color
- width
-
the width of the star, which determines the picture’s dimensions
Attributes
Creates a picture of a five-pointed star with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of a five-pointed star with the given parameters; this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- anchor
-
an anchor for the new picture
- color
-
the star’s color
- width
-
the width of the star, which determines the picture’s dimensions
Attributes
Creates a picture containing the given textual content. this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, see the additional tools in there.
Creates a picture containing the given textual content. this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, see the additional tools in there.
Parameters
- color
-
the text’s color
- content
-
the text to display in the picture
- font
-
the name of a font family or specific font (e.g., "Serif", "SansSerif", "Times New Roman" or "Times New Roman Italic"); the font must be installed on the computer or a default font will be used instead
- size
-
the font size
Attributes
Creates a picture containing the given textual content. this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, see the additional tools in there.
Creates a picture containing the given textual content. this is a shortcut alias to o1.gui.Pic
. To adjust more parameters, see the additional tools in there.
Parameters
- anchor
-
an anchor for the new picture
- color
-
the text’s color
- content
-
the text to display in the picture
- font
-
the name of a font family or specific font (e.g., "Serif", "SansSerif", "Times New Roman" or "Times New Roman Italic"); the font must be installed on the computer or a default font will be used instead
- size
-
the font size
Attributes
Creates a picture of an isosceles triangle with the given parameters; this is a shortcut alias to o1.gui.Pic
. The triangle’s base is at the bottom of the picture and its apex is at the top center. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of an isosceles triangle with the given parameters; this is a shortcut alias to o1.gui.Pic
. The triangle’s base is at the bottom of the picture and its apex is at the top center. The picture’s Anchor is at its center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- color
-
the triangle’s color
- height
-
the height of the triangle, which determines the height of the picture, too
- width
-
the width of the triangle’s base, which determines the width of the picture, too
Attributes
Creates a picture of an isosceles triangle with the given parameters; this is a shortcut alias to o1.gui.Pic
. The triangle’s base is at the bottom of the picture and its apex is at the top center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Creates a picture of an isosceles triangle with the given parameters; this is a shortcut alias to o1.gui.Pic
. The triangle’s base is at the bottom of the picture and its apex is at the top center. To adjust more parameters, such as the color and width of the shape’s outline, see the additional tools in o1.gui.Pic
Parameters
- anchor
-
an anchor for the new picture
- color
-
the triangle’s color
- height
-
the height of the triangle, which determines the height of the picture, too
- width
-
the width of the triangle’s base, which determines the width of the picture, too
Attributes
Concrete fields
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per, um, some standard or other, maybe. This is a shortcut alias to o1.gui.colors.
A named color as per, um, some standard or other, maybe. This is a shortcut alias to o1.gui.colors.
Attributes
The Anchor
type represents points of attachment in two-dimensional elements; this is a shortcut alias to o1.world.objects
.
The Anchor
type represents points of attachment in two-dimensional elements; this is a shortcut alias to o1.world.objects
.
Attributes
The Animation
type represents sequences of pictures shown in a GUI window; this is a shortcut alias to o1.gui
.
The Animation
type represents sequences of pictures shown in a GUI window; this is a shortcut alias to o1.gui
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 10% black. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 20% black. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 30% black. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 40% black. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 50% black. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 60% black. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 70% black. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 80% black. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 90% black. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
An anchor at the middle of the bottom edge; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the middle of the bottom edge; this is a shortcut alias to o1.world.objects.Anchor
.
Attributes
An anchor at the bottom left-hand corner; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the bottom left-hand corner; this is a shortcut alias to o1.world.objects.Anchor
.
Attributes
An anchor at the bottom right-hand corner; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the bottom right-hand corner; this is a shortcut alias to o1.world.objects.Anchor
.
Attributes
The Bounds
type represents the boundaries of rectangular areas in two-dimensional space; this is a shortcut alias to o1.world
.
The Bounds
type represents the boundaries of rectangular areas in two-dimensional space; this is a shortcut alias to o1.world
.
Attributes
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
This is a shortcut alias to Scala’s standard Buffer
type, which we use a lot early in O1.
This is a shortcut alias to Scala’s standard Buffer
type, which we use a lot early in O1.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
An anchor at the middle; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the middle of the left edge; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the middle of the left edge; this is a shortcut alias to o1.world.objects.Anchor
.
Attributes
An anchor at the middle of the right edge; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the middle of the right edge; this is a shortcut alias to o1.world.objects.Anchor
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The Color
type represents colors; this is a shortcut alias to o1.gui
.
The Color
type represents colors; this is a shortcut alias to o1.gui
.
Attributes
The CompassDir
type represents the four main directions in a grid-like structure; this is a shortcut alias to o1.grid
.
The CompassDir
type represents the four main directions in a grid-like structure; this is a shortcut alias to o1.grid
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The Velocity
type represents directions in two-dimensional space; this is a shortcut alias to o1.world
.
The Velocity
type represents directions in two-dimensional space; this is a shortcut alias to o1.world
.
Attributes
A label that can be used as an empty method body or other “no-op” block.
A label that can be used as an empty method body or other “no-op” block.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The northwardly compass direction in a grid; this is a shortcut alias to o1.grid.CompassDir
.
The northwardly compass direction in a grid; this is a shortcut alias to o1.grid.CompassDir
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The GridPos
type represents coordinates in a grid-like structure; this is a shortcut alias to o1.grid
.
The GridPos
type represents coordinates in a grid-like structure; this is a shortcut alias to o1.grid
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
a constant that you can use to make the sound repeat indefinitely; this is a shortcut alias to o1.sound.sampled
.
a constant that you can use to make the sound repeat indefinitely; this is a shortcut alias to o1.sound.sampled
.
Attributes
The Key
type represents keys on a computer keyboard; this is a shortcut alias to scala.swing.event
via o1.gui
.
The Key
type represents keys on a computer keyboard; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The KeyPressed
type represents key-press events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The KeyPressed
type represents key-press events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The KeyReleased
type represents key-release events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The KeyReleased
type represents key-release events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The KeyTyped
type represents keyboard-typing events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The KeyTyped
type represents keyboard-typing events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The MouseClicked
type represents mouse-click events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseClicked
type represents mouse-click events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseDragged
type represents mouse-dragging events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseDragged
type represents mouse-dragging events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseEntered
type represents cursor-entering events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseEntered
type represents cursor-entering events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseExited
type represents cursor-exiting events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseExited
type represents cursor-exiting events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseMoved
type represents mouse-movement events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseMoved
type represents mouse-movement events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MousePressed
type represents button-press events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MousePressed
type represents button-press events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseReleased
type represents button-release events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseReleased
type represents button-release events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
The MouseWheelMoved
type represents mouse-wheel events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
The MouseWheelMoved
type represents mouse-wheel events in a GUI; this is a shortcut alias to scala.swing.event
via o1.gui
.
Attributes
a constant that you can use to mute a sound; this is a shortcut alias to o1.sound.sampled
.
a constant that you can use to mute a sound; this is a shortcut alias to o1.sound.sampled
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The northwardly compass direction in a grid; this is a shortcut alias to o1.grid.CompassDir
.
The northwardly compass direction in a grid; this is a shortcut alias to o1.grid.CompassDir
.
Attributes
A named color as per the MP standard. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color famous for being really ugly.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
The Pic
type represents images; this is a shortcut alias to o1.gui
.
The Pic
type represents images; this is a shortcut alias to o1.gui
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The Pos
type represents coordinates on a two-dimensional surface; this is a shortcut alias to o1.world
.
The Pos
type represents coordinates on a two-dimensional surface; this is a shortcut alias to o1.world
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The Sound
type represents recorded sound samples; this is a shortcut alias to `o1.sound.sampled.
The Sound
type represents recorded sound samples; this is a shortcut alias to `o1.sound.sampled.
Attributes
The northwardly compass direction in a grid; this is a shortcut alias to o1.grid.CompassDir
.
The northwardly compass direction in a grid; this is a shortcut alias to o1.grid.CompassDir
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
An anchor at the middle of the top edge; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the middle of the top edge; this is a shortcut alias to o1.world.objects.Anchor
.
Attributes
An anchor at the top left-hand corner; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the top left-hand corner; this is a shortcut alias to o1.world.objects.Anchor
.
Attributes
An anchor at the top right-hand corner; this is a shortcut alias to o1.world.objects.Anchor
.
An anchor at the top right-hand corner; this is a shortcut alias to o1.world.objects.Anchor
.
Attributes
Represents a fully transparent (white) color. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.
The Velocity
type represents directed movement in two-dimensional space; this is a shortcut alias to o1.world
.
The Velocity
type represents directed movement in two-dimensional space; this is a shortcut alias to o1.world
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
The westwardly compass direction in a grid; this is a shortcut alias to o1.grid.CompassDir
.
The westwardly compass direction in a grid; this is a shortcut alias to o1.grid.CompassDir
.
Attributes
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 10% white. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 20% white. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 30% white. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 40% white. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 50% white. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 60% white. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 70% white. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 80% white. This is a shortcut alias to o1.gui.colors.
A grayscale color that contains 90% white. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.
A named color as per Bob Ross. This is a shortcut alias to o1.gui.colors.