|
Purple Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--java.awt.Panel
|
+--com.purpletech.graph.PointGraph
PointGraph.java Created: Tue Sep 29 12:12:59 1998
| Field Summary | |
java.awt.Color |
colorContents
|
java.awt.Color |
colorXAxis
|
java.awt.Color |
colorXLabels
|
java.awt.Color |
colorXRules
|
java.awt.Color |
colorYAxis
|
java.awt.Color |
colorYLabels
|
java.awt.Color |
colorYRules
|
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
protected |
PointGraph()
|
|
PointGraph(GraphModel model)
|
|
PointGraph(GraphModel model,
java.awt.Insets insets)
|
| Method Summary | |
protected void |
calcMargins()
|
GraphModel |
getModel()
|
GraphAxis |
getXAxis()
|
GraphAxis |
getYAxis()
|
void |
paint(java.awt.Graphics g)
|
protected void |
paintAfter(java.awt.Graphics g)
|
protected void |
paintAxes(java.awt.Graphics g)
|
protected void |
paintBackground(java.awt.Graphics g)
|
protected void |
paintBefore(java.awt.Graphics g)
|
protected void |
paintContents(java.awt.Graphics g)
|
protected void |
paintLegend(java.awt.Graphics g)
|
void |
reshape(int x,
int y,
int width,
int height)
|
void |
setMargins(java.awt.Insets insets)
|
void |
setMargins(int top,
int left,
int bottom,
int right)
|
void |
setModel(GraphModel model)
|
| Methods inherited from class java.awt.Panel |
addNotify, getAccessibleContext |
| Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree |
| Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.awt.Color colorXAxis
public java.awt.Color colorXRules
public java.awt.Color colorXLabels
public java.awt.Color colorYAxis
public java.awt.Color colorYRules
public java.awt.Color colorYLabels
public java.awt.Color colorContents
| Constructor Detail |
protected PointGraph()
public PointGraph(GraphModel model)
public PointGraph(GraphModel model,
java.awt.Insets insets)
| Method Detail |
public void setModel(GraphModel model)
public GraphModel getModel()
public GraphAxis getXAxis()
public GraphAxis getYAxis()
public void setMargins(java.awt.Insets insets)
public void setMargins(int top,
int left,
int bottom,
int right)
protected void calcMargins()
public void paint(java.awt.Graphics g)
paint in class java.awt.Containerprotected void paintBefore(java.awt.Graphics g)
protected void paintBackground(java.awt.Graphics g)
protected void paintAxes(java.awt.Graphics g)
protected void paintContents(java.awt.Graphics g)
protected void paintLegend(java.awt.Graphics g)
protected void paintAfter(java.awt.Graphics g)
public void reshape(int x,
int y,
int width,
int height)
reshape in class java.awt.Component
|
Documentation generated March 5 2003 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||