|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.rolemodelsoft.drawlet.basics.AbstractPaintable
|
+--com.rolemodelsoft.drawlet.basics.AbstractFigure
|
+--com.rolemodelsoft.drawlet.shapes.AbstractShape
|
+--com.rolemodelsoft.drawlet.shapes.FilledShape
|
+--com.rolemodelsoft.drawlet.shapes.AbstractRectangleShape
|
+--com.rolemodelsoft.drawlet.shapes.rectangles.RectangleShape
|
+--com.rolemodelsoft.drawlet.examples.graphnode.GraphNode
|
+--com.rolemodelsoft.drawlet.examples.graphnode.ArrowGraphNode
Here is an example of a GraphNode with Arrows.
| Fields inherited from class com.rolemodelsoft.drawlet.examples.graphnode.GraphNode |
renderer,
string,
textColor |
| Fields inherited from class com.rolemodelsoft.drawlet.shapes.AbstractRectangleShape |
height,
width,
x,
y |
| Fields inherited from class com.rolemodelsoft.drawlet.shapes.FilledShape |
fillColor,
lineColor |
| Fields inherited from class com.rolemodelsoft.drawlet.basics.AbstractFigure |
listeners,
locationListeners |
| Constructor Summary | |
ArrowGraphNode()
|
|
| Method Summary | |
protected ConnectedLineCreationHandle |
basicNewLineCreationHandle()
Answer a new line creation handle |
Locator |
requestConnection(Figure requestor,
int x,
int y)
Answers a Locator corresponding to a significant point on the receiver that will serve as a connection to the other figure. |
| Methods inherited from class com.rolemodelsoft.drawlet.examples.graphnode.GraphNode |
changedShape,
changedSize,
defaultHeight,
defaultString,
defaultTextColor,
defaultWidth,
editTool,
getHandles,
getLabelBounds,
getRenderer,
getString,
getStyle,
getTextColor,
paint,
paintText,
resetSizeCache,
setString,
setStyle,
setTextColor |
| Methods inherited from class com.rolemodelsoft.drawlet.shapes.rectangles.RectangleShape |
paintFilled,
paintStrokes |
| Methods inherited from class com.rolemodelsoft.drawlet.shapes.AbstractRectangleShape |
basicMove,
basicReshape,
basicResize,
basicTranslate,
defaultX,
defaultY,
getBounds,
getSize |
| Methods inherited from class com.rolemodelsoft.drawlet.shapes.FilledShape |
defaultFillColor,
defaultLineColor,
getFillColor,
getLineColor,
isOpaque,
isStroked,
setFillColor,
setLineColor |
| Methods inherited from class com.rolemodelsoft.drawlet.shapes.AbstractShape |
resetBoundsCache,
reshapedPolygon,
reshapedPolygon,
setBounds,
setSize |
| Methods inherited from class com.rolemodelsoft.drawlet.basics.AbstractFigure |
addPropertyChangeListener,
addRelatedLocationListener,
changedLocation,
contains,
contains,
contains,
deleteLocationListeners,
disconnect,
duplicate,
duplicateIn,
estimatedDuplicateSize,
figureFromLocator,
fireLocationChange,
firePropertyChange,
firePropertyChange,
fireRelationChange,
fireShapeChange,
fireSizeChange,
getLocation,
getLocator,
intersects,
intersects,
isObsolete,
isWithin,
isWithin,
locatorAt,
move,
move,
postDuplicate,
relatedLocationListeners,
removePropertyChangeListener,
removeRelatedLocationListener,
resetLocationCache,
setSize,
translate |
| Methods inherited from class com.rolemodelsoft.drawlet.basics.AbstractPaintable |
getBottom,
getHeight,
getLeft,
getRight,
getTop,
getWidth |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ArrowGraphNode()
| Method Detail |
protected ConnectedLineCreationHandle basicNewLineCreationHandle()
public Locator requestConnection(Figure requestor,
int x,
int y)
x - the x coordinate of the requested locatory - the y coordinate of the requested locator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||