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 _

D

DASH_LENGTH - Variable in class org.tigris.gef.base.LayerPageBreaks
The size of the dashes drawn when the Fig is dashed.
DBG - Static variable in class org.tigris.gef.persistence.SAXParserBase
Switching this to true gives some extra logging messages.
DEFAULT_EDGE_CLASS - Static variable in class org.tigris.gef.graph.presentation.NetPort
 
DEFAULT_EDGE_STATE - Static variable in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
DEFAULT_NODE_CLASS - Static variable in class org.tigris.gef.base.CmdCreateNode
 
DEFAULT_NODE_STATE - Static variable in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
DEFAULT_STATE - Static variable in class org.tigris.gef.xml.pgml.PGMLParser
Deprecated.  
DIR - Static variable in class org.tigris.gef.base.CmdSelectNext
 
DIR_NEXT - Static variable in class org.tigris.gef.base.CmdSelectNext
 
DIR_PREV - Static variable in class org.tigris.gef.base.CmdSelectNext
 
DOWN - Static variable in class org.tigris.gef.base.CmdNudge
 
DOWN - Static variable in class org.tigris.gef.base.CmdScroll
 
DOWN - Static variable in class org.tigris.gef.base.CmdSelectNear
 
DefaultGraphEdgeRenderer - class org.tigris.gef.graph.presentation.DefaultGraphEdgeRenderer.
An interface for FigEdge factories.
DefaultGraphEdgeRenderer() - Constructor for class org.tigris.gef.graph.presentation.DefaultGraphEdgeRenderer
 
DefaultGraphModel - class org.tigris.gef.graph.presentation.DefaultGraphModel.
This interface provides a facade to a net-level representation.
DefaultGraphModel() - Constructor for class org.tigris.gef.graph.presentation.DefaultGraphModel
 
DefaultGraphModel(ConnectionConstrainer) - Constructor for class org.tigris.gef.graph.presentation.DefaultGraphModel
 
DefaultGraphModel(NetList) - Constructor for class org.tigris.gef.graph.presentation.DefaultGraphModel
 
DefaultGraphNodeRenderer - class org.tigris.gef.graph.presentation.DefaultGraphNodeRenderer.
An interface for FigNode factories.
DefaultGraphNodeRenderer() - Constructor for class org.tigris.gef.graph.presentation.DefaultGraphNodeRenderer
 
Diagram - class org.tigris.gef.base.Diagram.
A diagram is just combination of a GraphModel, a Layer, and a title.
Diagram() - Constructor for class org.tigris.gef.base.Diagram
 
Diagram(String) - Constructor for class org.tigris.gef.base.Diagram
 
Diagram(String, GraphModel) - Constructor for class org.tigris.gef.base.Diagram
 
Diagram(String, GraphModel, LayerPerspective) - Constructor for class org.tigris.gef.base.Diagram
 
damage() - Method in class org.tigris.gef.base.Selection
This selection object needs to be redrawn, register its damaged area within the given Editor
damage() - Method in class org.tigris.gef.base.SelectionManager
When the SelectionManager is damageAll, that implies that each Selection should be damageAll.
damageAll() - Method in class org.tigris.gef.base.Editor
Mark the entire visible area of this Editor as damageAll.
damageAll() - Method in class org.tigris.gef.base.Layer
A Fig in this Layer has changed state and needs to be redrawn.
damaged(Rectangle) - Method in class org.tigris.gef.base.Editor
Calling any one of the following damageAll() methods adds a damageAll region (rectangle) that will be redrawn asap.
damaged(int, int, int, int) - Method in class org.tigris.gef.base.Editor
Calling any one of the following damageAll() methods adds a damageAll region (rectangle) that will be redrawn asap.
damaged(Selection) - Method in class org.tigris.gef.base.Editor
This method will take the current scale into account
damaged(Fig) - Method in class org.tigris.gef.base.Editor
 
dbgString() - Method in class org.tigris.gef.base.CmdSequence
 
