GrammarScope  4.0.0
Public Member Functions | Public Attributes | Package Attributes | Private Member Functions | Private Attributes | List of all members
grammarscope.browser.renderer.SemanticGraphRenderer.Edge Class Reference

Public Member Functions

 Edge (final int x1, final int x2, final int baseY, final int x1Anchor, final int x2Anchor, final int yAnchor, final int height, final String label, final boolean isVertical, final Color color, final boolean isBackwards, final boolean isLeftTerminal, final boolean isRightTerminal, final int bottom, final boolean isVisible)
 
Rectangle getRectangle ()
 
void drawLabel (final Graphics g)
 
void draw (final Graphics g, final boolean asCurve)
 
String toString ()
 

Public Attributes

final int x1
 
final int x2
 
final int yBase
 
final int x1Anchor
 
final int x2Anchor
 
final int yAnchor
 
final int height
 
final Color color
 
final String tag
 
final boolean isBackwards
 
final boolean isLeftTerminal
 

Package Attributes

final boolean isRightTerminal
 
final int bottom
 
final boolean isVisible
 
final int tagWidth
 
final Rectangle tagRectangle
 
final boolean isVertical
 

Private Member Functions

void drawCurvePath (final Graphics2D g2)
 
void drawStraightArrow (final Graphics2D g2)
 

Private Attributes

final Point tagPosition
 

Detailed Description

Edge as used by renderer

Constructor & Destructor Documentation

◆ Edge()

grammarscope.browser.renderer.SemanticGraphRenderer.Edge.Edge ( final int  x1,
final int  x2,
final int  baseY,
final int  x1Anchor,
final int  x2Anchor,
final int  yAnchor,
final int  height,
final String  label,
final boolean  isVertical,
final Color  color,
final boolean  isBackwards,
final boolean  isLeftTerminal,
final boolean  isRightTerminal,
final int  bottom,
final boolean  isVisible 
)

Constructor

Parameters
x1x1
x2x2
baseYy
x1Anchoranchor x1
x2Anchoranchor x2
yAnchoranchor y
heightheight
labellabel
isVerticallabel is vertical
colorcolor
isBackwardsdirection
isLeftTerminalis left terminal
isRightTerminalis right terminal
bottompad bottom
isVisibleis visible

Member Function Documentation

◆ draw()

void grammarscope.browser.renderer.SemanticGraphRenderer.Edge.draw ( final Graphics  g,
final boolean  asCurve 
)

Draw edge

Parameters
ggraphics context
asCurvewhether to draw edge as curve (or straight arrow)

◆ drawCurvePath()

void grammarscope.browser.renderer.SemanticGraphRenderer.Edge.drawCurvePath ( final Graphics2D  g2)
private

Draw edge as curve

Parameters
g2graphics context

◆ drawLabel()

void grammarscope.browser.renderer.SemanticGraphRenderer.Edge.drawLabel ( final Graphics  g)

Draw label

Parameters
ggraphics context

◆ drawStraightArrow()

void grammarscope.browser.renderer.SemanticGraphRenderer.Edge.drawStraightArrow ( final Graphics2D  g2)
private

Draw edge as straight arrow

Parameters
g2graphics context

◆ getRectangle()

Rectangle grammarscope.browser.renderer.SemanticGraphRenderer.Edge.getRectangle ( )

Get rectangle for edge space including tag

Returns
rectangle

◆ toString()

String grammarscope.browser.renderer.SemanticGraphRenderer.Edge.toString ( )

Member Data Documentation

◆ bottom

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.bottom
package

Bottom past which this edge is not visible

◆ color

final Color grammarscope.browser.renderer.SemanticGraphRenderer.Edge.color

Edge color

◆ height

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.height

Edge height

◆ isBackwards

final boolean grammarscope.browser.renderer.SemanticGraphRenderer.Edge.isBackwards

Whether this edge is continued on next line

◆ isLeftTerminal

final boolean grammarscope.browser.renderer.SemanticGraphRenderer.Edge.isLeftTerminal

Whether this edge is continued on previous line

◆ isRightTerminal

final boolean grammarscope.browser.renderer.SemanticGraphRenderer.Edge.isRightTerminal
package

Whether this edge is continued on next line

◆ isVertical

final boolean grammarscope.browser.renderer.SemanticGraphRenderer.Edge.isVertical
package

Whether this label is vertical

◆ isVisible

final boolean grammarscope.browser.renderer.SemanticGraphRenderer.Edge.isVisible
package

Whether this edge is visible

◆ tag

final String grammarscope.browser.renderer.SemanticGraphRenderer.Edge.tag

Edge tag (relation)

◆ tagPosition

final Point grammarscope.browser.renderer.SemanticGraphRenderer.Edge.tagPosition
private

Tag start position

◆ tagRectangle

final Rectangle grammarscope.browser.renderer.SemanticGraphRenderer.Edge.tagRectangle
package

Whether this edge is visible

◆ tagWidth

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.tagWidth
package

Tag width

◆ x1

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.x1

Edge x left coordinate

◆ x1Anchor

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.x1Anchor

Edge x left anchor

◆ x2

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.x2

Edge x right coordinate

◆ x2Anchor

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.x2Anchor

Edge x right anchor

◆ yAnchor

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.yAnchor

Edge vertical base position

◆ yBase

final int grammarscope.browser.renderer.SemanticGraphRenderer.Edge.yBase

Edge vertical base position


The documentation for this class was generated from the following file: