o1
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
.
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
.
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
.
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.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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.
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.
- Value 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
Creates a picture of a filled circle with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
Creates a picture of a filled circle with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
- Value 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
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.
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.
- Value parameters:
- color
the ellipse’s color
- height
the height of the ellipse and the picture
- width
the width of the ellipse and the picture
Creates a picture of an ellipse with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
Creates a picture of an ellipse with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
- Value 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
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
.
- Value 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
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.
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.
- Value parameters:
- color
the color of the line
- from
the line’s “starting point”; the picture will anchor at the corresponding corner
- to
the line’s “end point”
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.
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.
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.
- Value parameters:
- bounds
the width and height of the rectangle and the resulting picture
- color
the color of the rectangle and thus the only color visible in the picture
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.
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.
- Value 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
Creates a picture of a filled rectangle with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
Creates a picture of a filled rectangle with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
- Value 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
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.
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.
- Value 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
Creates a picture of a filled square with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
Creates a picture of a filled square with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
- Value 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
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.
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.
- Value parameters:
- color
the star’s color
- width
the width of the star, which determines the picture’s dimensions
Creates a picture of a five-pointed star with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
Creates a picture of a five-pointed star with the given parameters; this is a shortcut
alias to o1.gui.Pic
.
- Value 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
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.
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.
- Value 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
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.
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.
- Value 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
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 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.
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.
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
.
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
.
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 grayscale color that contains 10% black. 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 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 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 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 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 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 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 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 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.
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
.
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
.
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
.
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
.
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.
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.
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.
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 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;
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
.
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
.
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 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
.
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
.
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 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 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.
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
.
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.
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
.
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.
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
.
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 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 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
.
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
.
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
.
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
.
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
.
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 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 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.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
A named color as per the MP standard. This is a shortcut alias to o1.gui.colors.
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 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 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.
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
.
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 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
.
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.
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 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.
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.
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
.
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 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.
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
.
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
.
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
.
Represents a fully transparent (white) color. This is a shortcut alias to o1.gui.colors.
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 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 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
.
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 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
.
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% white. 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 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 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 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 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 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 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 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 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 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.