defaultEdgeClass(NetPort) - Method in class org.tigris.gef.demo.PortData
If the user starts draggin on this port, he will create a new EdgeData.
defaultEdgeClass(NetPort) - Method in class org.tigris.gef.demo.PortPower
 
defaultEdgeClass(NetPort) - Method in class org.tigris.gef.demo.SamplePort
 
defaultEdgeClass(NetPort) - Method in class org.tigris.gef.demo.SamplePort2
 
defaultEdgeClass(NetPort) - Method in class org.tigris.gef.graph.presentation.NetPort
reply the java Class to be used to make new arcs.
defaultMode() - Static method in class org.tigris.gef.base.Globals
What mode should Editor's go into if the Palette is not requesting a specific mode?
defaultStatus - Static variable in class org.tigris.gef.base.Globals
String to display when nothing important is being displayed.
defineButtons() - Method in class org.tigris.gef.demo.EquipmentPalette
Define a button to make for the Example application
defineButtons() - Method in class org.tigris.gef.demo.SamplePalette
Define a button to make for the Example application
defineButtons() - Method in class org.tigris.gef.ui.PaletteFig
Defined the buttons in this palette.
defineLayers(GraphModel, Layer) - Method in class org.tigris.gef.base.Editor
 
delete() - Method in class org.tigris.gef.base.Selection
If the selection is being deleted, the selected object must be deleted also.
deleteFromModel() - Method in class org.tigris.gef.base.SelectionManager
When a multiple selection are deleted, each selection is deleted
deleteFromModel() - Method in interface org.tigris.gef.graph.GraphEdgeHooks
 
deleteFromModel() - Method in interface org.tigris.gef.graph.GraphNodeHooks
 
deleteFromModel() - Method in interface org.tigris.gef.graph.GraphPortHooks
 
deleteFromModel() - Method in class org.tigris.gef.graph.presentation.NetEdge
Remove this NetEdge from the underlying connected graph model.
deleteFromModel() - Method in class org.tigris.gef.graph.presentation.NetNode
Remove this node from the underling connected graph model.
deleteFromModel() - Method in class org.tigris.gef.graph.presentation.NetPort
Remove this port from the underlying connected graph model and dispose all arcs connected to it.
deleted(Fig) - Method in class org.tigris.gef.base.Layer
A Fig in this Layer has been deleted.
deselect(Fig) - Method in class org.tigris.gef.base.SelectionManager
Deselect the given Fig
deselect(Fig) - Method in class org.tigris.gef.graph.presentation.JGraph
Remove the given item from this editors selections.
deselectAll() - Method in class org.tigris.gef.base.SelectionManager
 
deselectAll() - Method in class org.tigris.gef.graph.presentation.JGraph
Deslect everything that is currently selected.
destroy() - Method in class org.tigris.gef.demo.EquipmentApplet
When the user closes this window try to free up as many objects as possible.
destroy() - Method in class org.tigris.gef.demo.FlexibleApplet
When the user closes this window try to free up as many objects as possible.
direction - Variable in class org.tigris.gef.base.CmdAlign
Specification of the type of alignment requested
dispose() - Method in class org.tigris.gef.base.Selection
 
dispose() - Method in class org.tigris.gef.base.SelectionManager
When a multiple selection are deleted, each selection is deleted
dispose() - Method in class org.tigris.gef.persistence.PostscriptWriter
 
dispose() - Method in class org.tigris.gef.persistence.SVGWriter
 
dist(int, int) - Method in class org.tigris.gef.base.LayerPolar
return the integer distance between a given point and the origin
doDistibute(boolean, boolean) - Method in class org.tigris.gef.base.ModeBroom
 
doIt() - Method in class org.tigris.gef.base.Cmd
Perform whatever Cmd this Cmd is meant to do.
doIt() - Method in class org.tigris.gef.base.CmdAdjustGrid
 
doIt() - Method in class org.tigris.gef.base.CmdAdjustGuide
 
doIt() - Method in class org.tigris.gef.base.CmdAdjustPageBreaks
 
doIt() - Method in class org.tigris.gef.base.CmdAlign
 
doIt() - Method in class org.tigris.gef.base.CmdCopy
 
doIt() - Method in class org.tigris.gef.base.CmdCreateNode
Actually instanciate the NetNode and FigNode objects and set the global next mode to ModePlace
doIt() - Method in class org.tigris.gef.base.CmdCut
 
doIt() - Method in class org.tigris.gef.base.CmdDeleteFromModel
 
doIt() - Method in class org.tigris.gef.base.CmdDistribute
 
doIt() - Method in class org.tigris.gef.base.CmdExit
 
doIt() - Method in class org.tigris.gef.base.CmdGroup
 
doIt() - Method in class org.tigris.gef.base.CmdInsertPoint
Ask the current editor's selected Fig to Insert a point.
doIt() - Method in class org.tigris.gef.base.CmdNudge
Move the selected items a few pixels in the given direction.
doIt() - Method in class org.tigris.gef.base.CmdNull
Do nothing
doIt() - Method in class org.tigris.gef.base.CmdOpen
 
doIt() - Method in class org.tigris.gef.base.CmdOpenPGML
 
doIt() - Method in class org.tigris.gef.base.CmdOpenSVG
 
doIt() - Method in class org.tigris.gef.base.CmdOpenWindow
 
doIt() - Method in class org.tigris.gef.base.CmdPaste
 
doIt() - Method in class org.tigris.gef.base.CmdPrint
 
doIt() - Method in class org.tigris.gef.base.CmdPrintPageSetup
 
doIt() - Method in class org.tigris.gef.base.CmdRemoveFromGraph
Tell the selected Figs to remove themselves from the the diagram it is in (and thus all editors).
doIt() - Method in class org.tigris.gef.base.CmdRemovePoint
Ask the current editor's selected Fig to remove its point.
doIt() - Method in class org.tigris.gef.base.CmdReorder
 
doIt() - Method in class org.tigris.gef.base.CmdSave
 
doIt() - Method in class org.tigris.gef.base.CmdSaveGraphics
Write the diagram contained by the current editor into an OutputStream as a GIF image.
doIt() - Method in class org.tigris.gef.base.CmdSavePGML
 
doIt() - Method in class org.tigris.gef.base.CmdScroll
Scroll the view of the current editor in the given direction.
doIt() - Method in class org.tigris.gef.base.CmdSelectAll
 
doIt() - Method in class org.tigris.gef.base.CmdSelectInvert
 
doIt() - Method in class org.tigris.gef.base.CmdSelectNear
Move the selected items a few pixels in the given direction.
doIt() - Method in class org.tigris.gef.base.CmdSelectNext
 
doIt() - Method in class org.tigris.gef.base.CmdSequence
Call the undoIt method of each subCmd.
doIt() - Method in class org.tigris.gef.base.CmdSetMode
 
doIt() - Method in class org.tigris.gef.base.CmdShowProperties
 
doIt() - Method in class org.tigris.gef.base.CmdShowURL
Translate all selected Fig's in the current editor.
doIt() - Method in class org.tigris.gef.base.CmdSpawn
 
doIt() - Method in class org.tigris.gef.base.CmdUngroup
 
doIt() - Method in class org.tigris.gef.base.CmdUseReshape
 
doIt() - Method in class org.tigris.gef.base.CmdUseResize
 
doIt() - Method in class org.tigris.gef.base.CmdUseRotate
 
doIt() - Method in class org.tigris.gef.base.CmdZoom
Adjust the scale factor of the current editor.
doPageSetup() - Method in class org.tigris.gef.base.CmdPrint
 
document() - Method in class org.tigris.gef.base.Editor
Get and set document being edited.
document(Object) - Method in class org.tigris.gef.base.Editor
 
done() - Method in class org.tigris.gef.base.FigModifyingModeImpl
 
done() - Method in interface org.tigris.gef.base.Mode
 
done() - Method in class org.tigris.gef.base.ModeCreateEdgeAndNode
 
done() - Method in class org.tigris.gef.base.ModeCreatePolyEdge
 
done() - Method in class org.tigris.gef.base.ModeImpl
When a Mode handles a certain event that indicates that the user wants to exit that Mode (e.g., a mouse up event after a drag in ModeCreateEdge) the Mode calls done to make switching to another Mode possible.
done() - Method in class org.tigris.gef.base.ModeModify
 
done() - Method in class org.tigris.gef.base.ModePlace
 
dots - Static variable in class org.tigris.gef.properties.ui.PropSheetCategory
 
drag(int, int) - Method in class org.tigris.gef.base.SelectionManager
 
dragHandle(int, int, int, int, Handle) - Method in class org.tigris.gef.base.Selection
Move one of the handles of a selected Fig.
dragHandle(int, int, int, int, Handle) - Method in class org.tigris.gef.base.SelectionLowerRight
Change some attribute of the selected Fig when the user drags one of its handles.
dragHandle(int, int, int, int, Handle) - Method in class org.tigris.gef.base.SelectionManager
If only one thing is selected, then it is possible to mouse on one of its handles, but if Manager things are selected, users can only drag the objects around
dragHandle(int, int, int, int, Handle) - Method in class org.tigris.gef.base.SelectionMove
SelectionMove is used when there are no handles, so dragHandle does nothing.
dragHandle(int, int, int, int, Handle) - Method in class org.tigris.gef.base.SelectionNoop
SelectionNoop is used when there are no handles, so dragHandle does nothing.
dragHandle(int, int, int, int, Handle) - Method in class org.tigris.gef.base.SelectionReshape
Change some attribute of the selected Fig when the user drags one of its handles.
dragHandle(int, int, int, int, Handle) - Method in class org.tigris.gef.base.SelectionResize
Change some attribute of the selected Fig when the user drags one of its handles.
dragHandle(int, int, int, int, Handle) - Method in class org.tigris.gef.base.SelectionRotate
Rotate the Fig when the user drags the roataion handle(s).
dragNode(Object) - Method in interface org.tigris.gef.graph.MutableGraphModel
Create a new node based on the given node and add it to the graph
dragNode(Object) - Method in class org.tigris.gef.graph.MutableGraphSupport
Create a new node based on the given one and add it to the graph.
dragNode(Object) - Method in class org.tigris.gef.graph.presentation.DefaultGraphModel
 
draw(Shape) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawArc(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawArc(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawDashedLine(Graphics, int, int, int, int, int) - Method in class org.tigris.gef.base.LayerPageBreaks
 
drawGlyphVector(GlyphVector, float, float) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(Image, int, int, ImageObserver) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(Image, AffineTransform, ImageObserver) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawImage(Image, int, int, ImageObserver) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawImage(Image, int, int, Color, ImageObserver) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawLine(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawLine(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawOval(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawOval(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawPolygon(int[], int[], int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawPolygon(Polygon) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawPolygon(int[], int[], int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawPolygon(Polygon) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawPolyline(int[], int[], int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawPolyline(int[], int[], int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawRect(int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawRect(int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawRoundRect(int, int, int, int, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawString(String, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawString(AttributedCharacterIterator, int, int) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawString(AttributedCharacterIterator, float, float) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawString(String, float, float) - Method in class org.tigris.gef.persistence.PostscriptWriter
 
drawString(String, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
Draw a string at a given position.
drawString(AttributedCharacterIterator, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawString(CharacterIterator, int, int) - Method in class org.tigris.gef.persistence.SVGWriter
 
drawingSizeChanged(Dimension) - Method in class org.tigris.gef.base.Editor
This method is called when the Editor is notified that the drawing panel's natural size has changed, typically because a new diagram has been set.

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 _