Methods
Modifier and Type |
Method and Description |
boolean |
equals(java.lang.Object obj) |
java.awt.geom.AffineTransform |
getArrowTransform(java.awt.geom.GeneralPath edgeShape,
java.awt.Shape vertexShape) |
java.awt.geom.AffineTransform |
getArrowTransform(java.awt.geom.Line2D edgeShape,
java.awt.Shape vertexShape) |
PluggableRenderer |
getDelegate() |
EdgeArrowFunction |
getEdgeArrowFunction() |
org.apache.commons.collections.Predicate |
getEdgeArrowPredicate() |
EdgeFontFunction |
getEdgeFontFunction() |
org.apache.commons.collections.Predicate |
getEdgeIncludePredicate() |
NumberEdgeValue |
getEdgeLabelClosenessFunction() |
EdgePaintFunction |
getEdgePaintFunction() |
EdgeShapeFunction |
getEdgeShapeFunction() |
EdgeStringer |
getEdgeStringer() |
EdgeStrokeFunction |
getEdgeStrokeFunction() |
GraphLabelRenderer |
getGraphLabelRenderer() |
ParallelEdgeIndexFunction |
getParallelEdgeIndexFunction() |
PickedInfo |
getPickedKey() |
javax.swing.CellRendererPane |
getRendererPane() |
java.awt.geom.AffineTransform |
getReverseArrowTransform(java.awt.geom.GeneralPath edgeShape,
java.awt.Shape vertexShape) |
java.awt.geom.AffineTransform |
getReverseArrowTransform(java.awt.geom.GeneralPath edgeShape,
java.awt.Shape vertexShape,
boolean passedGo) |
javax.swing.JComponent |
getScreenDevice() |
VertexFontFunction |
getVertexFontFunction() |
VertexIconFunction |
getVertexIconFunction() |
org.apache.commons.collections.Predicate |
getVertexIncludePredicate() |
boolean |
getVertexLabelCentering() |
VertexPaintFunction |
getVertexPaintFunction() |
VertexShapeFunction |
getVertexShapeFunction() |
VertexStringer |
getVertexStringer() |
VertexStrokeFunction |
getVertexStrokeFunction() |
int |
hashCode() |
boolean |
isPicked(ArchetypeEdge e) |
boolean |
isPicked(ArchetypeVertex v) |
void |
paintEdge(java.awt.Graphics g,
Edge e,
int x1,
int y1,
int x2,
int y2) |
void |
paintIconForVertex(java.awt.Graphics g,
Vertex v,
int x,
int y) |
void |
paintShapeForVertex(java.awt.Graphics2D g2d,
Vertex v,
java.awt.Shape shape) |
void |
paintVertex(java.awt.Graphics g,
Vertex v,
int x,
int y) |
java.awt.Component |
prepareRenderer(GraphLabelRenderer renderer,
java.lang.Object value,
boolean isSelected,
Edge edge) |
java.awt.Component |
prepareRenderer(GraphLabelRenderer graphLabelRenderer,
java.lang.Object value,
boolean isSelected,
Vertex vertex) |
void |
setArrowPlacementTolerance(float tolerance) |
void |
setDelegate(PluggableRenderer delegate) |
void |
setEdgeArrowFunction(EdgeArrowFunction eaf) |
void |
setEdgeArrowPredicate(org.apache.commons.collections.Predicate p) |
void |
setEdgeColorFunction(EdgeColorFunction ecf) |
void |
setEdgeFontFunction(EdgeFontFunction eff) |
void |
setEdgeIncludePredicate(org.apache.commons.collections.Predicate p) |
void |
setEdgeLabelClosenessFunction(NumberEdgeValue nev) |
void |
setEdgePaintFunction(EdgePaintFunction impl) |
void |
setEdgeShapeFunction(EdgeShapeFunction impl) |
void |
setEdgeStringer(EdgeStringer es) |
void |
setEdgeStrokeFunction(EdgeStrokeFunction esf) |
void |
setGraphLabelRenderer(GraphLabelRenderer graphLabelRenderer) |
void |
setParallelEdgeIndexFunction(ParallelEdgeIndexFunction parallelEdgeIndexFunction) |
void |
setPickedKey(PickedInfo pk)
This call allows a Renderer to ask whether a vertex is picked
or not.
|
void |
setRendererPane(javax.swing.CellRendererPane rendererPane) |
void |
setScreenDevice(javax.swing.JComponent screenDevice) |
void |
setVertexColorFunction(VertexColorFunction vcf) |
void |
setVertexFontFunction(VertexFontFunction vff) |
void |
setVertexIconFunction(VertexIconFunction vertexImager) |
void |
setVertexIncludePredicate(org.apache.commons.collections.Predicate p) |
void |
setVertexLabelCentering(boolean b) |
void |
setVertexPaintFunction(VertexPaintFunction vpf) |
void |
setVertexShapeFunction(VertexShapeFunction vsf) |
void |
setVertexStringer(VertexStringer vs) |
void |
setVertexStrokeFunction(VertexStrokeFunction vsf) |
void |
setViewTransformer(MutableTransformer viewTransformer) |
java.lang.String |
toString() |