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 _

C

CABLE_ETHERNET - Static variable in class org.tigris.gef.demo.EdgeData
 
CABLE_FDDI - Static variable in class org.tigris.gef.demo.EdgeData
 
CABLE_FIREWIRE - Static variable in class org.tigris.gef.demo.EdgeData
 
CABLE_SCSI - Static variable in class org.tigris.gef.demo.EdgeData
 
calcBounds() - Method in class org.tigris.gef.presentation.Fig
Update the bounds of this Fig.
calcBounds() - Method in class org.tigris.gef.presentation.FigEdge
Update my bounding box
calcBounds() - Method in class org.tigris.gef.presentation.FigGroup
Accumulate a bounding box for all the Figs in the group.
calcBounds() - Method in class org.tigris.gef.presentation.FigLine
Update the bounding box so that it encloses (_x1, _y1)--(_x2, _y2).
calcBounds() - Method in class org.tigris.gef.presentation.FigPoly
Update the bounding box.
calcBounds() - Method in class org.tigris.gef.presentation.FigText
Compute the overall width and height of the FigText object based on the font, font size, and current text.
calcDrawingArea() - Method in class org.tigris.gef.base.Layer
 
canAddEdge(Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return true if the given object is a valid edge in this graph
canAddEdge(Object) - Method in class org.tigris.gef.graph.presentation.AdjacencyListGraphModel
 
canAddEdge(Object) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Return true if the given object is a valid edge in this graph
canAddNode(Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return true if the given object is a valid node in this graph
canAddNode(Object) - Method in class org.tigris.gef.graph.presentation.AdjacencyListGraphModel
 
canAddNode(Object) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Return true if the given object is a valid node in this graph
canceled() - Method in class org.tigris.gef.ui.Progress
Return true if the user has pressed the cancel button
canChangeConnectedNode(Object, Object, Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return true if the connection to the old node can be rerouted to the new node.
canChangeConnectedNode(Object, Object, Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
Return true if the connection to the old node can be rerouted to the new node.
canChangeConnectedNode(Object, Object, Object) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Return true if the connection to the old node can be rerouted to the new node.
canConnect(Object, Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return true if the two given ports can be connected by a kind of edge to be determined by the ports.
canConnect(Object, Object, Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return true if the two given ports can be connected by the given kind of edge.
canConnect(Object, Object, Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
Determine if the two given ports can be connected by the given kind of edge.
canConnect(Object, Object, Class) - Method in class org.tigris.gef.graph.MutableGraphSupport
Determine if the two given ports can be connected by the given kind of edge.
canConnect(Object, Object) - Method in class org.tigris.gef.graph.presentation.AdjacencyListGraphModel
 
canConnect(Object, Object) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Return true if the two given ports can be connected by a kind of edge to be determined by the ports.
canConnectTo(GraphModel, NetPort) - Method in class org.tigris.gef.demo.PortData
Add the constraint that PortData's can only be connected to other ports of the same type.
canConnectTo(GraphModel, Object) - Method in class org.tigris.gef.demo.PortPower
Add the constraint that PortPowers can only be connected to other ports of the same type.
canConnectTo(GraphModel, Object) - Method in class org.tigris.gef.demo.SamplePort
Add the constraint that SamplePort's can only be connected to other ports of the same type.
canConnectTo(GraphModel, Object) - Method in class org.tigris.gef.demo.SamplePort2
Add the constraint that SamplePort2's can only be connected to other ports of the same type.
canConnectTo(GraphModel, Object, Object, Object) - Method in interface org.tigris.gef.graph.GraphNodeHooks
Allow foir application specific rules about which nodes can be connected to which other nodes.
canConnectTo(GraphModel, Object) - Method in interface org.tigris.gef.graph.GraphPortHooks
Reply true if this port can legally be connected to the given port.
canConnectTo(GraphModel, Object, Object, Object) - Method in class org.tigris.gef.graph.presentation.NetNode
Allow for application specific rules about which nodes can be connected to which other nodes.
canConnectTo(GraphModel, Object) - Method in class org.tigris.gef.graph.presentation.NetPort
Reply true if this port can legally be connected to the given port.
canDragNode(Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return true if the type of the given object can be mapped to a supported type.
canDragNode(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
Return true if the type of the given node can be mapped to a type supported by this type of diagram
canDragNode(Object) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Return true if dragging the given object is a valid in this graph
canEdit(Object) - Method in class org.tigris.gef.properties.ui.PropSheet
 
canEdit(Object) - Method in class org.tigris.gef.properties.ui.PropSheetCategory
 
canExit() - Method in interface org.tigris.gef.base.Mode
 
canExit() - Method in class org.tigris.gef.base.ModeDragScroll
Always false since this mode can never be exited.
canExit() - Method in class org.tigris.gef.base.ModeImpl
Some Mode's should never be exited, but by default any Mode can exit.
canExit() - Method in class org.tigris.gef.base.ModePopup
Always false because I never want to get out of popup mode.
canExit() - Method in class org.tigris.gef.base.ModeSelect
Always false because I never want to get out of selection mode.
canLock(Object) - Method in class org.tigris.gef.ui.ToolBar
 
canMoveVertex(int, boolean) - Method in class org.tigris.gef.presentation.FigPoly
Reply true if the point at the given index can be moved.
canSelectElements() - Method in class org.tigris.gef.base.Editor
Returns this Editor's current value for the selection flag.
categorizeProperty(String, String) - Static method in class org.tigris.gef.properties.PropCategoryManager
 
categorizeProperty(String, PropertyDescriptor) - Static method in class org.tigris.gef.properties.PropCategoryManager
 
center() - Method in class org.tigris.gef.presentation.Fig
Return the center of the given Fig.
changeConnectedNode(Object, Object, Object, boolean) - Method in interface org.tigris.gef.graph.MutableGraphModel
Reroutes the connection to the old node to be connected to the new node.
changeConnectedNode(Object, Object, Object, boolean) - Method in class org.tigris.gef.graph.MutableGraphSupport
Reroutes the connection to the old node to be connected to the new node.
changeConnectedNode(Object, Object, Object, boolean) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Reroutes the connection to the old node to be connected to the new node.
changedUpdate(DocumentEvent) - Method in class org.tigris.gef.presentation.FigTextEditor
 
characters(char[], int, int) - Method in class org.tigris.gef.ocl.TemplateReader
 
characters(char[], int, int) - Method in class org.tigris.gef.ocl.TemplateRecord
 
characters(char[], int, int) - Method in class org.tigris.gef.persistence.SAXParserBase
 
characters(char[], int, int) - Method in class org.tigris.gef.xml.pgml.PGMLParser
 
characters(char[], int, int) - Method in class org.tigris.gef.xml.svg.SVGParser
 
checkModel() - Method in class org.tigris.gef.ui.TableSorter
 
checkModeTransitions(InputEvent) - Method in class org.tigris.gef.base.ModeManager
Check for events that should cause transitions from one Mode to another or otherwise change the ModeManager.
ChildGenerator - Interface in org.tigris.gef.util
Interface used in Set to compute transitive closures.
CIRCLE_ADJUST_RADIUS - Static variable in class org.tigris.gef.presentation.FigCircle
Used as a percentage tolerance for making it easier for the user to select a hollow circle with the mouse.
classNameAndBounds() - Method in class org.tigris.gef.presentation.Fig
USED BY PGML.tee
cleanUp() - Method in class org.tigris.gef.base.SelectionManager
 
cleanUp() - Method in class org.tigris.gef.presentation.Fig
 
cleanUp() - Method in class org.tigris.gef.presentation.FigEdge
 
cleanUp() - Method in class org.tigris.gef.presentation.FigNode
 
cleanUp() - Method in class org.tigris.gef.presentation.FigPoly
 
cleanUp() - Method in class org.tigris.gef.presentation.FigSpline
 
clearRect(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
clearRect(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
clearStatus() - Static method in class org.tigris.gef.base.Globals
Sets the status to its default (blank) string.
clip(Shape) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
clipBoard - Static variable in class org.tigris.gef.base.Globals
Until jdk 1.2, this will be our clipboard TODO we have now gone beyond JDK1.2
clipRect(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
clipRect(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
clone() - Method in class org.tigris.gef.base.Editor
Clone the receiving editor.
clone() - Method in class org.tigris.gef.base.Layer
 
clone() - Method in class org.tigris.gef.graph.presentation.JGraph
Make a copy of this JGraph so that it can be shown in another window.
clone() - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
clone() - Method in class org.tigris.gef.presentation.Fig
 
clone() - Method in class org.tigris.gef.presentation.FigGroup
 
clone() - Method in class org.tigris.gef.presentation.FigNode
 
clone() - Method in class org.tigris.gef.presentation.FigPoly
 
close() - Method in class org.tigris.gef.base.PrefsEditor
Close the PrefEditor window
Cmd - Class in org.tigris.gef.base
Abstract class for all editor commands.
Cmd(Hashtable, String, String) - Constructor for class org.tigris.gef.base.Cmd
Construct a new Cmd with the given arguments
Cmd(String, String) - Constructor for class org.tigris.gef.base.Cmd
 
Cmd(Hashtable, String, String, ImageIcon) - Constructor for class org.tigris.gef.base.Cmd
 
Cmd(String) - Constructor for class org.tigris.gef.base.Cmd
Constructors with no resource name
Cmd(Hashtable, String, ImageIcon) - Constructor for class org.tigris.gef.base.Cmd
 
Cmd(Hashtable, String) - Constructor for class org.tigris.gef.base.Cmd
 
CmdAdjustGrid - Class in org.tigris.gef.base
An Cmd to modify the way that the grid layer of the current document looks.
CmdAdjustGrid() - Constructor for class org.tigris.gef.base.CmdAdjustGrid
 
CmdAdjustGuide - Class in org.tigris.gef.base
An Cmd to modify the way that the Guides constrain the mouse points entered by the user.
CmdAdjustGuide() - Constructor for class org.tigris.gef.base.CmdAdjustGuide
 
CmdAdjustPageBreaks - Class in org.tigris.gef.base
An Cmd to modify the way that the PageBreaks Layer of the current document looks.
CmdAdjustPageBreaks() - Constructor for class org.tigris.gef.base.CmdAdjustPageBreaks
Construct a new CmdAdjustPageBreaks
CmdAlign - Class in org.tigris.gef.base
An Cmd to align 2 or more objects relative to each other.
CmdAlign(int) - Constructor for class org.tigris.gef.base.CmdAlign
Construct a new CmdAlign.
cmdAtIndex(int) - Static method in class org.tigris.gef.base.Cmd
Return the "well-known" Cmd at a given index.
CmdCopy - Class in org.tigris.gef.base
 
CmdCopy() - Constructor for class org.tigris.gef.base.CmdCopy
 
CmdCreateNode - Class in org.tigris.gef.base
 
CmdCreateNode(Hashtable, String, String) - Constructor for class org.tigris.gef.base.CmdCreateNode
Construct a new Cmd with the given arguments for node class.
CmdCreateNode(Hashtable, String) - Constructor for class org.tigris.gef.base.CmdCreateNode
 
CmdCreateNode(Class, String, String) - Constructor for class org.tigris.gef.base.CmdCreateNode
Construct a new Cmd with the given classes for the NetNode and its FigNode.
CmdCreateNode(Class, String) - Constructor for class org.tigris.gef.base.CmdCreateNode
 
CmdCreateNode(Class, boolean, String, String) - Constructor for class org.tigris.gef.base.CmdCreateNode
Construct a new Cmd with the given classes for the NetNode and its FigNode, and set the global sticky mode boolean to the given value.
CmdCreateNode(Class, boolean, String) - Constructor for class org.tigris.gef.base.CmdCreateNode
 
CmdCut - Class in org.tigris.gef.base
 
CmdCut() - Constructor for class org.tigris.gef.base.CmdCut
 
CmdDeleteFromModel - Class in org.tigris.gef.base
Cmd to delete the Figs selected in the current editor, and dispose any underlying Net stuctures.
CmdDeleteFromModel() - Constructor for class org.tigris.gef.base.CmdDeleteFromModel
 
CmdDistribute - Class in org.tigris.gef.base
A Cmd to align 2 or more objects relative to each other.
CmdDistribute(int) - Constructor for class org.tigris.gef.base.CmdDistribute
Construct a new CmdDistribute.
CmdExit - Class in org.tigris.gef.base
Cmd to close all windows and exit the application.
CmdExit() - Constructor for class org.tigris.gef.base.CmdExit
 
CmdGroup - Class in org.tigris.gef.base
Cmd to group all the Fig's selected in the current editor into a single FigGroup.
CmdGroup() - Constructor for class org.tigris.gef.base.CmdGroup
 
CmdInsertPoint - Class in org.tigris.gef.base
Cmd to insert a new point after the selected (last manipulated) point of a FigPoly.
CmdInsertPoint(int) - Constructor for class org.tigris.gef.base.CmdInsertPoint
 
CmdInsertPoint() - Constructor for class org.tigris.gef.base.CmdInsertPoint
 
CmdNudge - Class in org.tigris.gef.base
Cmd to Nudge Figs by a small distance.
CmdNudge(int) - Constructor for class org.tigris.gef.base.CmdNudge
 
CmdNudge(int, int) - Constructor for class org.tigris.gef.base.CmdNudge
 
CmdNull - Class in org.tigris.gef.base
Cmd to do nothing.
CmdNull() - Constructor for class org.tigris.gef.base.CmdNull
 
CmdOpen - Class in org.tigris.gef.base
Cmd to Load a previously saved document document.
CmdOpen() - Constructor for class org.tigris.gef.base.CmdOpen
 
CmdOpen(String) - Constructor for class org.tigris.gef.base.CmdOpen
Only allow the user to select files that match the fiven filename pattern.
CmdOpenPGML - Class in org.tigris.gef.base
Cmd to Load a previously saved document document.
CmdOpenPGML() - Constructor for class org.tigris.gef.base.CmdOpenPGML
 
CmdOpenSVG - Class in org.tigris.gef.base
Cmd to Load a previously saved document document.
CmdOpenSVG() - Constructor for class org.tigris.gef.base.CmdOpenSVG
 
CmdOpenWindow - Class in org.tigris.gef.base
Cmd to open a user interface dialog window.
CmdOpenWindow(String, String) - Constructor for class org.tigris.gef.base.CmdOpenWindow
 
CmdPaste - Class in org.tigris.gef.base
 
CmdPaste() - Constructor for class org.tigris.gef.base.CmdPaste
 
CmdPrint - Class in org.tigris.gef.base
Cmd to Print a diagram.
CmdPrint() - Constructor for class org.tigris.gef.base.CmdPrint
 
CmdPrint(String) - Constructor for class org.tigris.gef.base.CmdPrint
 
CmdPrintPageSetup - Class in org.tigris.gef.base
Cmd to setup a page for printing.
CmdPrintPageSetup(CmdPrint) - Constructor for class org.tigris.gef.base.CmdPrintPageSetup
 
CmdRemoveFromGraph - Class in org.tigris.gef.base
Cmd to delete Figs from view.
CmdRemoveFromGraph() - Constructor for class org.tigris.gef.base.CmdRemoveFromGraph
 
CmdRemovePoint - Class in org.tigris.gef.base
Cmd to remove the selected (last manipulated) point from a FigPoly.
CmdRemovePoint() - Constructor for class org.tigris.gef.base.CmdRemovePoint
 
CmdRemovePoint(int) - Constructor for class org.tigris.gef.base.CmdRemovePoint
 
CmdReorder - Class in org.tigris.gef.base
Cmd to change the back-to-front ordering of Fig's.
CmdReorder(int) - Constructor for class org.tigris.gef.base.CmdReorder
Construct a new CmdReorder with the given reordering constrant (see above)
CmdSave - Class in org.tigris.gef.base
Cmd to save the current document to a binary file using Sun's ObjectSerialization library.
CmdSave() - Constructor for class org.tigris.gef.base.CmdSave
 
CmdSave(String) - Constructor for class org.tigris.gef.base.CmdSave
Only allow the user to select files that match the fiven filename pattern.
CmdSaveEPS - Class in org.tigris.gef.base
Cmd to save a diagram as PostScript in a supplied OutputStream.
CmdSaveEPS() - Constructor for class org.tigris.gef.base.CmdSaveEPS
 
CmdSaveGIF - Class in org.tigris.gef.base
Cmd to save a diagram as a GIF image in a supplied OutputStream.
CmdSaveGIF() - Constructor for class org.tigris.gef.base.CmdSaveGIF
 
CmdSaveGraphics - Class in org.tigris.gef.base
Abstract Cmd to save a diagram as Graphics in a supplied OutputStream.
CmdSaveGraphics(String) - Constructor for class org.tigris.gef.base.CmdSaveGraphics
 
CmdSavePGML - Class in org.tigris.gef.base
Cmd to save the current document to a binary file using Sun's ObjectSerialization library.
CmdSavePGML() - Constructor for class org.tigris.gef.base.CmdSavePGML
 
CmdSavePGML(String) - Constructor for class org.tigris.gef.base.CmdSavePGML
Only allow the user to select files that match the fiven filename pattern.
CmdSavePNG - Class in org.tigris.gef.base
This is a rewrite of CmdSaveGIF to use the JDK 1.4 ImageIO library to write PNG files, with both better performance and memory efficiency.
CmdSavePNG() - Constructor for class org.tigris.gef.base.CmdSavePNG
 
CmdSavePS - Class in org.tigris.gef.base
Cmd to save a diagram as PostScript in a supplied OutputStream.
CmdSavePS() - Constructor for class org.tigris.gef.base.CmdSavePS
 
CmdSaveSVG - Class in org.tigris.gef.base
 
CmdSaveSVG() - Constructor for class org.tigris.gef.base.CmdSaveSVG
 
CmdScroll - Class in org.tigris.gef.base
Cmd scroll the view.
CmdScroll(int) - Constructor for class org.tigris.gef.base.CmdScroll
 
CmdSelectAll - Class in org.tigris.gef.base
Cmd to select all the Figs in the editor's current view.
CmdSelectAll() - Constructor for class org.tigris.gef.base.CmdSelectAll
 
CmdSelectInvert - Class in org.tigris.gef.base
Cmd to select all the Figs in the editor's current view that were not previously selected.
CmdSelectInvert() - Constructor for class org.tigris.gef.base.CmdSelectInvert
 
CmdSelectNear - Class in org.tigris.gef.base
Cmd to SelectNear Figs by a small distance.
CmdSelectNear(int) - Constructor for class org.tigris.gef.base.CmdSelectNear
 
CmdSelectNear(int, int) - Constructor for class org.tigris.gef.base.CmdSelectNear
 
CmdSelectNext - Class in org.tigris.gef.base
Cmd to select the next (or previous) Fig in the editor's current view.
CmdSelectNext() - Constructor for class org.tigris.gef.base.CmdSelectNext
 
CmdSelectNext(boolean) - Constructor for class org.tigris.gef.base.CmdSelectNext
 
CmdSelectNext(String) - Constructor for class org.tigris.gef.base.CmdSelectNext
 
CmdSequence - Class in org.tigris.gef.base
Cmd to execute a sequence of Cmd's.
CmdSequence() - Constructor for class org.tigris.gef.base.CmdSequence
Construct a new CmdSequence
CmdSequence(String) - Constructor for class org.tigris.gef.base.CmdSequence
 
CmdSequence(Cmd, String) - Constructor for class org.tigris.gef.base.CmdSequence
 
CmdSequence(Cmd, Cmd, String) - Constructor for class org.tigris.gef.base.CmdSequence
 
CmdSequence(Cmd, Cmd, Cmd, String) - Constructor for class org.tigris.gef.base.CmdSequence
 
CmdSetMode - Class in org.tigris.gef.base
Cmd that sets the next global editor mode.
CmdSetMode(Properties) - Constructor for class org.tigris.gef.base.CmdSetMode
 
CmdSetMode(Class) - Constructor for class org.tigris.gef.base.CmdSetMode
Set the next global mode to the named mode.
CmdSetMode(Class, String) - Constructor for class org.tigris.gef.base.CmdSetMode
 
CmdSetMode(Class, boolean) - Constructor for class org.tigris.gef.base.CmdSetMode
Set the next global mode to the named mode, and maybe make it sticky.
CmdSetMode(Class, Hashtable) - Constructor for class org.tigris.gef.base.CmdSetMode
Set the next global mode to the named mode, and set all arguments.
CmdSetMode(Class, String, Object) - Constructor for class org.tigris.gef.base.CmdSetMode
 
CmdSetMode(Class, String, Object, String) - Constructor for class org.tigris.gef.base.CmdSetMode
 
CmdSetMode(Class, String, Object, String, ImageIcon) - Constructor for class org.tigris.gef.base.CmdSetMode
 
CmdShowProperties - Class in org.tigris.gef.base
Cmd to open a user interface dialog window.
CmdShowProperties() - Constructor for class org.tigris.gef.base.CmdShowProperties
 
CmdShowURL - Class in org.tigris.gef.base
Cmd to display the contents of the given URL in the browser.
CmdShowURL(URL) - Constructor for class org.tigris.gef.base.CmdShowURL
 
CmdShowURL(String) - Constructor for class org.tigris.gef.base.CmdShowURL
 
CmdShowURL() - Constructor for class org.tigris.gef.base.CmdShowURL
 
CmdSpawn - Class in org.tigris.gef.base
Cmd to open a new editor on the same document as in the current editor.
CmdSpawn() - Constructor for class org.tigris.gef.base.CmdSpawn
 
CmdUngroup - Class in org.tigris.gef.base
Cmd to ungroup a selected group object.
CmdUngroup() - Constructor for class org.tigris.gef.base.CmdUngroup
 
CmdUseReshape - Class in org.tigris.gef.base
Set the current editor to use a SelectionReshape on its current selections.
CmdUseReshape() - Constructor for class org.tigris.gef.base.CmdUseReshape
 
CmdUseResize - Class in org.tigris.gef.base
Set the current editor to use a SelectionResize on its current selections.
CmdUseResize() - Constructor for class org.tigris.gef.base.CmdUseResize
 
CmdUseRotate - Class in org.tigris.gef.base
Set the current editor to use a SelectionRotate on its current selections.
CmdUseRotate() - Constructor for class org.tigris.gef.base.CmdUseRotate
 
CmdZoom - Class in org.tigris.gef.base
Cmd zoom the view.
CmdZoom() - Constructor for class org.tigris.gef.base.CmdZoom
Default behaviour is to restore scaling to 1.0 (1 to 1)
CmdZoom(double) - Constructor for class org.tigris.gef.base.CmdZoom
Each time doIt() is invoked, adjust scaling by a factor of magnitude.
colorByName(String, Color) - Method in class org.tigris.gef.xml.svg.SVGParser
 
ColorEditor - Class in org.tigris.gef.properties.ui
FEATURE: color_picker
ColorEditor() - Constructor for class org.tigris.gef.properties.ui.ColorEditor
 
ColorPickerGrid - Class in org.tigris.gef.properties.ui
A small window that allows the user to choose a color.
ColorPickerGrid(Color) - Constructor for class org.tigris.gef.properties.ui.ColorPickerGrid
 
ColorRenderer - Class in org.tigris.gef.ui
 
ColorRenderer() - Constructor for class org.tigris.gef.ui.ColorRenderer
 
ColorTilePanel - Class in org.tigris.gef.properties.ui
A Panel that shows an array of little colored squares to allow the user to pick a color.
ColorTilePanel() - Constructor for class org.tigris.gef.properties.ui.ColorTilePanel
 
ColorTilePanel(int) - Constructor for class org.tigris.gef.properties.ui.ColorTilePanel
 
ColorTilePanel(Vector) - Constructor for class org.tigris.gef.properties.ui.ColorTilePanel
 
ColorTilePanel(Vector, int) - Constructor for class org.tigris.gef.properties.ui.ColorTilePanel
 
ColorUtility - Class in org.tigris.gef.util
A flyweight factory class used to get color instances.
comment(String) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
compare(int, int) - Method in class org.tigris.gef.ui.TableSorter
 
compareRowsByColumn(int, int, int) - Method in class org.tigris.gef.ui.TableSorter
 
computeRoute() - Method in class org.tigris.gef.presentation.FigEdge
Method to compute the route a FigEdge should follow.
computeRoute() - Method in class org.tigris.gef.presentation.FigEdgeLine
Compute the shape of the line that presents an Edge.
computeRoute() - Method in class org.tigris.gef.presentation.FigEdgePoly
Find the route that the edge should follow.
computeRoute() - Method in class org.tigris.gef.presentation.FigEdgeRectiline
Find the route that the edge should follow.
configure(int, Border, boolean, Color) - Static method in class org.tigris.gef.presentation.FigTextEditor
 
connect(Object, Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Contruct and add a new edge of a kind determined by the ports.
connect(Object, Object, Class) - Method in interface org.tigris.gef.graph.MutableGraphModel
Contruct and add a new edge with given attributes.
connect(Object, Object, Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Contruct and add a new edge with given attributes.
connect(Object, Object, Object, Map) - Method in interface org.tigris.gef.graph.MutableGraphModel
Contruct and add a new edge with given attributes.
connect(Object, Object, Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
Contruct and add a new edge of the given kind.
connect(Object, Object, Object, Map) - Method in class org.tigris.gef.graph.MutableGraphSupport
Construct and add a new edge of the given kind and connect the given ports.
connect(Object, Object) - Method in class org.tigris.gef.graph.presentation.AdjacencyListGraphModel
 
connect(Object, Object) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Contruct and add a new edge of a kind determined by the ports
connect(Object, Object, Object) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Contruct and add a new edge of the given kind The default is to assume the edge type is a Class.
connect(Object, Object, Class) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Contruct and add a new edge of the given kind
connect(GraphModel, Object, Object) - Method in class org.tigris.gef.graph.presentation.NetEdge
Connect the source and destination ports, iff they agree to being connected (i.e., canConnectTo() returns true).
Connecter - Interface in org.tigris.gef.presentation
An interface to be implemented by connectable figs.
connectInternal(NetPort, NetPort, NetEdge) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Asks the given edge to attempt to connect itself to the given ports.
ConnectionConstrainer - Class in org.tigris.gef.graph
 
ConnectionConstrainer() - Constructor for class org.tigris.gef.graph.ConnectionConstrainer
 
connectionPoint(Point) - Method in class org.tigris.gef.presentation.Fig
Return a point that should be used for arcs that to toward the given point.
connectionPoint(Point) - Method in class org.tigris.gef.presentation.FigCircle
Calculate border point of elipse
connectionPoint(Point) - Method in class org.tigris.gef.presentation.FigLine
Replys the point that other connected Figs should attach to.
contains(Fig) - Method in class org.tigris.gef.base.Selection
Reply true if this selection contains the given Fig
contains(Point) - Method in class org.tigris.gef.base.Selection
Reply true if the given point is inside this selection
contains(int, int) - Method in class org.tigris.gef.base.Selection
 
contains(Selection) - Method in class org.tigris.gef.base.SelectionManager
Reply true if the given selection instance is part of my collection
contains(int, int) - Method in class org.tigris.gef.base.SelectionManager
Reply true iff the given point is inside one of the selected Fig's
contains(int, int) - Method in class org.tigris.gef.presentation.Fig
Reply true if the given point is inside the given Fig.
contains(Point) - Method in class org.tigris.gef.presentation.Fig
Reply true if the given point is inside this Fig by calling contains(int x, int y).
contains(Rectangle) - Method in class org.tigris.gef.presentation.Fig
Reply true if the all four corners of the given rectangle are inside this Fig, as determined by contains(int x, int y).
contains(int, int) - Method in class org.tigris.gef.presentation.FigCircle
Reply true if the given coordinates are inside the circle.
contains(int, int) - Method in class org.tigris.gef.presentation.FigEdge
 
contains(int, int) - Method in class org.tigris.gef.presentation.FigGroup
Returns true if any Fig in the group contains the given point.
contains(int, int) - Method in class org.tigris.gef.presentation.FigInk
 
contains(int, int) - Method in class org.tigris.gef.presentation.FigNode
 
contains(int, int) - Method in class org.tigris.gef.presentation.FigPoly
Reply true iff the given point is inside this FigPoly.
containsArg(String) - Method in class org.tigris.gef.base.Cmd
Reply true if this Cmd instance has the named argument defined.
containsEdge(Object) - Method in interface org.tigris.gef.graph.GraphController
Tests, if the given object is an edge known by the controller.
containsEdge(Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return true if the given object is present as a edge in the graph
containsEdge(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
containsEdgePort(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
containsExtension(String) - Static method in class org.tigris.gef.util.ResourceLoader
 
containsFig(Fig) - Method in class org.tigris.gef.base.SelectionManager
Reply true if the given Fig is selected by any of my selection objects
containsKey(String, String) - Static method in class org.tigris.gef.util.Localizer
Check if a resource contains a specific key (for the current default locale)
containsKey(String, String, Locale, Map) - Static method in class org.tigris.gef.util.Localizer
 
containsLocale(Locale) - Static method in class org.tigris.gef.util.Localizer
This method tests, if the given locale is registered.
containsLocation(String) - Static method in class org.tigris.gef.util.ResourceLoader
 
containsNode(Object) - Method in interface org.tigris.gef.graph.GraphController
Tests, if the given object is a node known by the controller.
containsNode(Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return true if the given object is present as a node in the graph
containsNode(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
containsNodePort(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
containsPort(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
 
containsResource(String) - Static method in class org.tigris.gef.util.Localizer
This method tests, if a resource with the given name is registered.
convert(Hashtable) - Static method in class org.tigris.gef.util.Converter
 
convert(Vector) - Static method in class org.tigris.gef.util.Converter
 
convertCollection(Collection) - Static method in class org.tigris.gef.util.Converter
 
Converter - Class in org.tigris.gef.util
This Class is a utility to convert java.util.*-classes to java.util.*-classes
Converter() - Constructor for class org.tigris.gef.util.Converter
 
copyArea(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
copyArea(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
countContained(List) - Method in class org.tigris.gef.base.Diagram
 
countCornersContained(int, int, int, int) - Method in class org.tigris.gef.presentation.Fig
Reply the number of corners of the given rectangle that are inside this Fig, as determined by contains(int x, int y).
countCornersContained(int, int, int, int) - Method in class org.tigris.gef.presentation.FigPoly
Return the number of corners of the given rectangle that are contained within this polygon.
counterClockWise(int, int, int, int, int, int) - Static method in class org.tigris.gef.base.Geometry
Reply true if the given point is counter-clockwise from the vector defined by the position of the given line.
countPresentationsFor(Object) - Method in interface org.tigris.gef.graph.GraphController
Counts the number of presentations known to the GraphController for the given referrer.
create() - Method in class org.tigris.gef.persistence.PostscriptWriter
 
create(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
create() - Method in class org.tigris.gef.persistence.SVGWriter
 
create(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
create(String) - Static method in class org.tigris.gef.util.PredicateStringMatch
 
create() - Static method in class org.tigris.gef.util.PredicateType
 
create(Class) - Static method in class org.tigris.gef.util.PredicateType
 
create(Class, Class) - Static method in class org.tigris.gef.util.PredicateType
 
create(Class, Class, Class) - Static method in class org.tigris.gef.util.PredicateType
 
createActionToggleListener(JToggleButton) - Method in class org.tigris.gef.ui.ToolBar
 
createDrag(int, int, int, int, int, int) - Method in class org.tigris.gef.presentation.Fig
Resize the object for drag on creation.
createDrag(int, int, int, int, int, int) - Method in class org.tigris.gef.presentation.FigImage
 
createDrag(int, int, int, int, int, int) - Method in class org.tigris.gef.presentation.FigLine
Resize the object for drag on creation.
createEvaluator() - Method in class org.tigris.gef.ocl.OCLExpander
 
createFig(MouseEvent) - Method in class org.tigris.gef.base.ModeCreate
 
createImage(int, int) - Method in class org.tigris.gef.base.Editor
Create an Image (an off-screen bit-map) to be used to reduce flicker in redrawing.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreate
Abstact method to construct a new Fig to be added to the Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateEdge
Create the new item that will be drawn.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigCircle
Create a new FigCircle instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigImage
Create a new FigImage instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigInk
Create a new FigInk instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigLine
Make a new FigLine based on the given mouse down event and the parent Editor's default graphical attributes.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigPoly
Create a new FigRect instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigRect
Create a new FigRect instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigRRect
Create a new FigRect instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigSpline
Create a new FigRect instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreateFigText
Create a new FigText instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
Create the new item that will be drawn.
createNode(String, Hashtable) - Method in interface org.tigris.gef.graph.MutableGraphModel
Return a valid node in this graph
createNode(String, Hashtable) - Method in class org.tigris.gef.graph.MutableGraphSupport
Return a valid node in this graph TODO Should throw a GraphModelException or InvalidArgumentException
createNode(String, Hashtable) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
Return a valid node in this graph
creationDrag(int, int) - Method in class org.tigris.gef.base.ModeCreate
Update the new item to reflect the new mouse position.
creationDrag(int, int) - Method in class org.tigris.gef.base.ModeCreateFigInk
 
curEditor(Editor) - Static method in class org.tigris.gef.base.Globals
Set the current Editor.
curEditor() - Static method in class org.tigris.gef.base.Globals
Reply the Editor that most recently contained the mouse.
current() - Method in class org.tigris.gef.ui.Progress
Return amount of work done so far
cursor - Variable in class org.tigris.gef.presentation.Handle
Mouse cursor Cursor while hovering or dragging

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 _