Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
D
E
M
P
S
W
D
drawPoint(double, double)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Draws a point at the specified logical coordinates using the current pen color
drawTo(double, double)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Draws a line from the current pen position to the specified logical coordinates, using the current pen color.
E
edu.msoe.se1010.winPlotter
- package edu.msoe.se1010.winPlotter
erase()
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Erases the contents of the current WinPlotter window
M
moveTo(double, double)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Moves the pen from the current pen position to the specified logical coordinates.
P
printAt(double, double, String)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Prints a text string at the specified logical coordinates using the current pen color
S
setBackgroundColor(int, int, int)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Sets the background color of the WinPlotter window
setGrid(boolean, double, double, Color)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Specifies whether a grid is to be automatically drawn within the WinPlotter window, and sets the grid increment
setPenColor(int, int, int)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Sets the pen color used for drawing lines
setPlotBoundaries(double, double, double, double)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Sets the logical extents of plotting coordinates, corresponding to the lower left and upper right corners of the window.
setVisible(boolean)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Hides or displays the WinPlotter window.
setWindowListener(WindowListener)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Registers a WindowListener to the underlying SketchPad JFrame.
setWindowSize(int, int)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Sets the size of an individual WinPlotter window
setWindowTitle(String)
- Method in class edu.msoe.se1010.winPlotter.
WinPlotter
Sets the title of an individual WinPlotter window
W
WinPlotter
- Class in
edu.msoe.se1010.winPlotter
WinPlotter - a programmable drawing window class.
WinPlotter()
- Constructor for class edu.msoe.se1010.winPlotter.
WinPlotter
Default constructor.
D
E
M
P
S
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes