A B C D E F G H I J K L M N O P Q R S T U V W X Y _

F

FigModifyingMode - interface org.tigris.gef.base.FigModifyingMode.
This is the basic interface for all Modes that are manipulating the visual representation of the underlying model.
FigModifyingModeImpl - class org.tigris.gef.base.FigModifyingModeImpl.
This is the default implementation for all Modes that are manipulating the visual representation of the underlying model.
FigModifyingModeImpl(Editor) - Constructor for class org.tigris.gef.base.FigModifyingModeImpl
Construct a new Mode instance with the given Editor as its editor
FigModifyingModeImpl(Hashtable) - Constructor for class org.tigris.gef.base.FigModifyingModeImpl
Constructs a new Mode instance with some initial parameters.
FigModifyingModeImpl() - Constructor for class org.tigris.gef.base.FigModifyingModeImpl
Construct a new Mode instance without any Editor as its parent, the parent must be filled in before the instance is actually used.
FigSampleNode - class org.tigris.gef.demo.FigSampleNode.
 
FigSampleNode() - Constructor for class org.tigris.gef.demo.FigSampleNode
 
FigSampleNode3 - class org.tigris.gef.demo.FigSampleNode3.
 
FigSampleNode3() - Constructor for class org.tigris.gef.demo.FigSampleNode3
 
FlexibleApplet - class org.tigris.gef.demo.FlexibleApplet.
An example application to show off some of the capabilities of the UCI Graph Editing Framework.
FlexibleApplet() - Constructor for class org.tigris.gef.demo.FlexibleApplet
Construct a new FlexibleApplet
Functor - interface org.tigris.gef.util.Functor.
Interface to define Functor objects.
FunctorIdentity - class org.tigris.gef.util.FunctorIdentity.
A useful implementation of interface Functor that simply returns the same object that was passed to it.
FunctorIdentity() - Constructor for class org.tigris.gef.util.FunctorIdentity
 
figs() - Method in class org.tigris.gef.base.Editor
Returns a collection of all Figs in the layer currently being edited.
fileToURL(File) - Static method in class org.tigris.gef.util.Util
 
filenameToURI(String) - Static method in class org.tigris.gef.util.Util
Fixes a platform dependent filename to standard URI form.
fill(Shape) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
fillArc(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
fillArc(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
fillOval(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
fillOval(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
fillPolygon(int[], int[], int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
fillPolygon(Polygon) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
fillPolygon(int[], int[], int) - Method in class org.tigris.gef.persistence.SVGWriter
 
fillPolygon(Polygon) - Method in class org.tigris.gef.persistence.SVGWriter
 
fillRect(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
fillRect(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
fillRoundRect(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
fillRoundRect(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
findCommonSuperClass() - Method in class org.tigris.gef.base.SelectionManager
Determines and returns the first common superclass of all selected items.
findFig(String) - Method in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
findFig(String) - Method in class org.tigris.gef.xml.svg.SVGParser
Deprecated.  
findFirstSelectionOfType(Class) - Method in class org.tigris.gef.base.SelectionManager
Searches for the first appearance of an object of the designated type in the current selection.
findFrame() - Method in class org.tigris.gef.base.Editor
Find the AWT Frame that this Editor is being displayed in.
findLayerNamed(String) - Method in class org.tigris.gef.base.LayerManager
Find a layer with the given name somewhere in the layer tree.
findNext() - Method in class org.tigris.gef.util.EnumerationComposite
Internal function to find the element to return on the next call to nextElement().
findNext() - Method in class org.tigris.gef.util.EnumerationPredicate
Internal method to find the next element that satisfies the predicate and store it in _nextElement.
findOwner(String) - Method in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
findOwner(String) - Method in class org.tigris.gef.xml.svg.SVGParser
Deprecated.  
findSelectionAt(int, int) - Method in class org.tigris.gef.base.SelectionManager
 
findSelectionFor(Fig) - Method in class org.tigris.gef.base.SelectionManager
 
finishMode() - Method in class org.tigris.gef.base.Editor
Set this Editor's current Mode to the next global Mode.
fireActionEvent(ActionEvent) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
 
fireEdgeAdded(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
fireEdgeRemoved(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
fireGraphChanged() - Method in class org.tigris.gef.graph.MutableGraphSupport
 
fireModeChanged() - Method in class org.tigris.gef.base.ModeManager
 
fireNodeAdded(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
fireNodeRemoved(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
firePropChange(Object, String, boolean, boolean) - Static method in class org.tigris.gef.base.Globals
Send a property change event to listeners of the src Fig.
firePropChange(Object, String, int, int) - Static method in class org.tigris.gef.base.Globals
Send a property change event to listeners of the src Fig.
firePropChange(Object, String, Object, Object) - Static method in class org.tigris.gef.base.Globals
Send a property change event to listeners of the src Fig.
firePropertyChange(String, Object, Object) - Method in class org.tigris.gef.base.Diagram
 
firePropertyChange(String, Object, Object) - Method in class org.tigris.gef.graph.presentation.NetPrimitive
 
firePropertyChange(String, boolean, boolean) - Method in class org.tigris.gef.graph.presentation.NetPrimitive
 
firePropertyChange(String, int, int) - Method in class org.tigris.gef.graph.presentation.NetPrimitive
 
firePropertyChange() - Method in class org.tigris.gef.properties.ui.ColorEditor
 
firePropertyChange() - Method in class org.tigris.gef.properties.ui.RectangleEditor
 
fireSelectionChanged() - Method in class org.tigris.gef.base.SelectionManager
 
fireVetoableChange(String, boolean, boolean) - Method in class org.tigris.gef.base.Diagram
 
fireVetoableChange(String, int, int) - Method in class org.tigris.gef.base.Diagram
 
fireVetoableChange(String, Object, Object) - Method in class org.tigris.gef.base.Diagram
 
fixURLExtension(URL, String) - Static method in class org.tigris.gef.util.Util
 
forColor(Color) - Static method in class org.tigris.gef.ui.Swatch
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _