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 _

S

SAXParserBase - class org.tigris.gef.persistence.SAXParserBase.
 
SAXParserBase() - Constructor for class org.tigris.gef.persistence.SAXParserBase
The constructor.
SCALE_KEY - Static variable in class org.tigris.gef.base.Diagram
The bean property name denoting the scale factor.
SEND_BACKWARD - Static variable in class org.tigris.gef.base.CmdReorder
 
SEND_TO_BACK - Static variable in class org.tigris.gef.base.CmdReorder
 
SHORTCUT_MODIFIER - Static variable in class org.tigris.gef.util.Localizer
AWT has no standard way to name the platforms default menu shortcut modifier for a KeyStroke, so the localizer replaces each occurence of "shortcut" with Toolkit.getDefaultToolkit().getMenuShortcutKeyMask()
SINGLETON - Static variable in class org.tigris.gef.demo.BroomStudy
 
SINGLETON - Static variable in class org.tigris.gef.xml.svg.SVGParser
Deprecated.  
SOCKET - Static variable in class org.tigris.gef.demo.PortPower
 
SVGParser - class org.tigris.gef.xml.svg.SVGParser.
Deprecated. use org.tigris.gef.persistence.svg.SvgParser
SVGParser() - Constructor for class org.tigris.gef.xml.svg.SVGParser
Deprecated.  
SVGWriter - class org.tigris.gef.persistence.SVGWriter.
 
SVGWriter(OutputStream, Rectangle) - Constructor for class org.tigris.gef.persistence.SVGWriter
 
SampleEdge - class org.tigris.gef.demo.SampleEdge.
A sample NetEdge subclass for use in the demos.
SampleEdge() - Constructor for class org.tigris.gef.demo.SampleEdge
Construct a new SampleEdge.
SampleEdge2 - class org.tigris.gef.demo.SampleEdge2.
A sample NetEdge subclass for use in the Example application.
SampleEdge2() - Constructor for class org.tigris.gef.demo.SampleEdge2
Construct a new SampleEdge2.
SampleNode - class org.tigris.gef.demo.SampleNode.
An example subclass of NetNode for use in the BasicApplication application.
SampleNode() - Constructor for class org.tigris.gef.demo.SampleNode
 
SampleNode2 - class org.tigris.gef.demo.SampleNode2.
An example subclass of NetNode for use in the demos.
SampleNode2() - Constructor for class org.tigris.gef.demo.SampleNode2
 
SampleNode4 - class org.tigris.gef.demo.SampleNode4.
An example subclass of NetNode for use in the demos.
SampleNode4() - Constructor for class org.tigris.gef.demo.SampleNode4
 
SamplePalette - class org.tigris.gef.demo.SamplePalette.
A class to define a custom palette for use in some demos.
SamplePalette() - Constructor for class org.tigris.gef.demo.SamplePalette
Construct a new palette of example nodes for the Example application
SamplePort - class org.tigris.gef.demo.SamplePort.
An example subclass of NetPort for the BasicApplication application.
SamplePort(NetNode) - Constructor for class org.tigris.gef.demo.SamplePort
Construct a new SamplePort as a port of the given NetNode.
SamplePort2 - class org.tigris.gef.demo.SamplePort2.
An example subclass of NetPort for the BasicApplication application.
SamplePort2(NetNode) - Constructor for class org.tigris.gef.demo.SamplePort2
Construct a new SamplePort2 as a port of the given NetNode.
Selection - class org.tigris.gef.base.Selection.
This class represents the "selection" object that is used when you select one or more Figs in the drawing window.
Selection(Fig) - Constructor for class org.tigris.gef.base.Selection
Construct a new selection.
SelectionButtons - class org.tigris.gef.base.SelectionButtons.
 
SelectionButtons(Fig) - Constructor for class org.tigris.gef.base.SelectionButtons
Construct a new SelectionWButtons for the given Fig.
SelectionLowerRight - class org.tigris.gef.base.SelectionLowerRight.
A Selection class to represent selections on Figs that present resize handles.
SelectionLowerRight(Fig) - Constructor for class org.tigris.gef.base.SelectionLowerRight
Construct a new SelectionLowerRight for the given Fig
SelectionManager - class org.tigris.gef.base.SelectionManager.
This class handles Manager selections.
SelectionManager(Editor) - Constructor for class org.tigris.gef.base.SelectionManager
 
SelectionMove - class org.tigris.gef.base.SelectionMove.
Selection object that allows the user to move the selected Fig, but not to resize it.
SelectionMove(Fig) - Constructor for class org.tigris.gef.base.SelectionMove
Construct a new SelectionMove around the given DiagramElement
SelectionNoop - class org.tigris.gef.base.SelectionNoop.
Selection object that does not allow the user to do anything.
SelectionNoop(Fig) - Constructor for class org.tigris.gef.base.SelectionNoop
Construct a new SelectionNoop around the given DiagramElement
SelectionReshape - class org.tigris.gef.base.SelectionReshape.
A Selection that allows the user to reshape the selected Fig.
SelectionReshape(Fig) - Constructor for class org.tigris.gef.base.SelectionReshape
Construct a new SelectionReshape for the given Fig
SelectionResize - class org.tigris.gef.base.SelectionResize.
A Selection class to represent selections on Figs that present resize handles.
SelectionResize(Fig) - Constructor for class org.tigris.gef.base.SelectionResize
Construct a new SelectionResize for the given Fig
SelectionRotate - class org.tigris.gef.base.SelectionRotate.
Selection object that allows the user to rotate the selected Fig.
SelectionRotate(Fig) - Constructor for class org.tigris.gef.base.SelectionRotate
Construct a new SelectionRotate around the given DiagramElement
SendBackward - Static variable in class org.tigris.gef.base.CmdReorder
 
SendToBack - Static variable in class org.tigris.gef.base.CmdReorder
 
ShowFigTips - Static variable in class org.tigris.gef.base.Globals
Determines if tool tips be are shown on Figs in diagrams, including ToDoItem headlines.
Swatch - class org.tigris.gef.ui.Swatch.
 
Swatch(Color) - Constructor for class org.tigris.gef.ui.Swatch
 
saveGraphics(OutputStream, Editor, Rectangle) - Method in class org.tigris.gef.base.CmdSaveEPS
 
saveGraphics(OutputStream, Editor, Rectangle) - Method in class org.tigris.gef.base.CmdSaveGIF
Write the diagram contained by the current editor into an OutputStream as a GIF image.
saveGraphics(OutputStream, Editor, Rectangle) - Method in class org.tigris.gef.base.CmdSaveGraphics
 
saveGraphics(OutputStream, Editor, Rectangle) - Method in class org.tigris.gef.base.CmdSavePNG
Write the diagram contained by the current editor into an OutputStream as a PNG image.
saveGraphics(OutputStream, Editor, Rectangle) - Method in class org.tigris.gef.base.CmdSavePS
 
saveGraphics(OutputStream, Editor, Rectangle) - Method in class org.tigris.gef.base.CmdSaveSVG
 
scale(double, double) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
scale(double, double) - Method in class org.tigris.gef.persistence.SVGWriter
 
scaleRect(Rectangle) - Method in class org.tigris.gef.base.Editor
 
scrollToShow(int, int) - Method in class org.tigris.gef.base.Editor
Scroll the JGraph so that the given point is visible.
scrollToShow(Fig) - Method in class org.tigris.gef.base.Editor
Scroll the JGraph so that the given Fig is entirely visible.
segmentAngle(Point, Point) - Static method in class org.tigris.gef.base.Geometry
Return the angle of the given line segment.
select(Fig) - Method in class org.tigris.gef.base.SelectionManager
 
select(Collection) - Method in class org.tigris.gef.base.SelectionManager
 
select(Fig) - Method in class org.tigris.gef.graph.presentation.JGraph
Add the given item to this Editor's selections.
select(Vector) - Method in class org.tigris.gef.graph.presentation.JGraph
Select a collection of Figs.
select(Object) - Method in class org.tigris.gef.properties.ui.TabPropFrame
 
