Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
A
addLine(int, int, int, int, String)
- Method in class android.image.
Scene
Add a line to this Scene from (x,y) to (xx, yy)
addLine(double, double, double, double, String)
- Method in class android.image.
Scene
Add a line to this Scene from (x,y) to (xx, yy)
addLine(Posn, Posn, String)
- Method in class android.image.
Scene
Add a line to this Scene from the first Posn to the second
addTop(RuntimeException, StackTraceElement)
- Static method in class android.util.
Util
Add an element to the top of a StackTrace, also used to hide implementation details
android.image
- package android.image
An image creation package mimics the
Racket
's
2htdp/image
library.
android.image.test
- package android.image.test
Testing package for image library.
android.image.test.images
- package android.image.test.images
android.util
- package android.util
android.world
- package android.world
android.world.test
- package android.world.test
applyFunc(Object, Method, Object[])
- Static method in class android.util.
Util
Apply the given method using the given Object and arguments
argbAlpha(int)
- Static method in class android.image.
ColorDatabase
Get the Alpha component of an integer Color in the ARGB format.
argbBlue(int)
- Static method in class android.image.
ColorDatabase
Get the Blue component of an integer Color in the ARGB format.
argbGreen(int)
- Static method in class android.image.
ColorDatabase
Get the Green component of an integer Color in the ARGB format.
argbRed(int)
- Static method in class android.image.
ColorDatabase
Get the Red component of an integer Color in the ARGB format.
argsString(Class<?>[], int)
- Static method in class android.util.
Util
Return a pretty argument string for displaying signatures
B
BigBang
- Class in
android.world
A Class representing a World of some type, and the related methods and Function Objects (call-backs) for drawing the world and handling various events.
BigBang(Object)
- Constructor for class android.world.
BigBang
Create a new BigBang with a value of the initial World
bigBang(Activity)
- Method in class android.world.
BigBang
Construct and start the animation/interaction system.
bigBang(Activity)
- Method in class android.world.
VoidWorld
Kick off the interaction/animation in PORTRATE mode.
bigBang(Activity)
- Method in class android.world.
World
Kick off the interaction/animation.
bigBangFullscreen(Activity)
- Method in class android.world.
BigBang
Construct and start the animation/interaction system with the Android device in FULLSCREEN mode.
bigBangFullscreen(Activity)
- Method in class android.world.
VoidWorld
Kick off the interaction/animation in FULLSCREEN/PORTRATE mode.
bigBangFullscreen(Activity)
- Method in class android.world.
World
Kick off the interaction/animation FULLSCREEN mode.
bigBangLandscape(Activity)
- Method in class android.world.
BigBang
Construct and start the animation/interaction system with the Android device in LANDSCAPE mode.
bigBangLandscape(Activity)
- Method in class android.world.
VoidWorld
Kick off the interaction/animation in LANDSCAPE mode.
bigBangLandscape(Activity)
- Method in class android.world.
World
Kick off the interaction/animation in LANDSCAPE mode.
bigBangLandscapeFullscreen(Activity)
- Method in class android.world.
BigBang
Construct and start the animation/interaction system with the Android device in LANDSCAPE mode.
bigBangLandscapeFullscreen(Activity)
- Method in class android.world.
VoidWorld
Kick off the interaction/animation in FULLSCREEN/LANDSCAPE mode.
bigBangLandscapeFullscreen(Activity)
- Method in class android.world.
World
Kick off the interaction/animation in FULLSCREEN/LANDSCAPE mode.
BLACK_OUTLINE
- Static variable in class android.image.
Image
box(Class<?>)
- Static method in class android.util.
Util
For predicting Box/Unboxing and the associated Type differences/subtyping
C
Circle
- Class in
android.image
A Class representing an Circle Image.
Circle(double, String, String)
- Constructor for class android.image.
Circle
Construct a circle Image of the given (double) radius, mode, and color
Circle(int, String, String)
- Constructor for class android.image.
Circle
Construct a circle Image of the given (int) radius, mode, and color
CLEAR
- Static variable in class android.image.
Image
color(String)
- Static method in class android.image.
ColorDatabase
Get the java.awt.Color represented by the given string
ColorDatabase
- Class in
android.image
Manages color names and translation to implementation-dependent Color structures.
ColorDatabase()
- Constructor for class android.image.
ColorDatabase
colorToARGB(String)
- Static method in class android.image.
ColorDatabase
Convert the given Color String into ARGB integer format.
colorToARGB(double, double, double)
- Static method in class android.image.
ColorDatabase
Convert the given Color intensities into ARGB integer format.
colorToARGB(double, double, double, double)
- Static method in class android.image.
ColorDatabase
Convert the given Alpha and Color intensities into ARGB integer format.
colorToARGB(int, int, int)
- Static method in class android.image.
ColorDatabase
Convert the given Color intensities into ARGB integer format.
colorToARGB(int, int, int, int)
- Static method in class android.image.
ColorDatabase
Convert the given Alpha and Color intensities into ARGB integer format.
ConnectFourGame
- Class in
android.world.test
ConnectFourGame()
- Constructor for class android.world.test.
ConnectFourGame
D
DEFAULT_TICK_RATE
- Static variable in class android.world.
VoidWorld
Default Tick rate for the world: ~33 frames per second
DEFAULT_TICK_RATE
- Static variable in class android.world.
World
Default Tick rate for the world: ~33 frames per second
display(Object)
- Static method in class android.util.
Util
Return a String representation of the given arbitrary Object
display(Object, String)
- Static method in class android.util.
Util
Return a String representation of the given arbitrary Object
display(Object, Class<?>, String)
- Static method in class android.util.
Util
Return a String representation of the given Object of the given Class
E
Ellipse
- Class in
android.image
Represents an Image of an Ellipse.
Ellipse(double, double, String, String)
- Constructor for class android.image.
Ellipse
Create a Ellipse Image with (double) width and height, mode and color
Ellipse(int, int, String, String)
- Constructor for class android.image.
Ellipse
Create a Ellipse Image with (int) width and height, mode and color
EmptyScene
- Class in
android.image
Represents the empty (blank) Scene (a cropped
Image
).
EmptyScene(double, double)
- Constructor for class android.image.
EmptyScene
Construct an EmptyScene of (Width x Height)
EmptyScene(double, double, String)
- Constructor for class android.image.
EmptyScene
Construct an EmptyScene of (Width x Height) with the given background color.
EmptyScene(int, int)
- Constructor for class android.image.
EmptyScene
Construct an EmptyScene of (Width x Height)
EmptyScene(int, int, String)
- Constructor for class android.image.
EmptyScene
Construct an EmptyScene of (Width x Height) with the given background color.
equals(Object)
- Method in class android.world.
VoidWorld
Make sure that changes are redrawn every time
escape(char)
- Static method in class android.util.
Util
Return a String for a single expanded/escaped character
exceptionDrop(int, String)
- Static method in class android.util.
Util
Return an exception, but drop the top N frames (to hide implementation details)
F
fields(Class<?>)
- Static method in class android.util.
Util
Retrieve the (transitive) fields of the given class
flipHorizontal()
- Method in class android.image.
Image
Return a version of this Image flipped horizontally (left to right).
flipVertical()
- Method in class android.image.
Image
Return a version of this Image flipped vertically (top to bottom).
FromFile
- Class in
android.image
Represents an Image from a file.
FromFile(String)
- Constructor for class android.image.
FromFile
Create an Image from the given file name.
FromResource
- Class in
android.image
Represents an Image from an Android Project Resource.
FromResource(Resources, int)
- Constructor for class android.image.
FromResource
Create an Image from the given Resources and ID.
FromURL
- Class in
android.image
Represents an image from a URL.
FromURL(String)
- Constructor for class android.image.
FromURL
Create an Image from the given URL address
funcObjMethName
- Static variable in class android.util.
Util
Name of Handler Methods
G
getCanvas()
- Method in class android.image.
RasterImage
Get the Graphics2D associated with this RasterImage
getPixel(int, int)
- Method in class android.image.
RasterImage
Get the
java.awt.Color
of the pixel at the given x/y
getPixelAsString(int, int)
- Method in class android.image.
RasterImage
Get a
String
of the Color pixel at the given x/y.
H
height()
- Method in class android.image.
EmptyScene
Return the Width of this Scene/Image
height()
- Method in class android.image.
Image
Calculate the height of this Image
height()
- Method in class android.image.
Line
Return the height of this Image
height()
- Method in class android.image.
Overlay
Return the height of this Image
height()
- Method in class android.image.
RasterImage
Return the height of this Image
height()
- Method in class android.image.
Rectangle
Return the Height of this Image
height()
- Method in class android.image.
RegularPolygon
Return the Height of this Image
height()
- Method in class android.image.
Text
Return the Height of this Image
height()
- Method in class android.image.
Triangle
Return the Height of this Image
I
Image
- Class in
android.image
An abstract class representing an Image.
ImageExamples
- Class in
android.world.test
ImageExamples()
- Constructor for class android.world.test.
ImageExamples
K
KEY_ARROW_DOWN
- Static variable in class android.world.
BigBang
Key arrow-down event String
KEY_ARROW_DOWN
- Static variable in class android.world.
VoidWorld
Key arrow-down event String
KEY_ARROW_DOWN
- Static variable in class android.world.
World
Key arrow-down event String
KEY_ARROW_LEFT
- Static variable in class android.world.
BigBang
Key arrow-left event String
KEY_ARROW_LEFT
- Static variable in class android.world.
VoidWorld
Key arrow-left event String
KEY_ARROW_LEFT
- Static variable in class android.world.
World
Key arrow-left event String
KEY_ARROW_RIGHT
- Static variable in class android.world.
BigBang
Key arrow-right event String
KEY_ARROW_RIGHT
- Static variable in class android.world.
VoidWorld
Key arrow-right event String
KEY_ARROW_RIGHT
- Static variable in class android.world.
World
Key arrow-right event String
KEY_ARROW_UP
- Static variable in class android.world.
BigBang
Key arrow-up event String
KEY_ARROW_UP
- Static variable in class android.world.
VoidWorld
Key arrow-up event String
KEY_ARROW_UP
- Static variable in class android.world.
World
Key arrow-up event String
KEY_MENU
- Static variable in class android.world.
BigBang
Menu Key event String.
KEY_MENU
- Static variable in class android.world.
VoidWorld
Menu Key event String.
KEY_MENU
- Static variable in class android.world.
World
Menu Key event String.
KEY_SEARCH
- Static variable in class android.world.
BigBang
Search Key event String
KEY_SEARCH
- Static variable in class android.world.
VoidWorld
Search Key event String
KEY_SEARCH
- Static variable in class android.world.
World
Search Key event String
KeyInput
- Class in
android.world.test
KeyInput()
- Constructor for class android.world.test.
KeyInput
L
lastScene(Object)
- Method in class android.world.
BigBang
Install a LastScene Handler into this BigBang.
lastScene()
- Method in class android.world.
VoidWorld
Returns the
Scene
that should be displayed when the interaction/animation completes (
VoidWorld.stopWhen()
returns
true
).
lastScene()
- Method in class android.world.
World
Returns the
Scene
that should be displayed when the interaction/animation completes (
World.stopWhen()
returns
true
).
Line
- Class in
android.image
Class representing a Line from (0,0) to the given (X,Y).
Line(int, int, String)
- Constructor for class android.image.
Line
Create a Line from (0,0) to doubles (X,Y) of the given color
Line(double, double, String)
- Constructor for class android.image.
Line
Create a Line from (0,0) to ints (X,Y) of the given color
Line(Posn, String)
- Constructor for class android.image.
Line
Create a Line from (0,0) to doubles (X,Y) of the given color
LONG_MOUSE_DOWN
- Static variable in class android.world.
BigBang
Mouse down (button-down) event String
LongPressTest
- Class in
android.world.test
LongPressTest()
- Constructor for class android.world.test.
LongPressTest
M
main(String[])
- Static method in class android.image.test.
WriteTests
main(String[])
- Static method in class android.util.
Util
Simple Test for SExp output
makeBigBang()
- Method in class android.world.
VoidWorld
Get a bigbang instance for this VoidWorld
makeColor(int, int, int)
- Static method in class android.image.
ColorDatabase
Create a color String from the given Alpha/Red/Green/Blue intensities in [0..255].
makeColor(int, int, int, int)
- Static method in class android.image.
ColorDatabase
Create a color String from the given Alpha/Red/Green/Blue intensities in [0..255].
makeColor(double, double, double)
- Static method in class android.image.
ColorDatabase
Create a color String from the given Red/Green/Blue fractional intensities in [0..1.0].
makeColor(double, double, double, double)
- Static method in class android.image.
ColorDatabase
Create a color String from the given Alpha/Red/Green/Blue fractional intensities in [0..1.0].
makeColor(int)
- Static method in class android.image.
ColorDatabase
Create a color String from the given integer that encodes Alpha/Red/Green/Blue intensities.
MOUSE_DOWN
- Static variable in class android.world.
BigBang
Mouse down (button-down) event String
MOUSE_DOWN
- Static variable in class android.world.
VoidWorld
Mouse down (button-down) event String
MOUSE_DOWN
- Static variable in class android.world.
World
Mouse down (button-down) event String
MOUSE_DRAG
- Static variable in class android.world.
BigBang
Mouse down & move (drag) event String
MOUSE_DRAG
- Static variable in class android.world.
VoidWorld
Mouse down & move (drag) event String
MOUSE_DRAG
- Static variable in class android.world.
World
Mouse down & move (drag) event String
MOUSE_MOVE
- Static variable in class android.world.
BigBang
Mouse motion (move) event String
MOUSE_MOVE
- Static variable in class android.world.
VoidWorld
Mouse motion (move) event String
MOUSE_MOVE
- Static variable in class android.world.
World
Mouse motion (move) event String
MOUSE_UP
- Static variable in class android.world.
BigBang
Mouse up (button-up) event String
MOUSE_UP
- Static variable in class android.world.
VoidWorld
Mouse up (button-up) event String
MOUSE_UP
- Static variable in class android.world.
World
Mouse up (button-up) event String
MousePoints
- Class in
android.world.test
MousePoints()
- Constructor for class android.world.test.
MousePoints
N
noScreenShots()
- Static method in class android.world.
VoidWorld
Use to Disable Screen Shots
noScreenShots()
- Static method in class android.world.
World
Use to Disable Screen Shots
O
onCreate(Bundle)
- Method in class android.world.test.
ConnectFourGame
onCreate(Bundle)
- Method in class android.world.test.
ImageExamples
onCreate(Bundle)
- Method in class android.world.test.
KeyInput
onCreate(Bundle)
- Method in class android.world.test.
LongPressTest
onCreate(Bundle)
- Method in class android.world.test.
MousePoints
onCreate(Bundle)
- Method in class android.world.test.
RasterImageTest
onCreate(Bundle)
- Method in class android.world.test.
ShowDown
onDraw(Object)
- Method in class android.world.
BigBang
Install a Draw Handler into this BigBang.
onDraw()
- Method in class android.world.
VoidWorld
Return a visualization of this
World
as a
Scene
.
onDraw()
- Method in class android.world.
World
Return a visualization of this
World
as a
Scene
.
onKey(Object)
- Method in class android.world.
BigBang
Install a Key Handler into this BigBang.
onKey(String)
- Method in class android.world.
VoidWorld
Change this World when a key event is triggered.
onKey(String)
- Method in class android.world.
World
Produce a (possibly) new World when a key is pressed.
onMouse(Object)
- Method in class android.world.
BigBang
Install a Mouse Handler into this BigBang.
onMouse(int, int, String)
- Method in class android.world.
VoidWorld
Change this World when a touch event is triggered.
onMouse(int, int, String)
- Method in class android.world.
World
Produce a (possibly) new World when a touch event is triggered.
onOrientation(double, double, double)
- Method in class android.world.
VoidWorld
Change this World when a device orientation event is triggered.
onOrientation(double, double, double)
- Method in class android.world.
World
Produce a (possibly) new World when a device orientation event is triggered.
onRelease(Object)
- Method in class android.world.
BigBang
Install a Key Release Handler into this BigBang.
onRelease(String)
- Method in class android.world.
VoidWorld
Change this World when a key is released.
onRelease(String)
- Method in class android.world.
World
Produce a (possibly) new World when a key is released.
onTick(Object)
- Method in class android.world.
BigBang
Install a Tick Handler at a tick rate of 1/20th of a second.
onTick(Object, double)
- Method in class android.world.
BigBang
Install a Tick Handler into this BigBang at the given tick rate (per-seconds).
onTick()
- Method in class android.world.
VoidWorld
Change this World based on the Tick of the clock.
onTick()
- Method in class android.world.
World
Produce a (possibly) new World based on the Tick of the clock.
orientation(Object)
- Method in class android.world.
BigBang
Install an Orientation Handler into this BigBang.
overlay(Image)
- Method in class android.image.
Image
Overlay the given Image over this Image
overlay(Image, Image, Image...)
- Method in class android.image.
Image
Overlay the given Images over this Image
Overlay
- Class in
android.image
Represents the Overlaying of two or more images.
Overlay(Image, Image, Image...)
- Constructor for class android.image.
Overlay
Construct an Overlay from the two or more Images
overlayxy(Image, int, int)
- Method in class android.image.
Image
Overlay the given Image over this Image offset (x,y)
overlayxy(Image, double, double)
- Method in class android.image.
Image
Overlay the given Image over this Image offset (x,y)
overlayxy(Image, Posn)
- Method in class android.image.
Image
Overlay the given Image over this Image offset Posn
overlayxy(int, int, Image)
- Method in class android.image.
Image
Overlay the given Image over this Image offset (x,y)
overlayxy(double, double, Image)
- Method in class android.image.
Image
Overlay the given Image over this Image offset (x,y)
overlayxy(Posn, Image)
- Method in class android.image.
Image
Overlay the given Image over this Image offset Posn
OverlayXY
- Class in
android.image
Represents the Overlaying of two images with the given offset.
OverlayXY(Image, int, int, Image)
- Constructor for class android.image.
OverlayXY
Construct an OverlayXY from the two images and the offset (X,Y)
OverlayXY(Image, Posn, Image)
- Constructor for class android.image.
OverlayXY
Construct an OverlayXY from the two images and the Posn offset
OverlayXY(Image, double, double, Image)
- Constructor for class android.image.
OverlayXY
Construct an OverlayXY from the two images and the offset (X,Y)
P
paint(Canvas, int, int)
- Method in class android.image.
Ellipse
Paint this Scene into the given graphics
paint(Canvas, int, int)
- Method in class android.image.
EmptyScene
Paint this Scene into the given graphics
paint(Canvas, int, int)
- Method in class android.image.
Image
Draw this image into a Graphics
paint(Canvas, int, int)
- Method in class android.image.
Line
Draw this image into a Graphics
paint(Canvas, int, int)
- Method in class android.image.
Overlay
Draw this Overlay image into a Graphics
paint(Canvas, int, int)
- Method in class android.image.
OverlayXY
Draw this OverlayXY image into a Graphics
paint(Canvas, int, int)
- Method in class android.image.
RasterImage
Draw this image into a Graphics
paint(Canvas, int, int)
- Method in class android.image.
Rectangle
Paint this Scene into the given graphics
paint(Canvas, int, int)
- Method in class android.image.
RegularPolygon
Paint this Polygon into the given graphics
paint(Canvas, int, int)
- Method in class android.image.
RoundRectangle
Paint this Scene into the given graphics
paint(Canvas, int, int)
- Method in class android.image.
Scene
Draw the scene into a Graphics
paint(Canvas, int, int)
- Method in class android.image.
Text
Paint this Image into the given graphics
paint(Canvas, int, int)
- Method in class android.image.
Triangle
Paint this Scene into the given graphics
parseColor(String)
- Static method in class android.image.
ColorDatabase
Parse a hex-Color from a 6 digit String (two each for Red, Green, Blue
pause()
- Method in class android.world.
BigBang
Pause this BigBang simulation/animation
pause()
- Method in class android.world.
VoidWorld
Use to temperarily disable onTick/interactions
pause()
- Method in class android.world.
World
Use to temperarily disable onTick/interactions
Placeholder
- Class in
android.image.test.images
Simplifies documentation by holding the image directory in place.
Placeholder()
- Constructor for class android.image.test.images.
Placeholder
PlaceHolder
- Class in
android.world.test
Holding the test directory in place for documentation
PlaceHolder()
- Constructor for class android.world.test.
PlaceHolder
placeImage(Image, double, double)
- Method in class android.image.
Scene
Place another Image on top of this Scene at (x,y)
placeImage(Image, int, int)
- Method in class android.image.
Scene
Place another Image on top of this Scene at (x,y)
placeImage(Image, Posn)
- Method in class android.image.
Scene
Place another Image on top of this Scene at the given Posn
Posn
- Class in
android.world
Represents a 2-dimensional position
Posn(int, int)
- Constructor for class android.world.
Posn
R
RasterImage
- Class in
android.image
Represents a raster Image drawn into a Buffer.
RasterImage(int, int)
- Constructor for class android.image.
RasterImage
Construct a RasterImage with the given width/height
RasterImage(Bitmap)
- Constructor for class android.image.
RasterImage
Construct a RasterImage with the given Bitmap
RasterImageTest
- Class in
android.world.test
RasterImageTest()
- Constructor for class android.world.test.
RasterImageTest
rasterize()
- Method in class android.image.
Image
Return a raster (buffered) version of this Image
Rectangle
- Class in
android.image
Represents an Image of a Rectangle.
Rectangle(double, double, String, String)
- Constructor for class android.image.
Rectangle
Create a Rectangle Image with (double) width and height, mode and color
Rectangle(int, int, String, String)
- Constructor for class android.image.
Rectangle
Create a Rectangle Image with (int) width and height, mode and color
RegularPolygon
- Class in
android.image
Represents an Image of a Regular Polygon.
RegularPolygon(double, int, String, String)
- Constructor for class android.image.
RegularPolygon
Create a Regular Polygon Image with (double) radius, sides, mode and color
RegularPolygon(int, int, String, String)
- Constructor for class android.image.
RegularPolygon
Create a Regular Polygon Image with (int) radius, sides, skip, mode and color
repeat(char, int)
- Static method in class android.util.
Util
Repeat a character a bunch of times
rotate(int)
- Method in class android.image.
Image
Return a rotated version of this image by the given angle in degrees.
rotate(double)
- Method in class android.image.
Image
Return a rotated version of this image by the given angle in degrees.
RoundRectangle
- Class in
android.image
Represents an Image of a Rectangle with rounded corners.
RoundRectangle(double, double, double, String, String)
- Constructor for class android.image.
RoundRectangle
Create a Round Rectangle with (double) width, height, and corner radius, mode and color
RoundRectangle(int, int, int, String, String)
- Constructor for class android.image.
RoundRectangle
Create a Round Rectangle Image with (int) width, height, and corner radius, mode and color
RoundRectangle(int, int, int, int, String, String)
- Constructor for class android.image.
RoundRectangle
Create a Round Rectangle Image with (int) width, height, and corner radius, mode and color
RoundRectangle(double, double, double, double, String, String)
- Constructor for class android.image.
RoundRectangle
Create a Round Rectangle with (double) width, height, and corner radius, mode and color
S
Scene
- Class in
android.image
An abstract Class representing a Scene (a cropped
Image
).
setPixel(int, int, String)
- Method in class android.image.
RasterImage
Set the pixel at the given x/y to the given String Color
setPixel(int, int, int, int, int)
- Method in class android.image.
RasterImage
Set the pixel at the given x/y to the given RGB intensities.
setPixel(int, int, int, int, int, int)
- Method in class android.image.
RasterImage
Set the pixel at the given x/y to the given ARGB intensities.
setPixel(int, int, double, double, double)
- Method in class android.image.
RasterImage
Set the pixel at the given x/y to the given RGB intensities.
setPixel(int, int, double, double, double, double)
- Method in class android.image.
RasterImage
Set the pixel at the given x/y to the given ARGB intensities.
ShowDown
- Class in
android.world.test
ShowDown()
- Constructor for class android.world.test.
ShowDown
Square
- Class in
android.image
Represents an Image of a Square.
Square(double, String, String)
- Constructor for class android.image.
Square
Create a Square Image with (double) size, mode and color
Square(int, String, String)
- Constructor for class android.image.
Square
Create a Square Image with (int) size, mode and color
Star
- Class in
android.image
Represents an Image of a Star.
Star(double, String, String)
- Constructor for class android.image.
Star
Create a Star Image with (double) radius, mode and color
Star(int, String, String)
- Constructor for class android.image.
Star
Create a Star Image with (int) radius, mode and color
Star(double, int, String, String)
- Constructor for class android.image.
Star
Create a Star Image with (double) radius, sides, mode and color
Star(int, int, String, String)
- Constructor for class android.image.
Star
Create a Star Image with (int) radius, sides, mode and color
Star(double, double, int, String, String)
- Constructor for class android.image.
Star
Create a Star Image with (double) radius, inner-radius, sides, mode and color
Star(int, int, int, String, String)
- Constructor for class android.image.
Star
Create a Star Image with (int) radius, inner-radius, sides, mode and color
stopWhen(Object)
- Method in class android.world.
BigBang
Install a StopWhen Handler into this BigBang.
stopWhen()
- Method in class android.world.
VoidWorld
Determine if the World/interaction/animation should be stopped.
stopWhen()
- Method in class android.world.
World
Determine if the World/interaction/animation should be stopped.
subtype(Class<?>, Class<?>)
- Static method in class android.util.
Util
Subtype comparison
subtypes(Class<?>[], Class<?>[])
- Static method in class android.util.
Util
Array Subtype comparison
T
Text
- Class in
android.image
A Class representing an Image of a String.
Text(String, int, String)
- Constructor for class android.image.
Text
Construct a text Image of the given String, size, and color
Text(String, int, String, String)
- Constructor for class android.image.
Text
Construct a text Image of the given String, size, and color
tickRate()
- Method in class android.world.
VoidWorld
Return the tick rate for this World in
seconds
.
tickRate()
- Method in class android.world.
World
Return the tick rate for this World in
seconds
.
toFile(String)
- Method in class android.image.
Image
Save this image to a file
toFile(String)
- Method in class android.image.
Scene
Save this Scene to a File
toScene()
- Method in class android.image.
Image
Convert this image into a Scene containing the image without a background
toSExp(Object)
- Static method in class android.util.
Util
Return a String representing an SExp of the given arbitrary Object
toWhiteFile(String)
- Method in class android.image.
Image
Save this image to a file
toWhiteScene()
- Method in class android.image.
Image
Convert this image into a Scene containing the image with a white background
Triangle
- Class in
android.image
Represents an Image of a Triangle.
Triangle(double, String, String)
- Constructor for class android.image.
Triangle
Create a Triangle Image with (double) height, mode and color
Triangle(int, String, String)
- Constructor for class android.image.
Triangle
Create a Triangle Image with (int) height, mode and color
U
unboxed
- Static variable in class android.util.
Util
Unboxed -> Boxed primitive types
unpause()
- Method in class android.world.
BigBang
Unpause this previously paused BigBang simulation/animation
unpause()
- Method in class android.world.
VoidWorld
Use to renable onTick/interactions
unpause()
- Method in class android.world.
World
Use to renable onTick/interactions
Util
- Class in
android.util
Wrapper class for various helper methods.
Util()
- Constructor for class android.util.
Util
V
VoidWorld
- Class in
android.world
A Class representing an imperative World and the related methods for drawing the world and handling various events.
VoidWorld()
- Constructor for class android.world.
VoidWorld
W
WHITE
- Static variable in class android.image.
Image
width()
- Method in class android.image.
EmptyScene
Return the Width of this Scene/Image
width()
- Method in class android.image.
Image
Calculate the width of this Image
width()
- Method in class android.image.
Line
Return the width of this Image
width()
- Method in class android.image.
Overlay
Return the width of this Image
width()
- Method in class android.image.
RasterImage
Return the width of this Image
width()
- Method in class android.image.
Rectangle
Return the Width of this Image
width()
- Method in class android.image.
RegularPolygon
Return the Width of this Image
width()
- Method in class android.image.
Text
Return the Width of this Image
width()
- Method in class android.image.
Triangle
Return the Width of this Image
World
- Class in
android.world
A Class representing a World and the related methods for drawing the world and handling various events.
World()
- Constructor for class android.world.
World
WriteTests
- Class in
android.image.test
Image tests for documentation, examples are similar (almost identical) to those found in the
2htdp/image documentation
.
WriteTests()
- Constructor for class android.image.test.
WriteTests
X
x
- Variable in class android.world.
Posn
Y
y
- Variable in class android.world.
Posn
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
X
Y
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes