Serialized Form
stopper
UnintSuspendEvent stopper
- The stopper is a suspend event that when executed simply waits until it is
told to resume.
beginCalled
boolean beginCalled
- This boolean tells whether the Controller's begin method has been called
REPAINT_DELAY
int REPAINT_DELAY
- The amount by which repaint requests should be delayed
- See Also:
- Constant Field Values
preferred_dim
java.awt.Dimension preferred_dim
- preferred size for this canvas
canvasContent
CanvasManager canvasContent
- The object that manages the collection of Drawables being displayed
preferred_dim
java.awt.Dimension preferred_dim
canvasContent
CanvasManager canvasContent
frame
java.awt.Frame frame
inited
boolean inited
inited
boolean inited
width
int width
- width of panel
height
int height
- height of panel
canvas
DrawingCanvas canvas
- The canvas that the program creates automatically.
stopper
UnintSuspendEvent stopper
- The stopper is a suspend event that when executed simply waits until it
is told to resume.
myController
javax.swing.JApplet myController
quitItem
javax.swing.JMenuItem quitItem
preferred_dim
java.awt.Dimension preferred_dim
canvasContent
CanvasManager canvasContent
frame
javax.swing.JFrame frame
inited
boolean inited
inited
boolean inited
REPAINT_DELAY
int REPAINT_DELAY
- The amount by which repaint requests should be delayed
- See Also:
- Constant Field Values
canvasContent
CanvasManager canvasContent
preferred_dim
java.awt.Dimension preferred_dim
start
Location start
- The line's first endpoint.
end
Location end
- The line's second endpoint.
x
double x
y
double y
- The point's y-coordinate.
width
int width
- width of panel
height
int height
- height of panel
Class objectdraw.Text extends objectdraw.Drawable2D implements Serializable |
origin
Location origin
- The location of the upper-left-most point of the text
width
double width
- The text's width.
height
double height
- The text's height.
baseHeight
double baseHeight
- The text's height above baseline.
font
java.awt.Font font
- The text's font.
text
java.lang.String text
- The object's text contents.
canvas
DrawingCanvas canvas
- The convas on which the text is displayed
g
java.awt.Graphics g
- The Graphics object associated with the canvas holding this text
fm
java.awt.FontMetrics fm
- The Font metrics object associated with the canvas holding this text
image
java.awt.Image image
- The object's image data.
scaledImage
java.awt.Image scaledImage
- The current scaling of the image.
canvasContent
CanvasManager canvasContent
- The content of the canvas the VisibleImage is on.
origin
Location origin
- The upper left corner of the image.
scaledWidth
int scaledWidth
- The image's scaled width.
scaledHeight
int scaledHeight
- The image's scaled height.
actualWidth
int actualWidth
- The image's actual width.
actualHeight
int actualHeight
- The image's actual height.
canvas
DrawingCanvas canvas
- The convas on which the Image is displayed
drawTries
int drawTries
- Counts down how many times to wait for a scaling operation to complete
before retrying the operation
nextTries
int nextTries
- Number of draw requests made on scaled image before retrying the scaling
operation after next attempt to scale the image
canvas
DrawingCanvas canvas
- The canvas that the program creates automatically.