selectByOwner(Object) - Method in class org.tigris.gef.graph.presentation.JGraph
Find the Fig that owns the given item and select it.
selectByOwnerOrFig(Object) - Method in class org.tigris.gef.graph.presentation.JGraph
Find Fig that owns the given item, or the item if it is a Fig, and select it.
selectByOwnerOrNoChange(Object) - Method in class org.tigris.gef.graph.presentation.JGraph
Add the Fig that owns the given item to this Editor's selections.
selectedFigs() - Method in class org.tigris.gef.graph.presentation.JGraph
reply a Vector of all selected Figs.
selectionChanged(GraphSelectionEvent) - Method in interface org.tigris.gef.event.GraphSelectionListener
 
selections() - Method in class org.tigris.gef.base.SelectionManager
 
sendBackward(Fig) - Method in class org.tigris.gef.base.Diagram
 
sendBackward(Fig) - Method in class org.tigris.gef.base.Layer
 
sendBackward(Fig) - Method in class org.tigris.gef.base.LayerDiagram
Reorder the given Fig in this layer.
sendBackward(Fig) - Method in class org.tigris.gef.base.LayerManager
See comments above, this message is passed to my active layer.
sendToBack(Fig) - Method in class org.tigris.gef.base.Diagram
 
sendToBack(Fig) - Method in class org.tigris.gef.base.Layer
Most Layers will contain things in back to front order, so I define empty reordering functions here.
sendToBack(Fig) - Method in class org.tigris.gef.base.LayerDiagram
Reorder the given Fig in this layer.
sendToBack(Fig) - Method in class org.tigris.gef.base.LayerManager
See comments above, this message is passed to my active layer.
setActiveLayer(Layer) - Method in class org.tigris.gef.base.LayerManager
Make one of my layers the active one.
setAddRelatedEdges(boolean) - Method in class org.tigris.gef.base.ModePlace
 
setAlwaysOnTop(boolean) - Method in class org.tigris.gef.base.Layer
 
setApplet(Applet) - Static method in class org.tigris.gef.base.Globals
If we are running as an applet, Store the Applet and AppletContext in a well known place.
setArg(String, Object) - Method in class org.tigris.gef.base.Cmd
Store the given argument under the given name.
setArg(String, Object) - Method in interface org.tigris.gef.base.Mode
 
setArg(String, Object) - Method in class org.tigris.gef.base.ModeImpl
 
setArgs(Hashtable) - Method in interface org.tigris.gef.base.Mode
 
setArgs(Hashtable) - Method in class org.tigris.gef.base.ModeImpl
 
setAsText(String) - Method in class org.tigris.gef.properties.ui.ColorEditor
 
setAsText(String) - Method in class org.tigris.gef.properties.ui.RectangleEditor
 
setAttributes(Attributes) - Method in class org.tigris.gef.persistence.XMLElement
Change the attributes for this element.
setAttrs(Fig, Attributes) - Method in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
setAttrs(Fig, Attributes) - Method in class org.tigris.gef.xml.svg.SVGParser
Deprecated.  
setAutoApply(boolean) - Method in class org.tigris.gef.properties.ui.PropSheet
 
setBackground(Color) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setBitsPerSecond(int) - Method in class org.tigris.gef.demo.EdgeData
 
setBody(String) - Method in class org.tigris.gef.ocl.TemplateRecord
 
setBusSpeedMHz(int) - Method in class org.tigris.gef.demo.NodeCPU
 
setCPUSpeedMhz(int) - Method in class org.tigris.gef.demo.NodeCPU
 
setCableType(String) - Method in class org.tigris.gef.demo.EdgeData
 
setCategory(String) - Method in class org.tigris.gef.properties.ui.PropSheetCategory
 
