JComponentPack 1.5.0

com.zfqjava.chart
Class GroupNode

java.lang.Object
  extended by com.zfqjava.chart.AbstractNode
      extended by com.zfqjava.chart.GroupNode
All Implemented Interfaces:
Node, Cloneable

public class GroupNode
extends AbstractNode

GroupNode provides a group node.


Constructor Summary
GroupNode(List nodes)
           
 
Method Summary
 Node findNodeAt(int x, int y)
          Finds the node contains the point x, y.
 void setBounds(int x, int y, int width, int height)
          Sets the node bounds.
 
Methods inherited from class com.zfqjava.chart.AbstractNode
addHandle, addHandle, addLink, addNode, addNode, addNode, addNode, clone, configureShape, configureShape, contains, contains, contains, createHandles, createPaintShape, doLayout, drawShape, fillShape, getBounds, getCellBounds, getCenterX, getCenterY, getChart, getCursor, getDrawComposite, getDrawPaint, getFillComposite, getFillPaint, getFont, getHandleCount, getHandleList, getHeight, getLayout, getLinkCount, getLinkList, getLock, getMargin, getName, getNode, getNodeCount, getNodeList, getPaintBounds, getPaintShape, getPreferredSize, getShadowComposite, getShadowPaint, getShadowTransform, getStroke, getToolTipText, getToolTipText, getTransform, getUserObject, getWidth, getX, getY, indexOfNode, intersects, intersects, isAdjustable, isCellable, isDrawable, isEditable, isEmpty, isFillable, isGroupable, isLinkable, isMovable, isPreferredSizeSet, isResizable, isRotatable, isSelectable, isShadowable, isVisible, paint, paintNodes, paramString, removeAllNode, removeHandle, removeHandle, removeLink, removeNode, removeNode, removeNode, repaint, repaint, repaint, revalidate, setAdjustable, setBounds, setCellable, setCenterLocation, setChart, setCursor, setDrawable, setDrawComposite, setDrawPaint, setEditable, setFillable, setFillComposite, setFillPaint, setFont, setGroupable, setLayout, setLinkable, setLocation, setMargin, setMovable, setName, setPaintShape, setPreferredSize, setResizable, setRotatable, setSelectable, setShadowable, setShadowComposite, setShadowPaint, setShadowTransform, setSize, setStroke, setToolTipText, setTransform, setUserObject, setVisible, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupNode

public GroupNode(List nodes)
Method Detail

findNodeAt

public Node findNodeAt(int x,
                       int y)
Description copied from interface: Node
Finds the node contains the point x, y.

Specified by:
findNodeAt in interface Node
Overrides:
findNodeAt in class AbstractNode
Parameters:
x - the x location
y - the y location
Returns:
the node contians the point x, y

setBounds

public void setBounds(int x,
                      int y,
                      int width,
                      int height)
Description copied from interface: Node
Sets the node bounds.

Specified by:
setBounds in interface Node
Overrides:
setBounds in class AbstractNode
Parameters:
x - the x location
y - the y location
width - the width
height - the height

JComponentPack 1.5.0

Send your Feedback
JComponentPack 1.5.0
Copyright © 2001-2007 Extreme Component, Inc. All rights reserved.