Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
_
P
paint(Graphics)
- Method in class org.tigris.gef.base.
Editor
Paints the graphs nodes by calling paint() on layers, selections, and mode.
paint(Graphics)
- Method in interface org.tigris.gef.base.
FigModifyingMode
Modes can paint themselves to give the user feedback.
paint(Graphics)
- Method in class org.tigris.gef.base.
FigModifyingModeImpl
Modes can paint themselves to give the user feedback.
paint(Graphics)
- Method in class org.tigris.gef.base.
Layer
Paint this Layer on the given Graphics.
paint(Graphics, FigPainter)
- Method in class org.tigris.gef.base.
Layer
Paint this Layer on the given Graphics using the given FigPainter.
paint(Graphics)
- Method in class org.tigris.gef.base.
LayerManager
Paint the contents of this LayerManager by painting all layers.
paint(Graphics, FigPainter)
- Method in class org.tigris.gef.base.
LayerManager
Paint the contents of this LayerManager using a given painter by painting all layers.
paint(Graphics)
- Method in class org.tigris.gef.base.
ModeBroom
Paint this mode by painting the selection rectangle if appropriate.
paint(Graphics)
- Method in class org.tigris.gef.base.
ModeCreate
Paint this mode by painting the new item.
paint(Graphics)
- Method in class org.tigris.gef.base.
ModeManager
Paint each mode in the stack: bottom to top.
paint(Graphics)
- Method in class org.tigris.gef.base.
ModeModify
paint(Graphics)
- Method in class org.tigris.gef.base.
ModePlace
Paint the FigNode being dragged around.
paint(Graphics)
- Method in class org.tigris.gef.base.
ModeSelect
Paint this mode by painting the selection rectangle if appropriate.
paint(Graphics)
- Method in class org.tigris.gef.base.
Selection
Abstract method to display the selection handleds.
paint(Graphics)
- Method in class org.tigris.gef.base.
SelectionLowerRight
Paint the handles at the four corners and midway along each edge of the bounding box.
paint(Graphics)
- Method in class org.tigris.gef.base.
SelectionManager
Paint all selection objects
paint(Graphics)
- Method in class org.tigris.gef.base.
SelectionMove
Paint the selection.
paint(Graphics)
- Method in class org.tigris.gef.base.
SelectionNoop
Paint the selection.
paint(Graphics)
- Method in class org.tigris.gef.base.
SelectionReshape
Paint the handles at the four corners and midway along each edge of the bounding box.
paint(Graphics)
- Method in class org.tigris.gef.base.
SelectionResize
Paint the handles at the four corners and midway along each edge of the bounding box.
paint(Graphics)
- Method in class org.tigris.gef.base.
SelectionRotate
Paint the selection.
paint(Graphics, Point, Point)
- Method in class org.tigris.gef.presentation.
ArrowHead
paint(Graphics, Point, Point)
- Method in class org.tigris.gef.presentation.
ArrowHeadComposite
paint(Graphics, Point, Point)
- Method in class org.tigris.gef.presentation.
ArrowHeadDiamond
paint(Graphics, Point, Point)
- Method in class org.tigris.gef.presentation.
ArrowHeadGreater
paint(Graphics, Point, Point)
- Method in class org.tigris.gef.presentation.
ArrowHeadHalfTriangle
paint(Graphics, Point, Point)
- Method in class org.tigris.gef.presentation.
ArrowHeadNone
paint(Graphics, Point, Point)
- Method in class org.tigris.gef.presentation.
ArrowHeadQualifier
paint(Graphics, Point, Point)
- Method in class org.tigris.gef.presentation.
ArrowHeadTriangle
paint(Graphics)
- Method in class org.tigris.gef.presentation.
Fig
Method to paint this Fig.
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigCircle
Draw this FigCircle.
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigCube
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigDiamond
Paint this FigRect
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigEdge
Paint this FigEdge.
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigEdgeLine
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigEdgePoly
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigGroup
Paint all the Figs in this group.
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigImage
Paint this FigImage on the given Graphics.
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigLine
Paint this line object.
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigNode
Paints the FigNode to the given Graphics.
paint(Graphics, Fig)
- Method in interface org.tigris.gef.presentation.
FigPainter
Paint Fig f into Graphics g, allowing the figure to be modified according to the current context.
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigPoly
Paint the FigPoly on the given Graphics
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigRect
Paint this FigRect
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigRRect
Paint this FigRRect
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigSpline
paint(Graphics)
- Method in class org.tigris.gef.presentation.
FigText
Paint the FigText.
paint(Graphics)
- Method in class org.tigris.gef.properties.ui.
ColorEditor
paint(Graphics)
- Method in class org.tigris.gef.properties.ui.
ColorTilePanel
paint(Graphics)
- Method in class org.tigris.gef.ui.
Progress
Repaint the progress bar.
paintArrowHeads(Graphics)
- Method in class org.tigris.gef.presentation.
FigEdge
Paint ArrowHeads on this FigEdge.
paintAtHead(Graphics, Fig)
- Method in class org.tigris.gef.presentation.
ArrowHead
paintAtHead(Graphics, Fig)
- Method in class org.tigris.gef.presentation.
ArrowHeadComposite
paintAtTail(Graphics, Fig)
- Method in class org.tigris.gef.presentation.
ArrowHead
paintAtTail(Graphics, Fig)
- Method in class org.tigris.gef.presentation.
ArrowHeadComposite
paintBar()
- Method in class org.tigris.gef.ui.
Progress
Paint the progress bar and percent complete text.
paintContents(Graphics, FigPainter)
- Method in class org.tigris.gef.base.
Layer
Method to paint the contents of this layer using a given painter.
paintContents(Graphics)
- Method in class org.tigris.gef.base.
Layer
Abstract method to paint the contents of this layer, subclasses must define this.
paintContents(Graphics)
- Method in class org.tigris.gef.base.
LayerDiagram
Paint all the Fig's that belong to this layer.
paintContents(Graphics, FigPainter)
- Method in class org.tigris.gef.base.
LayerDiagram
Paint all the Fig's that belong to this layer using a given FigPainter.
paintContents(Graphics)
- Method in class org.tigris.gef.base.
LayerGrid
Paint the grid lines or dots by repeatedly bitblting a precomputed 'stamp' onto the given Graphics
paintContents(Graphics)
- Method in class org.tigris.gef.base.
LayerPageBreaks
Paint the PageBreaks lines or dots by repeatedly bitblting a precomputed 'stamp' onto the given Graphics
paintContents(Graphics)
- Method in class org.tigris.gef.base.
LayerPolar
Paint concentric circles around the origin with each circle a certain spacing from the previous one
paintDots(Graphics, boolean)
- Method in class org.tigris.gef.base.
LayerGrid
Paint dots on the given Graphics.
paintGrayContents(Graphics)
- Method in class org.tigris.gef.base.
Layer
Paint the contents in a dimmed, demphasized way.
paintHighlightLine(Graphics, int, int, int, int)
- Method in class org.tigris.gef.presentation.
FigEdge
paintIcon(Component, Graphics, int, int)
- Method in class org.tigris.gef.ui.
Swatch
paintPathItems(Graphics)
- Method in class org.tigris.gef.presentation.
FigEdge
Paint any labels that are located relative to this FigEdge.
paintTile(Graphics, int)
- Method in class org.tigris.gef.properties.ui.
ColorTilePanel
paintValue(Graphics, Rectangle)
- Method in class org.tigris.gef.properties.ui.
ColorEditor
paintValue(Graphics, Rectangle)
- Method in class org.tigris.gef.properties.ui.
RectangleEditor
PaletteFig
- Class in
org.tigris.gef.ui
A Palette that defines buttons to create lines, rectangles, rounded rectangles, circles, and text.
PaletteFig()
- Constructor for class org.tigris.gef.ui.
PaletteFig
parse(InputStream)
- Method in class org.tigris.gef.persistence.
SAXParserBase
parseColor(String, Color)
- Method in class org.tigris.gef.xml.svg.
SVGParser
parseDynObjects(String)
- Method in class org.tigris.gef.presentation.
FigGroup
Empty method.
parseParams(Applet)
- Static method in class org.tigris.gef.demo.
EquipmentApplet
parseParams(Applet)
- Static method in class org.tigris.gef.demo.
FlexibleApplet
parseStyle(String, String)
- Method in class org.tigris.gef.xml.svg.
SVGParser
This method parses the 'style' attribute for a particular field
pastable
- Static variable in class org.tigris.gef.base.
Globals
PathConv
- Class in
org.tigris.gef.base
Abstract class that defines a common interface to all of path-to-coord mapping objects.
PathConv(Fig)
- Constructor for class org.tigris.gef.base.
PathConv
PathConvPercent
- Class in
org.tigris.gef.base
Used to place labels as specific positions along a FigEdge.
PathConvPercent(Fig, int, int)
- Constructor for class org.tigris.gef.base.
PathConvPercent
PathConvPercentPlusConst
- Class in
org.tigris.gef.base
Used to place labels as specific positions along a FigEdge.
PathConvPercentPlusConst(Fig, int, int, int)
- Constructor for class org.tigris.gef.base.
PathConvPercentPlusConst
pBITS_PER_SECOND
- Static variable in class org.tigris.gef.demo.
EdgeData
pBUS_SPEED_MHZ
- Static variable in class org.tigris.gef.demo.
NodeCPU
pCABLE_TYPE
- Static variable in class org.tigris.gef.demo.
EdgeData
pCPU_SPEED_MHZ
- Static variable in class org.tigris.gef.demo.
NodeCPU
percentComplete()
- Method in class org.tigris.gef.ui.
Progress
Returns percentage of total work done so far, as an integer in the range 0..100
PGMLParser
- Class in
org.tigris.gef.xml.pgml
PGMLParser(Map)
- Constructor for class org.tigris.gef.xml.pgml.
PGMLParser
pHAS_CD_ROM
- Static variable in class org.tigris.gef.demo.
NodeCPU
pixelsComplete()
- Method in class org.tigris.gef.ui.
Progress
Returns the proper size of the progress bar in pixels.
pMEGS_OF_RAM
- Static variable in class org.tigris.gef.demo.
NodeCPU
pointAlongLine(Point, Point, int)
- Method in class org.tigris.gef.presentation.
ArrowHead
return a point that is dist pixels along the path
pointAlongPerimeter(int)
- Method in class org.tigris.gef.presentation.
Fig
Return a point at the given distance along the path around this Fig.
POLY_EDGE_STATE
- Static variable in class org.tigris.gef.xml.pgml.
PGMLParser
POLY_NODE_STATE
- Static variable in class org.tigris.gef.xml.pgml.
PGMLParser
POLY_STATE
- Static variable in class org.tigris.gef.xml.pgml.
PGMLParser
polyStateStartElement(String, Attributes)
- Method in class org.tigris.gef.xml.pgml.
PGMLParser
pop()
- Method in class org.tigris.gef.base.
ModeManager
Remove the topmost Mode if it can exit.
popAll()
- Method in class org.tigris.gef.base.
ModeManager
Remove all Modes that can exit.
PopupGenerator
- Interface in
org.tigris.gef.ui
PortData
- Class in
org.tigris.gef.demo
An example subclass of NetPort for the EquipmentApplet demo.
PortData(NetNode)
- Constructor for class org.tigris.gef.demo.
PortData
Construct a new NetPort with the given parent node and no arcs.
PortPower
- Class in
org.tigris.gef.demo
An example subclass of NetPort for the EquipmentApplet demo.
PortPower(NetNode, int)
- Constructor for class org.tigris.gef.demo.
PortPower
postConnect(GraphModel, Object, Object, Object)
- Method in interface org.tigris.gef.graph.
GraphNodeHooks
Do some application specific action just after this node is connected to another node.
postConnect(GraphModel, Object)
- Method in interface org.tigris.gef.graph.
GraphPortHooks
Application specific hook that is called after a successful connection.
postConnect(GraphModel, Object, Object, Object)
- Method in class org.tigris.gef.graph.presentation.
NetNode
Do some application specific action just after this node is connected to another node.
postConnect(GraphModel, Object)
- Method in class org.tigris.gef.graph.presentation.
NetPort
Application specific hook that is called after a successful connection.
postDisconnect(GraphModel, Object, Object, Object)
- Method in interface org.tigris.gef.graph.
GraphNodeHooks
Do some application specific action just after this node is disconnected from another node.
postDisconnect(GraphModel, Object)
- Method in interface org.tigris.gef.graph.
GraphPortHooks
Application specific hook that is called after a disconnection.
postDisconnect(GraphModel, Object, Object, Object)
- Method in class org.tigris.gef.graph.presentation.
NetNode
Do some application specific action just after this node is disconnected from another node.
postDisconnect(GraphModel, Object)
- Method in class org.tigris.gef.graph.presentation.
NetPort
Application specific hook that is called after a disconnection.
postLoad()
- Method in class org.tigris.gef.base.
Diagram
postLoad()
- Method in class org.tigris.gef.base.
Editor
Called after the Editor is loaded from a file.
postLoad()
- Method in class org.tigris.gef.base.
Layer
postLoad()
- Method in class org.tigris.gef.base.
LayerDiagram
postLoad()
- Method in class org.tigris.gef.base.
LayerManager
postLoad()
- Method in class org.tigris.gef.presentation.
Fig
postLoad()
- Method in class org.tigris.gef.presentation.
FigEdge
After the file is loaded, re-establish any connections from the model to the Figs
postLoad()
- Method in class org.tigris.gef.presentation.
FigNode
After the file is loaded, re-establish any connections from the model to the Figs
postPlacement(Editor)
- Method in interface org.tigris.gef.graph.
GraphNodeHooks
Do some application specific actions after the node is placed in a drawing area.
postPlacement(Editor)
- Method in class org.tigris.gef.graph.presentation.
NetNode
Do some application specific actions after the node is placed in a drawing area.
postSave()
- Method in class org.tigris.gef.base.
Diagram
postSave()
- Method in class org.tigris.gef.base.
Editor
Called after the Editor is saved to a file.
postSave()
- Method in class org.tigris.gef.base.
Layer
postSave()
- Method in class org.tigris.gef.base.
LayerDiagram
postSave()
- Method in class org.tigris.gef.base.
LayerManager
postSave()
- Method in class org.tigris.gef.presentation.
Fig
PostscriptWriter
- Class in
org.tigris.gef.persistence
PostscriptWriter(String)
- Constructor for class org.tigris.gef.persistence.
PostscriptWriter
PostscriptWriter(String, Rectangle)
- Constructor for class org.tigris.gef.persistence.
PostscriptWriter
PostscriptWriter(OutputStream)
- Constructor for class org.tigris.gef.persistence.
PostscriptWriter
PostscriptWriter(OutputStream, Rectangle)
- Constructor for class org.tigris.gef.persistence.
PostscriptWriter
pOWNER_INFO
- Static variable in class org.tigris.gef.demo.
NodeCPU
PredFigInRect
- Class in
org.tigris.gef.util
Predicate that returns true for Fig's that intersect the rectangle given in the constructor.
PredFigInRect(Rectangle)
- Constructor for class org.tigris.gef.util.
PredFigInRect
PredFigNodeInRect
- Class in
org.tigris.gef.util
Predicate that returns true for FigNode's that intersect the rectangle given in the constructor.
PredFigNodeInRect(Rectangle)
- Constructor for class org.tigris.gef.util.
PredFigNodeInRect
predicate(Object)
- Method in class org.tigris.gef.util.
PredFigInRect
predicate(Object)
- Method in class org.tigris.gef.util.
PredFigNodeInRect
Predicate
- Interface in
org.tigris.gef.util
Interface for objects that act as predicate functions.
predicate(Object)
- Method in interface org.tigris.gef.util.
Predicate
predicate(Object)
- Method in class org.tigris.gef.util.
PredicateEquals
predicate(Object)
- Method in class org.tigris.gef.util.
PredicateStringMatch
predicate(Object)
- Method in class org.tigris.gef.util.
PredicateTrue
predicate(Object)
- Method in class org.tigris.gef.util.
PredicateType
PredicateEquals
- Class in
org.tigris.gef.util
PredicateEquals(Object)
- Constructor for class org.tigris.gef.util.
PredicateEquals
PredicateStringMatch
- Class in
org.tigris.gef.util
PredicateStringMatch(String[], int)
- Constructor for class org.tigris.gef.util.
PredicateStringMatch
PredicateTrue
- Class in
org.tigris.gef.util
A class that implements Predicate and always returns true.
PredicateTrue()
- Constructor for class org.tigris.gef.util.
PredicateTrue
PredicateType
- Class in
org.tigris.gef.util
PredicateType(Class[])
- Constructor for class org.tigris.gef.util.
PredicateType
PredicateType(Class[], int)
- Constructor for class org.tigris.gef.util.
PredicateType
preferredLayoutSize(Container)
- Method in class org.tigris.gef.properties.ui.
PropsGridLayout
Returns the preferred dimensions for this layout given the components int the specified panel.
Prefs
- Class in
org.tigris.gef.base
This class contains preferences that control the behavior of the editor to make it the way that the user likes it.
Prefs()
- Constructor for class org.tigris.gef.base.
Prefs
Construct a new Prefs instance
PrefsEditor
- Class in
org.tigris.gef.base
A dialog box to let the user edit various preferences that effect the application.
PrefsEditor()
- Constructor for class org.tigris.gef.base.
PrefsEditor
Construct a new PrefsEditor and get ready to open it.
prependTwoPoints()
- Method in class org.tigris.gef.presentation.
FigPoly
Add two points to the front of the list of points.
prependTwoPoints()
- Method in class org.tigris.gef.presentation.
FigSpline
preSave()
- Method in class org.tigris.gef.base.
Diagram
preSave()
- Method in class org.tigris.gef.base.
Editor
Called before the Editor is saved to a file.
preSave()
- Method in class org.tigris.gef.base.
Layer
preSave()
- Method in class org.tigris.gef.base.
LayerDiagram
preSave()
- Method in class org.tigris.gef.base.
LayerManager
preSave()
- Method in class org.tigris.gef.presentation.
Fig
presentationCountFor(Object)
- Method in class org.tigris.gef.base.
LayerDiagram
presentationFor(Object)
- Method in class org.tigris.gef.base.
Diagram
presentationFor(Object)
- Method in class org.tigris.gef.base.
Layer
Given an object from the net-level model (e.g., NetNode or NetPort), reply the graphical depiction of that object in this layer, if there is one.
presentationFor(Object)
- Method in class org.tigris.gef.base.
LayerDiagram
Find the Fig that visualized the given NetNode in this layer, or null if there is none.
presentationFor(Object)
- Method in class org.tigris.gef.base.
LayerGrid
presentationFor(Object)
- Method in class org.tigris.gef.base.
LayerManager
Try to find a FigNode instance that presents the given Net-level object.
presentationFor(Object)
- Method in class org.tigris.gef.base.
LayerPageBreaks
presentationFor(Object)
- Method in class org.tigris.gef.base.
LayerPolar
presentationFor(Object)
- Method in interface org.tigris.gef.graph.
GraphController
Get the graphical representation of the given object.
presentationFor(Layer)
- Method in class org.tigris.gef.graph.presentation.
NetEdge
The Fig to use in views of a given type
presentationFor(Layer)
- Method in class org.tigris.gef.graph.presentation.
NetNode
Reply the FigNode that is appropriate for visualizing this node in the given Layer.
print(Graphics, PageFormat, int)
- Method in class org.tigris.gef.base.
CmdPrint
print(Graphics)
- Method in class org.tigris.gef.base.
Editor
print(Graphics)
- Method in interface org.tigris.gef.base.
FigModifyingMode
Just calls paint(g) bt default.
print(Graphics)
- Method in class org.tigris.gef.base.
FigModifyingModeImpl
Just calls paint(g) bt default.
print(Graphics)
- Method in class org.tigris.gef.base.
Layer
Draw the Layer on a PrintGraphics.
print(Graphics)
- Method in class org.tigris.gef.base.
Selection
Do nothing.
print(Graphics)
- Method in class org.tigris.gef.presentation.
Fig
Draw the Fig on a PrintGraphics.
printDOMTree(Node)
- Method in class org.tigris.gef.persistence.
SVGWriter
printStackTrace()
- Method in exception org.tigris.gef.graph.
GraphModelException
printStackTrace(PrintStream)
- Method in exception org.tigris.gef.graph.
GraphModelException
printStackTrace(PrintWriter)
- Method in exception org.tigris.gef.graph.
GraphModelException
printStackTrace()
- Method in exception org.tigris.gef.ocl.
ExpansionException
printStackTrace(PrintStream)
- Method in exception org.tigris.gef.ocl.
ExpansionException
printStackTrace(PrintWriter)
- Method in exception org.tigris.gef.ocl.
ExpansionException
PRIVATE_EDGE_STATE
- Static variable in class org.tigris.gef.xml.pgml.
PGMLParser
PRIVATE_NODE_STATE
- Static variable in class org.tigris.gef.xml.pgml.
PGMLParser
PRIVATE_STATE
- Static variable in class org.tigris.gef.xml.pgml.
PGMLParser
privateStateEndElement(String)
- Method in class org.tigris.gef.xml.pgml.
PGMLParser
processEvent(AWTEvent)
- Method in class org.tigris.gef.properties.ui.
RectangleEditor
processingInstruction(String, String)
- Method in class org.tigris.gef.ocl.
TemplateReader
Progress
- Class in
org.tigris.gef.ui
A general purpose progress bar dialog box that shows percentage completion of some long running operation, and allows the user to cancel.
Progress(String, int)
- Constructor for class org.tigris.gef.ui.
Progress
Construct a new Progress object.
PropCategoryManager
- Class in
org.tigris.gef.properties
PropCategoryManager()
- Constructor for class org.tigris.gef.properties.
PropCategoryManager
propertyChange(PropertyChangeEvent)
- Method in class org.tigris.gef.presentation.
Fig
By default just pass it up to enclosing groups.
propertyChange(PropertyChangeEvent)
- Method in class org.tigris.gef.presentation.
FigEdge
propertyChange(PropertyChangeEvent)
- Method in class org.tigris.gef.presentation.
FigNode
The node object that this FigNode is presenting has changed state, or been disposed or highlighted.
propertyChange(PropertyChangeEvent)
- Method in class org.tigris.gef.presentation.
FigTextEditor
propertyChange(PropertyChangeEvent)
- Method in class org.tigris.gef.properties.ui.
PropSheet
The selected object may have changed one of its properties.
PropsGridLayout
- Class in
org.tigris.gef.properties.ui
A layout manager used by the PropSheets.
PropsGridLayout(int, int)
- Constructor for class org.tigris.gef.properties.ui.
PropsGridLayout
PropSheet
- Class in
org.tigris.gef.properties.ui
Class that defines the interface for several different kinds of panels that can edit a group of properties.
PropSheet()
- Constructor for class org.tigris.gef.properties.ui.
PropSheet
PropSheetCategory
- Class in
org.tigris.gef.properties.ui
A PropSheet that shows only properties in a given Category.
PropSheetCategory(JFrame)
- Constructor for class org.tigris.gef.properties.ui.
PropSheetCategory
ptClosestTo(Rectangle, Point, Point)
- Static method in class org.tigris.gef.base.
Geometry
Given a Rectangle and a point, set res to be the point on or in the Rectangle that is closest to the given point.
ptClosestTo(Rectangle, Point)
- Static method in class org.tigris.gef.base.
Geometry
Given a Rectangle and a point, return a new Point on or in the Rectangle that is closest to the given Point.
ptClosestTo(int, int, int, int, Point, Point)
- Static method in class org.tigris.gef.base.
Geometry
Given the coordinates of the endpoints of a line segment, and a point, set res to be the closest point on the segement to the given point.
ptClosestTo(int, int, int, int, Point)
- Static method in class org.tigris.gef.base.
Geometry
Given the coordinates of the endpoints of a line segment, and a point, return a new point that is the closest point on the segement to the given point.
ptClosestTo(Point, Point, Point)
- Static method in class org.tigris.gef.base.
Geometry
Given the endpoints of a line segment, and a point, return a new point that is the closest point on the segement to the given point.
ptClosestTo(int[], int[], int, Point, Point)
- Static method in class org.tigris.gef.base.
Geometry
Given a polygon and a point, set res to be the point on the perimiter of the polygon that is closest to to the given point.
ptClosestTo(int[], int[], int, Point)
- Static method in class org.tigris.gef.base.
Geometry
Given a polygon and a point, return a new point on the perimiter of the polygon that is closest to to the given point.
push(FigModifyingMode)
- Method in class org.tigris.gef.base.
ModeManager
Add the given Mode to the stack if another instance of the same class is not already on the stack.
pushMode(FigModifyingMode)
- Method in class org.tigris.gef.base.
Editor
Pushes a new mode to the mode manager
putInPosition(Fig)
- Method in class org.tigris.gef.base.
LayerPerspective
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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
_