A C D E F G H I L N O R S T V X

G

get(Tuple) - Method in interface de.postfuse.ui.filter.Filter
 
get(Tuple) - Method in class de.postfuse.ui.filter.GFilter
 
get(int) - Method in class de.postfuse.ui.filter.GListFilter
 
getArrowType() - Method in interface de.postfuse.ui.EdgeDesign
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.AndFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.ConstFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.EqFilter
 
getBoolean(Tuple) - Method in interface de.postfuse.ui.filter.Filter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.GFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.GListFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.HasArrowTypeFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.HasShapeFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.IsEdgeFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.IsFoldedFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.IsGraphMember
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.IsGraphMemberRecursive
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.IsLoopFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.IsNodeFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.IsSubgraphFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.NotFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.OrFilter
 
getBoolean(Tuple) - Method in class de.postfuse.ui.filter.XorFilter
 
getCode() - Method in interface de.postfuse.ui.Script
This Returns the source code of the Script for staring in File
getCodeEmbedded() - Method in interface de.postfuse.ui.Script
If true the code is Saved embedded in the gml file
getDefaultEdgeDesign() - Method in interface de.postfuse.ui.Graph
 
getDefaultNodeDesign() - Method in interface de.postfuse.ui.Graph
 
getDefaultSubgraphDesign() - Method in interface de.postfuse.ui.Graph
 
getEnvironment() - Method in interface de.postfuse.ui.Script
You can add some entries to the environment by getting the environment and adding entries.
getFile() - Method in interface de.postfuse.ui.Script
 
getFillColor() - Method in interface de.postfuse.ui.Design
 
getGeneratedName() - Method in class de.postfuse.ui.filter.AndFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.ConstFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.EqFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.GFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.GListFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.HasArrowTypeFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.HasFillColorFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.HasShapeFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.HasStrokeColorFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.IsEdgeFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.IsFoldedFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.IsGraphMember
 
getGeneratedName() - Method in class de.postfuse.ui.filter.IsGraphMemberRecursive
 
getGeneratedName() - Method in class de.postfuse.ui.filter.IsLoopFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.IsNodeFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.IsSubgraphFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.NotFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.OrFilter
 
getGeneratedName() - Method in class de.postfuse.ui.filter.XorFilter
 
getGraph() - Method in interface de.postfuse.ui.GraphFactory
 
getInt() - Method in enum de.postfuse.ui.EdgeArrowType
 
getInt() - Method in enum de.postfuse.ui.NodeShape
 
getInt() - Method in enum de.postfuse.ui.NodeType
 
getLabel() - Method in interface de.postfuse.ui.Script
Get the name of the script, which is shown as an identifier for the script if it appears in the program.
getName() - Method in interface de.postfuse.ui.filter.Filter
 
getName() - Method in class de.postfuse.ui.filter.GFilter
 
getName() - Method in interface de.postfuse.ui.RootGraph
 
getPostLayoutFilterList() - Method in interface de.postfuse.ui.RootGraph
Here you can add some post-layout-filters which are later selectable in the graphical user interface.
getPreLayoutFilterList() - Method in interface de.postfuse.ui.RootGraph
Here you can add some pre-layout-filters which are later selectable in the graphical user interface.
getScript(String, String, String) - Method in interface de.postfuse.ui.ScriptFactory
Creates a script from code.
getScript(String, String, IFile) - Method in interface de.postfuse.ui.ScriptFactory
Creates a script from a given eclipse file.
getShape() - Method in interface de.postfuse.ui.NodeDesign
 
getStroke() - Method in interface de.postfuse.ui.Design
 
getStrokeColor() - Method in interface de.postfuse.ui.Design
 
getStrokeWidth() - Method in interface de.postfuse.ui.Design
 
getSupportedScripts() - Method in interface de.postfuse.ui.ScriptFactory
Every language name which is returned here must not cause a null return of the getScript method!
getTextColor() - Method in interface de.postfuse.ui.Design
 
getType(Schema) - Method in interface de.postfuse.ui.filter.Filter
 
getType(Schema) - Method in class de.postfuse.ui.filter.GFilter
 
getType() - Method in interface de.postfuse.ui.NodeDesign
 
GFilter - Class in de.postfuse.ui.filter
A template for a filter, implements everything which should be the same in all filters.
GFilter() - Constructor for class de.postfuse.ui.filter.GFilter
 
GListFilter - Class in de.postfuse.ui.filter
 
GListFilter() - Constructor for class de.postfuse.ui.filter.GListFilter
 
Graph - Interface in de.postfuse.ui
The Graph interface is implemented by all objects which support to add a graph structure.
GraphElement - Interface in de.postfuse.ui
An interface implemented by all elements which belong to the graph.
GraphFactory - Interface in de.postfuse.ui
A general interface for objects which can create graphs.
GraphStructureException - Exception in de.postfuse.ui
This exception is thrown if something with the structure of the graph goes wrong.
GraphStructureException(String) - Constructor for exception de.postfuse.ui.GraphStructureException
 

A C D E F G H I L N O R S T V X