|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The ViewBuilderFilter defines an object that can be used to
filter and manipulate view elements of a graph while they are loaded
repectively created.
NOTICE: this interface is currently under construction and might be change in the ongoing API development process.
| Method Summary | |
void |
afterIsolatedVisualEdgeBuild(AttributeList attributes,
VisualEdge visualedge)
This method is called by the API after an isolated VisualEdge has been loaded and an instance has been
created. |
void |
afterVisualEdgeBuild(AttributeList attributes,
VisualEdge visualedge)
This method is called by the API after a VisualEdge
has been loaded and an instance has been created. |
void |
afterVisualGraphViewBuild(AttributeList attributes,
VisualGraphView visualgraphview)
This method is called by the API after a VisualGraphView
has been loaded and an instance has been created. |
void |
afterVisualNodeBuild(AttributeList attributes,
VisualNode visualnode)
This method is called by the API after a VisualNode
has been loaded and an instance has been created. |
void |
afterVisualSubgraphBuild(AttributeList attributes,
VisualSubgraph visualsubgraph)
This method is called by the API after a VisualSubgraph
has been loaded and an instance has been created. |
void |
beforeIsolatedVisualEdgeBuild(AttributeList attributes)
|
void |
beforeVisualEdgeBuild(AttributeList attributes)
|
void |
beforeVisualGraphViewBuild(AttributeList attributes)
|
void |
beforeVisualNodeBuild(AttributeList attributes)
|
void |
beforeVisualSubgraphBuild(AttributeList attributes)
|
void |
setFileVersion(VersionNumber fileversion)
|
| Method Detail |
public void setFileVersion(VersionNumber fileversion)
public void beforeVisualEdgeBuild(AttributeList attributes)
public void afterVisualEdgeBuild(AttributeList attributes,
VisualEdge visualedge)
This method is called by the API after a VisualEdge
has been loaded and an instance has been created. The
VisualEdge given by visualedge
reflects the newly created instance.
visualedge - the newly created instance of a
VisualEdgepublic void beforeIsolatedVisualEdgeBuild(AttributeList attributes)
public void afterIsolatedVisualEdgeBuild(AttributeList attributes,
VisualEdge visualedge)
This method is called by the API after an isolated
VisualEdge has been loaded and an instance has been
created. The VisualEdge given by visualedge
reflects the newly created instance.
visualedge - the newly created instance of a
VisualEdgepublic void beforeVisualNodeBuild(AttributeList attributes)
public void afterVisualNodeBuild(AttributeList attributes,
VisualNode visualnode)
This method is called by the API after a VisualNode
has been loaded and an instance has been created. The
VisualNode given by visualnode
reflects the newly created instance.
visualnode - the newly created instance of a
VisualNodepublic void beforeVisualSubgraphBuild(AttributeList attributes)
public void afterVisualSubgraphBuild(AttributeList attributes,
VisualSubgraph visualsubgraph)
This method is called by the API after a VisualSubgraph
has been loaded and an instance has been created. The
VisualSubgraph given by visualsubgraph
reflects the newly created instance.
visualsubgraph - the newly created instance of a
VisualSubgraphpublic void beforeVisualGraphViewBuild(AttributeList attributes)
public void afterVisualGraphViewBuild(AttributeList attributes,
VisualGraphView visualgraphview)
This method is called by the API after a VisualGraphView
has been loaded and an instance has been created. The
VisualGraphView given by visualgraphview
reflects the newly created instance.
visualgraphview - the newly created instance of a
VisualGraphView
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||