o1

package o1

Members list

Keywords
  • no keywords
  • lazy

Packages

package o1.grid
package o1.gui
package o1.sound
package o1.util
package o1.world

Type members

Types

type Anchor = Anchor

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.

type Bounds = Bounds

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.

type Buffer[Element] = Buffer[Element]

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.

type Color = Color

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.

type Grid[Elem] = Grid[Elem]

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.

type GridPos = GridPos

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.

type HasPos = HasPos

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.

type HasSize = HasSize

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.

type Key = Key

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.

type Pic = Pic

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.

type Pos = Pos

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.

type Sound = Sound

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.

type View[Model <: AnyRef] = ViewFrame[Model]

The View type represents GUI windows that graphically represent a given domain model; this is a shortcut alias to class ViewFrame in o1.gui.mutable.

The View type represents GUI windows that graphically represent a given domain model; this is a shortcut alias to class ViewFrame in o1.gui.mutable.

Value members

Concrete methods

def animate(pics: Iterable[Pic], picsPerSecond: Double): Unit

Displays the given pictures in sequence in a minimalistic window; this is a shortcut alias to o1.gui.

Displays the given pictures in sequence in a minimalistic window; this is a shortcut alias to o1.gui.

def animateWithFunction(picGeneratingFunction: Int => Pic, numberOfPics: Int, picsPerSecond: Double): Unit

Generates pictures with the given function and displays them in sequence in a minimalistic window; this is a shortcut alias to o1.gui.

Generates pictures with the given function and displays them in sequence in a minimalistic window; this is a shortcut alias to o1.gui.

def circle(diameter: Double, color: Color): 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.

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.

diameter

the diameter of the circle, which also sets the width and height of the picture

color

the circle’s color of the circle

def circle(diameter: Double, color: Color, anchor: Anchor): Pic

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.

diameter

the diameter of the circle, which also sets the width and height of the picture

color

the circle’s color of

anchor

an anchor for the new picture

def ellipse(width: Double, height: Double, color: Color): 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.

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.

width

the width of the ellipse and the picture

height

the height of the ellipse and the picture

color

the ellipse’s color

def ellipse(width: Double, height: Double, color: Color, anchor: Anchor): Pic

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.

width

the width of the ellipse and the picture

height

the height of the ellipse and the picture

color

the ellipse’s color

anchor

an anchor for the new picture

def emptyCanvas(width: Double, height: Double, color: Color): 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.

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.

width

the width of the rectangle and the picture

height

the height of the rectangle and the picture

color

the color of the rectangle and thus the only color visible in the picture; if unspecified, defaults to White

def line(from: Pos, to: Pos, color: Color): 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.

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.

from

the line’s “starting point”; the picture will anchor at the corresponding corner

to

the line’s “end point”

color

the color of the line

def play(song: String): Unit

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.

def rectangle(bounds: Bounds, color: Color): 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.

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.

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

def rectangle(width: Double, height: Double, color: Color): 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.

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.

width

the width of the rectangle and the picture

height

the height of the rectangle and the picture

color

the color of the rectangle and thus the only color visible in the picture

def rectangle(width: Double, height: Double, color: Color, anchor: Anchor): Pic

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.

width

the width of the rectangle and the picture

height

the height of the rectangle and the picture

color

the color of the rectangle and thus the only color visible in the picture

anchor

the picture’s anchoring point

def show(pic: Pic): Unit

Displays the given picture in a minimalistic window; this is a shortcut alias to o1.gui.

Displays the given picture in a minimalistic window; this is a shortcut alias to o1.gui.

def square(side: Double, color: Color): 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.

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.

side

the width and height of the square and the picture

color

the color of the square and thus the only color visible in the picture

def square(side: Double, color: Color, anchor: Anchor): Pic

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.

side

the width and height of the square and the picture

color

the color of the square and thus the only color visible in the picture

anchor

the picture’s anchoring point

def star(width: Double, color: Color): 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.

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.

width

the width of the star, which determines the picture’s dimensions

color

the star’s color

def star(width: Double, color: Color, anchor: Anchor): Pic

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.

width

the width of the star, which determines the picture’s dimensions

color

the star’s color

anchor

an anchor for the new picture

def triangle(width: Double, height: Double, color: Color): 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.

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.

width

the width of the triangle’s base, which determines the width of the picture, too

height

the height of the triangle, which determines the height of the picture, too

color

the triangle’s color

def triangle(width: Double, height: Double, color: Color, anchor: Anchor): 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.

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.

width

the width of the triangle’s base, which determines the width of the picture, too

height

the height of the triangle, which determines the height of the picture, too

color

the triangle’s color

anchor

an anchor for the new picture

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.

val Anchor: Anchor.type

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.

val Animation: Animation.type

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.

val Aqua: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Azure: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Beige: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Bisque: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Black: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Black10: Color

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.

val Black20: Color

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.

val Black30: Color

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.

val Black40: Color

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.

val Black50: Color

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.

val Black60: Color

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.

val Black70: Color

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.

val Black80: Color

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.

val Black90: Color

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.

val Blue: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut 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.

val Bounds: Bounds.type

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.

val Brown: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Buffer: Buffer.type

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.

val Center: Anchor

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.

val Color: Color.type

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.

val Coral: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Crimson: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Cyan: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val DarkRed: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

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.

val DimGray: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val DimGrey: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Direction: Direction.type

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.

val Fuchsia: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Gold: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Gray: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Green: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Grey: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val GridPos: GridPos.type

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.

val HotPink: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

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.

val Indigo: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Ivory: Color

A named color as per W3C’s list of colors. This is a shortcut alias 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.

val Key: Key.type

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.

val KeyTyped: KeyTyped.type

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.

val Khaki: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Lime: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Linen: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Magenta: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Maroon: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

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.

val Mute: Float

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.

lazy val NorwegianBlue: Color

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.

val OldLace: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Olive: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Orange: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Orchid: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Peru: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

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.

val Pic: Pic.type

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.

val Pink: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Plum: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Pos: Pos.type

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.

val Purple: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Red: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Salmon: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

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.

val Sienna: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Silver: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val SkyBlue: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Snow: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Sound: Sound.type

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.

val Tan: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Teal: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val Thistle: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

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.

val Tomato: Color

A named color as per W3C’s list of colors. This is a shortcut 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.

val Velocity: Velocity.type

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.

val Violet: Color

A named color as per W3C’s list of colors. This is a shortcut 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.

val Wheat: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val White: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

val White10: Color

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.

val White20: Color

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.

val White30: Color

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.

val White40: Color

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.

val White50: Color

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.

val White60: Color

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.

val White70: Color

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.

val White80: Color

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.

val White90: Color

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.

val Yellow: Color

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

A named color as per W3C’s list of colors. This is a shortcut alias to o1.gui.colors.

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.