|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FigNode | |
|---|---|
| org.tigris.gef.base | |
| org.tigris.gef.demo | |
| org.tigris.gef.graph | |
| org.tigris.gef.graph.presentation | |
| org.tigris.gef.presentation | |
| org.tigris.gef.xml.pgml | |
| Uses of FigNode in org.tigris.gef.base |
|---|
| Fields in org.tigris.gef.base declared as FigNode | |
|---|---|
protected FigNode |
ModePlace._pers
The (new) FigNode being placed. |
| Methods in org.tigris.gef.base that return FigNode | |
|---|---|
FigNode |
LayerDiagram.getPortFig(java.lang.Object port)
Find the FigNode that is being used to visualize the given NetPort, or null if there is none in this layer. |
protected FigNode |
ModeCreatePolyEdge.getSourceFigNode()
|
| Methods in org.tigris.gef.base with parameters of type FigNode | |
|---|---|
protected void |
ModeCreatePolyEdge.setSourceFigNode(FigNode node)
|
| Uses of FigNode in org.tigris.gef.demo |
|---|
| Subclasses of FigNode in org.tigris.gef.demo | |
|---|---|
class |
FigSampleNode
|
class |
FigSampleNode3
|
| Methods in org.tigris.gef.demo that return FigNode | |
|---|---|
FigNode |
SampleNode4.makePresentation(Layer lay)
|
FigNode |
SampleNode2.makePresentation(Layer lay)
|
FigNode |
SampleNode.makePresentation(Layer lay)
|
FigNode |
NodeWall.makePresentation(Layer lay)
|
FigNode |
NodePrinter.makePresentation(Layer lay)
|
FigNode |
NodeCPU.makePresentation(Layer lay)
|
| Uses of FigNode in org.tigris.gef.graph |
|---|
| Methods in org.tigris.gef.graph that return FigNode | |
|---|---|
FigNode |
GraphNodeRenderer.getFigNodeFor(GraphModel graphmodel,
Layer layer,
java.lang.Object node,
java.util.Map attributeMap)
Factory for a FigNode that can be used to represent the given node |
FigNode |
GraphNodeRenderer.getFigNodeFor(java.lang.Object node,
java.util.Map attributeMap)
Factory for a FigNode that can be used to represent the given node |
| Uses of FigNode in org.tigris.gef.graph.presentation |
|---|
| Methods in org.tigris.gef.graph.presentation that return FigNode | |
|---|---|
FigNode |
DefaultGraphNodeRenderer.getFigNodeFor(GraphModel graph,
Layer lay,
java.lang.Object node,
java.util.Map styleAttributes)
Return a Fig that can be used to represent the given node |
FigNode |
DefaultGraphNodeRenderer.getFigNodeFor(java.lang.Object node,
java.util.Map styleAttributes)
Return a Fig that can be used to represent the given node |
abstract FigNode |
NetNode.makePresentation(Layer lay)
Construct and return a new FigNode to present this NetNode in the given Layer. |
FigNode |
NetNode.presentationFor(Layer lay)
Reply the FigNode that is appropriate for visualizing this node in the given Layer. |
| Uses of FigNode in org.tigris.gef.presentation |
|---|
| Fields in org.tigris.gef.presentation declared as FigNode | |
|---|---|
protected FigNode |
FigEdge._destFigNode
FigNode presenting the edge's to-port's parent node. |
protected FigNode |
FigEdge._sourceFigNode
FigNode presenting the edge's from-port's parent node. |
| Methods in org.tigris.gef.presentation with parameters of type FigNode | |
|---|---|
void |
FigEdge.setDestFigNode(FigNode fn)
Set the FigNode reprenting this FigEdge's to-node. |
void |
FigEdge.setSourceFigNode(FigNode fn)
Set the FigNode reprenting this FigEdge's from-node. |
| Constructors in org.tigris.gef.presentation with parameters of type FigNode | |
|---|---|
FigEdge(Fig s,
Fig d,
FigNode sfn,
FigNode dfn,
java.lang.Object edge)
Contruct a new FigEdge with the given source and destination port figs and FigNodes. |
|
| Uses of FigNode in org.tigris.gef.xml.pgml |
|---|
| Fields in org.tigris.gef.xml.pgml declared as FigNode | |
|---|---|
protected FigNode |
PGMLParser._currentNode
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||