setClip(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setClip(Shape) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setClip(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
setClip(Shape) - Method in class org.tigris.gef.persistence.SVGWriter
 
setClosestPoint(Point) - Method in class org.tigris.gef.base.PathConv
 
setClosestPoint(Point) - Method in class org.tigris.gef.base.PathConvPercent
 
setClosestPoint(Point) - Method in class org.tigris.gef.base.PathConvPercentPlusConst
 
setColor(Color) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setColor(Color) - Method in class org.tigris.gef.persistence.SVGWriter
Set the current color for drawing operations.
setColor(Color) - Method in class org.tigris.gef.properties.ui.ColorPickerGrid
 
setColor(Color) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
Select the little rectangle for the given color, ONLY if it is one of the displayed colors.
setColorConversion(Color, Color) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setColorModel(ColorModel) - Method in class Acme.JPM.Encoders.ImageEncoder
 
setComments(String) - Method in class org.tigris.gef.base.Diagram
 
setComponentValue(PropertyDescriptor, Component) - Method in class org.tigris.gef.properties.ui.PropSheetCategory
Display the value of a given property
setComposite(Composite) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setConnectionConstrainer(ConnectionConstrainer) - Method in interface org.tigris.gef.graph.GraphModel
Set the rules dictating which ports are connectable by which edge
setConnectionConstrainer(ConnectionConstrainer) - Method in class org.tigris.gef.graph.MutableGraphSupport
Apply the object containing the ruleset for what edges and ports can connect in the graph
setCursor(Cursor) - Method in class org.tigris.gef.base.Editor
 
setCursor(Cursor) - Method in interface org.tigris.gef.base.FigModifyingMode
Set the mouse cursor to some appropriate for this mode.
setCursor(Cursor) - Method in class org.tigris.gef.base.FigModifyingModeImpl
Set the mouse cursor to some appropriate for this mode.
setDefaultSize(int, int) - Method in class org.tigris.gef.graph.presentation.JGraph
 
setDefaultSize(Dimension) - Method in class org.tigris.gef.graph.presentation.JGraph
 
setDestPort(NetPort) - Method in class org.tigris.gef.graph.presentation.NetEdge
 
setDiagram(Diagram) - Method in class org.tigris.gef.graph.presentation.JGraph
Set the Diagram that should be displayed by setting the GraphModel and Layer that the Editor is using.
setDiagramName(String) - Method in class org.tigris.gef.base.CmdPrint
 
setDimensions(int, int) - Method in class Acme.JPM.Encoders.ImageEncoder
 
setDocumentLocator(Locator) - Method in class org.tigris.gef.ocl.TemplateReader
 
setDrawingSize(int, int) - Method in class org.tigris.gef.graph.presentation.JGraph
 
setDrawingSize(Dimension) - Method in class org.tigris.gef.graph.presentation.JGraph
 
setEditor(Editor) - Method in interface org.tigris.gef.base.FigModifyingMode
Set the parent Editor of this Mode
setEditor(Editor) - Method in class org.tigris.gef.base.FigModifyingModeImpl
Set the parent Editor of this Mode
setEditor(Editor) - Method in class org.tigris.gef.base.LayerManager
 
setEditor(Editor) - Method in class org.tigris.gef.base.ModeManager
Set the parent Editor of this ModeManager
setElementsSelectable(boolean) - Method in class org.tigris.gef.base.Editor
Set's the selection flag for the Editor.
setEnable(boolean) - Method in class org.tigris.gef.properties.ui.RectangleEditor
 
setFont(Font) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setFont(Font) - Method in class org.tigris.gef.persistence.SVGWriter
 
setGraph(JGraph) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
setGraphController(GraphController) - Method in class org.tigris.gef.base.LayerPerspective
 
setGraphEdgeRenderer(GraphEdgeRenderer) - Method in class org.tigris.gef.base.Editor
 
setGraphEdgeRenderer(GraphEdgeRenderer) - Method in class org.tigris.gef.base.LayerPerspective
 
setGraphEdgeRenderer(GraphEdgeRenderer) - Method in class org.tigris.gef.graph.presentation.JGraph
Get and set the Renderer used to make FigEdges for edges in the GraphModel.
setGraphEdgeRenderer(GraphEdgeRenderer) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
setGraphModel(GraphModel) - Method in class org.tigris.gef.base.Diagram
 
setGraphModel(GraphModel) - Method in class org.tigris.gef.base.Editor
 
setGraphModel(GraphModel) - Method in class org.tigris.gef.base.LayerPerspective
 
setGraphModel(GraphModel) - Method in class org.tigris.gef.base.LayerPerspectiveMutable
 
setGraphModel(GraphModel) - Method in class org.tigris.gef.graph.presentation.JGraph
Set the GraphModel the Editor is using.
setGraphModel(GraphModel) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
setGraphNodeRenderer(GraphNodeRenderer) - Method in class org.tigris.gef.base.Editor
 
setGraphNodeRenderer(GraphNodeRenderer) - Method in class org.tigris.gef.base.LayerPerspective
 
setGraphNodeRenderer(GraphNodeRenderer) - Method in class org.tigris.gef.graph.presentation.JGraph
Get and set the Renderer used to make FigNodes for nodes in the GraphModel.
setGraphNodeRenderer(GraphNodeRenderer) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
setGrayed(boolean) - Method in class org.tigris.gef.base.Layer
 
setGridHidden(boolean) - Method in class org.tigris.gef.base.Editor
Set the hidden state of the Grid layer.
setGuide(Guide) - Method in class org.tigris.gef.base.Editor
 
setHandleColor(Color) - Method in class org.tigris.gef.base.Prefs
The color of the handles used to manipulate Fig's
setHasCDROM(boolean) - Method in class org.tigris.gef.demo.NodeCPU
 
setHasGroundProng(boolean) - Method in class org.tigris.gef.demo.EdgePower
 
setHidden(boolean) - Method in class org.tigris.gef.base.Layer
 
setHighlight(boolean) - Method in interface org.tigris.gef.graph.GraphEdgeHooks
 
setHighlight(boolean) - Method in interface org.tigris.gef.graph.GraphNodeHooks
 
setHighlight(boolean) - Method in interface org.tigris.gef.graph.GraphPortHooks
 
setHighlight(boolean) - Method in class org.tigris.gef.graph.presentation.NetPrimitive
 
setHighlight(boolean) - Method in interface org.tigris.gef.ui.Highlightable
 
setHighlightColor(Color) - Method in class org.tigris.gef.base.Prefs
The color of the highlight shown to draw the users attention
setHints(int) - Method in class Acme.JPM.Encoders.ImageEncoder
 
setInstance(UndoManager) - Static method in class org.tigris.gef.base.UndoManager
 
setJComponent(JComponent) - Method in class org.tigris.gef.base.Editor
 
setJMenuBar(JMenuBar) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
setLastDirectory(String) - Static method in class org.tigris.gef.base.Globals
 
setLayer(LayerPerspective) - Method in class org.tigris.gef.base.Diagram
 
setLocked(boolean) - Method in class org.tigris.gef.base.Layer
 
setLockedHandleColor(Color) - Method in class org.tigris.gef.base.Prefs
The color of the handles used to manipulate Fig's
setMaxVoltage(int) - Method in class org.tigris.gef.demo.EdgePower
 
setMegsOfRAM(int) - Method in class org.tigris.gef.demo.NodeCPU
 
setMessage(String) - Method in class org.tigris.gef.ui.Progress
Deprecated. Set the message text that describes the step that the long running task is currently on.
setModel(TableModel) - Method in class org.tigris.gef.ui.JSortedTable
 
setModel(TableModel) - Method in class org.tigris.gef.ui.TableMap
 
setModel(TableModel) - Method in class org.tigris.gef.ui.TableSorter
 
setMutableGraphModel(MutableGraphModel) - Method in class org.tigris.gef.base.LayerPerspectiveMutable
 
setName(String) - Method in class org.tigris.gef.base.Cmd
 
setName(String) - Method in class org.tigris.gef.base.Diagram
 
setName(String) - Method in class org.tigris.gef.base.Layer
 
setName(String) - Method in class org.tigris.gef.graph.presentation.NetList
 
setName(String) - Method in class org.tigris.gef.persistence.XMLElement
 
setNewEdge(Object) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
 
setOnMenu(boolean) - Method in class org.tigris.gef.base.Layer
 
setOwner(Object) - Method in class org.tigris.gef.demo.FigSampleNode
 
setOwner(Object) - Method in class org.tigris.gef.demo.FigSampleNode3
 
setOwnerAttr(Fig, Attributes) - Method in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
setOwnerAttr(Fig, Attributes) - Method in class org.tigris.gef.xml.svg.SVGParser
Deprecated.  
setOwnerInfo(String) - Method in class org.tigris.gef.demo.NodeCPU
 
setOwnerRegistry(Map) - Method in class org.tigris.gef.xml.svg.SVGParser
Deprecated.  
setPEColor(ColorEditor) - Method in class org.tigris.gef.properties.ui.ColorPickerGrid
 
setPageSize(Dimension) - Method in class org.tigris.gef.base.LayerPageBreaks
Set the size of the page in pixels.
setPaint(Paint) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setPaintActiveOnly(boolean) - Method in class org.tigris.gef.base.LayerManager
 
setPaintButtons(boolean) - Method in class org.tigris.gef.base.SelectionButtons
 
setPaintLayers(boolean) - Method in class org.tigris.gef.base.LayerManager
 
setPaintMode() - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setPaintMode() - Method in class org.tigris.gef.persistence.SVGWriter
 
setPercentOffset(int, int) - Method in class org.tigris.gef.base.PathConvPercent
 
setPercentOffset(int, int) - Method in class org.tigris.gef.base.PathConvPercentPlusConst
 
setPerspectiveType(String) - Method in class org.tigris.gef.base.Layer
 
setPixels(int, int, int, int, ColorModel, byte[], int, int) - Method in class Acme.JPM.Encoders.ImageEncoder
 
setPixels(int, int, int, int, ColorModel, int[], int, int) - Method in class Acme.JPM.Encoders.ImageEncoder
 
setPopupMenu(JPopupMenu) - Method in class org.tigris.gef.base.Editor
 
setPorts(Vector) - Method in class org.tigris.gef.graph.presentation.NetEdge
 
setPorts(List) - Method in class org.tigris.gef.graph.presentation.NetNode
 
setPressedButton(int) - Method in class org.tigris.gef.base.SelectionButtons
 
setPrintBackground(boolean) - Method in class org.tigris.gef.base.Prefs
 
setPrintGrid(boolean) - Method in class org.tigris.gef.base.Prefs
 
setPrintPageNumbers(boolean) - Method in class org.tigris.gef.base.CmdPrint
 
setPrivateData(String) - Method in class org.tigris.gef.demo.FigSampleNode
 
setProperties(Hashtable) - Method in class Acme.JPM.Encoders.ImageEncoder
 
setPropertiesFont(Font) - Method in class org.tigris.gef.properties.ui.PropSheet
 
setQfactor(int) - Method in class Acme.JPM.Encoders.JpegEncoder
 
setRedrawTimeThreshold(long) - Method in class org.tigris.gef.base.Prefs
if the time between redraws gets longer than this threshold, then switch to a faster redrawing method, at the expense of quality and/or flicker
setRenderingHint(RenderingHints.Key, Object) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setRenderingHints(Map) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setResource(String) - Method in class org.tigris.gef.base.Cmd
Set a new resource as basis for the localization of this command.
setSaveAction(Action) - Static method in class org.tigris.gef.graph.MutableGraphSupport
 
setScale(double) - Method in class org.tigris.gef.base.Diagram
 
setScale(double) - Method in class org.tigris.gef.base.Editor
Set this Editor's drawing scale.
setScale(double) - Method in class org.tigris.gef.base.Layer
 
setScale(double) - Method in class org.tigris.gef.base.LayerManager
 
setSelection(Object) - Method in class org.tigris.gef.properties.ui.PropSheet
 
setSelectionIndex(int) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
 
setShouldPaint(boolean) - Method in class org.tigris.gef.base.Editor
 
setShowFigTips(boolean) - Static method in class org.tigris.gef.base.Globals
 
setShowSingleMultiplicity(boolean) - Method in class org.tigris.gef.base.Diagram
 
setSourceFigNode(FigNode) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
 
setSourcePort(NetPort) - Method in class org.tigris.gef.graph.presentation.NetEdge
 
setStartPort(Object) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
 
setStartPortFig(Fig) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
 
setStats(boolean) - Method in class org.tigris.gef.persistence.SAXParserBase
 
setStatusBar(IStatusBar) - Static method in class org.tigris.gef.base.Globals
Sets the place where status messages will be written.
setSticky(boolean) - Static method in class org.tigris.gef.base.Globals
Set whether the next global mode should remain as the next global mode even after it has been given to one editor.
setStream(OutputStream) - Method in class org.tigris.gef.base.CmdSaveGraphics
Set the outputStream argument.
setStroke(Stroke) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setSystemId(String) - Method in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
setTabName(String) - Method in class org.tigris.gef.properties.ui.PropSheet
 
setText(String) - Method in class org.tigris.gef.persistence.XMLElement
 
setToolBar(ToolBar) - Method in class org.tigris.gef.base.Diagram
 
setToolBar(ToolBar) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
setTransform(AffineTransform) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setTryOffScreen(boolean) - Method in class org.tigris.gef.base.Prefs
Should off screen images be used to reduce flicker? This is not the default behavior because some (beta) versions of WWW browsers do not handle off screen images well.
setUnderMouse(MouseEvent) - Method in class org.tigris.gef.base.Editor
Find the Fig under the mouse, and the node it represents, if any
setUpMenus() - Method in class org.tigris.gef.graph.presentation.JGraphFrame
Set up the menus and keystrokes for menu items.
setValue(Object) - Method in class org.tigris.gef.properties.ui.ColorEditor
 
setValue(Object) - Method in class org.tigris.gef.properties.ui.RectangleEditor
 
setValueAt(Object, int, int) - Method in class org.tigris.gef.ui.TableMap
 
setValueAt(Object, int, int) - Method in class org.tigris.gef.ui.TableSorter
 
setViewPosition(Point) - Method in class org.tigris.gef.graph.presentation.JGraph
Set the position of the editor's scrollpane.
setVisible(boolean) - Method in class org.tigris.gef.graph.presentation.JGraph
When the JGraph is hidden, hide its internal pane
setVisible(boolean) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
setVisible(boolean) - Method in class org.tigris.gef.properties.ui.PropSheet
 
setVisible(boolean) - Method in class org.tigris.gef.properties.ui.TabPropFrame
 
setVoltage(int) - Method in class org.tigris.gef.demo.EdgePower
 
setXORMode(Color) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
setXORMode(Color) - Method in class org.tigris.gef.persistence.SVGWriter
 
setcontent(Fig) - Method in class org.tigris.gef.base.Selection
 
setup(FigNode, Object, int, int, boolean) - Method in class org.tigris.gef.base.ModeCreateEdgeAndNode
 
setupWindows() - Method in class org.tigris.gef.demo.EquipmentApplet
 
shear(double, double) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
shouldBeEnabled() - Method in class org.tigris.gef.base.Cmd
Return true if this action should be available to the user.
shouldPaint() - Method in class org.tigris.gef.base.Editor
 
shouldPaintOffScreen() - Method in class org.tigris.gef.base.Prefs
Determine if the next redraw should be done on screen or offscreen.
shouldShow(Object) - Method in class org.tigris.gef.base.LayerPerspective
Test to determine if a given NetNode should have a FigNode in this layer.
show(PropertyDescriptor) - Method in class org.tigris.gef.properties.ui.PropSheetCategory
 
showDocument(URL) - Static method in class org.tigris.gef.base.Globals
If we are running as an applet, ask the browser to display the given URL.
showDocument(URL, String) - Static method in class org.tigris.gef.base.Globals
If we are running as an applet, ask the browser to display the given URL.
showDocument(String) - Static method in class org.tigris.gef.base.Globals
If we are running as an applet, ask the browser to display the given URL.
showPopup(MouseEvent) - Method in class org.tigris.gef.base.ModePopup
 
showSelection(Graphics) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
Draw a black or white hollow rectangle to indicate which color the user selected.
showStatus(String) - Static method in class org.tigris.gef.base.Globals
Show a string on the some status bar, or print a message on the console.
showStatus(String) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
Show a message in the statusbar.
showStatus(String) - Method in interface org.tigris.gef.ui.IStatusBar
 
shuttlesort(int[], int[], int, int) - Method in class org.tigris.gef.ui.TableSorter
 
size() - Method in class Acme.IntHashtable
 
size() - Method in class org.tigris.gef.base.SelectionManager
Reply the number of selected Fig's.
snap(Point) - Method in class org.tigris.gef.base.Editor
Modify the given point to be on the guideline (In this case, a gridline).
snap(Point) - Method in class org.tigris.gef.base.Guide
Modify the given point to satisfy guide conditions (e.g.
snap(Point) - Method in class org.tigris.gef.base.GuideGrid
Modify the given point to be on the guideline (In this case, a gridline)
snapTo(Point) - Method in class org.tigris.gef.base.Guide
Return a NEW Point that is close to p and on the guideline (e.g., gridline).
someFrame() - Static method in class org.tigris.gef.base.Globals
Return an exisiting instance of class Frame.
sort(Object) - Method in class org.tigris.gef.ui.TableSorter
 
sortByColumn(int) - Method in class org.tigris.gef.ui.TableSorter
 
sortByColumn(int, boolean) - Method in class org.tigris.gef.ui.TableSorter
 
south - Variable in class org.tigris.gef.demo.SampleNode
 
spacing(int) - Method in class org.tigris.gef.base.LayerPolar
Set the spacing between lines
start() - Method in interface org.tigris.gef.base.Mode
 
start() - Method in class org.tigris.gef.base.ModeImpl
When the user performs the first AWT Event that indicate that they want to do some work in this mode, then change the global next mode.
start() - Method in class org.tigris.gef.demo.BroomStudy
 
start() - Method in class org.tigris.gef.demo.EquipmentApplet
Part of the required Applet API.
start() - Method in class org.tigris.gef.demo.FlexibleApplet
Part of the required Applet API.
startDocument() - Method in class org.tigris.gef.ocl.TemplateReader
 
startDrag() - Method in class org.tigris.gef.base.SelectionManager
 
startElement(String, String, String, Attributes) - Method in class org.tigris.gef.ocl.TemplateReader
 
startElement(String, String, String, Attributes) - Method in class org.tigris.gef.persistence.SAXParserBase
 
startElement(String, String, String, Attributes) - Method in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
startElement(String, Attributes) - Method in class org.tigris.gef.xml.svg.SVGParser
Deprecated.  
startPropertySheet() - Static method in class org.tigris.gef.base.Globals
Open the property sheet.
stateChanged(ChangeEvent) - Method in class org.tigris.gef.properties.ui.TabPropFrame
 
stop() - Method in class org.tigris.gef.demo.EquipmentApplet
Part of the required Applet API.
stop() - Method in class org.tigris.gef.demo.FlexibleApplet
Part of the required Applet API.
stopDrag() - Method in class org.tigris.gef.base.SelectionManager
 
store(PropertyDescriptor, Object) - Method in class org.tigris.gef.properties.ui.PropSheet
When the user changes a value in a widget, record that fact until the next apply (which may be done immeadiatly).
stripJunk(String) - Static method in class org.tigris.gef.util.Util
 
stuffBounds(Rectangle) - Method in class org.tigris.gef.base.Selection
Returns my bounding box in the given Rectangle.
stuffPoint(Point) - Method in class org.tigris.gef.base.PathConv
 
stuffPoint(Point) - Method in class org.tigris.gef.base.PathConvPercent
 
stuffPoint(Point) - Method in class org.tigris.gef.base.PathConvPercentPlusConst
 
supportsCustomEditor() - Method in class org.tigris.gef.properties.ui.ColorEditor
 
supportsCustomEditor() - Method in class org.tigris.gef.properties.ui.RectangleEditor
 
swap(Vector, int, int) - Method in class org.tigris.gef.base.CmdDistribute
 
swap(int, int) - Method in class org.tigris.gef.ui.TableSorter
 
switchCurrentLocale(Locale) - Static method in class org.tigris.gef.util.Localizer
The method changes the current locale to the given one.
systemId - Variable in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  

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 _