|
Constructor Summary |
Arc(double x,
double y,
double width,
double height)
Creates a new Arc whose upper-left corner is at (x,y) and
whose width and height are as specified. |
Arc(double x,
double y,
double width,
double height,
boolean filled)
Creates a new Arc with the specified fill behavior. |
Arc(double x,
double y,
double width,
double height,
boolean filled,
Color c)
Creates a new Arc with the specified color and fill behavior. |
Arc(double x,
double y,
double width,
double height,
boolean filled,
Color c,
canvas.DrawingGrid dg)
Creates a new Arc with the specified color and fill behavior using the specified (@link DrawingGrid). |
Arc(double x,
double y,
double width,
double height,
boolean filled,
canvas.DrawingGrid dg)
Creates a new Arc with the specified fill behavior using the specified (@link DrawingGrid). |
Arc(double x,
double y,
double width,
double height,
Color c)
Creates a new Arc with the specified color. |
Arc(double x,
double y,
double width,
double height,
Color c,
canvas.DrawingGrid dg)
Creates a new Arc with the specified color using the specified (@link DrawingGrid). |
Arc(double x,
double y,
double width,
double height,
canvas.DrawingGrid dg)
Creates a new Arc whose center is at DrawingGrid coordinates (x,y) and
whose width and height are as specified in grid block terms. |
| 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 |