|
Constructor Summary |
Rect(double x,
double y,
double width,
double height)
Creates a new Rect whose upper-left corner is at (x,y) and
whose width and height are as specified. |
Rect(double x,
double y,
double width,
double height,
boolean filled)
Creates a new Rect with the specified fill behavior. |
Rect(double x,
double y,
double width,
double height,
boolean filled,
Color c)
Creates a new Rect with the specified color and fill behavior. |
Rect(double x,
double y,
double width,
double height,
boolean filled,
Color c,
canvas.DrawingGrid dg)
Creates a new Rect with the specified color and fill behavior and DrawingGrid. |
Rect(double x,
double y,
double width,
double height,
boolean filled,
canvas.DrawingGrid dg)
Creates a new Rect with the specified fill behavior and DrawingGrid. |
Rect(double x,
double y,
double width,
double height,
Color c)
Creates a new Rect with the specified color. |
Rect(double x,
double y,
double width,
double height,
Color c,
canvas.DrawingGrid dg)
Creates a new Rect with the specified color and DrawingGrid. |
Rect(double x,
double y,
double width,
double height,
canvas.DrawingGrid dg)
Creates a new Rect whose upper-left corner is at DrawingGrid coordinate (x, y) and
whose width and height are specified in terms of GridBoxes. |
| Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, repaint, repaint, repaint, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, show, show, size, transferFocus, transferFocusUpCycle |