GrammarScope  4.0.0
Public Member Functions | Static Public Attributes | Private Attributes | Static Private Attributes | List of all members
grammarscope.browser.renderer.CurvePath Class Reference
Inheritance diagram for grammarscope.browser.renderer.CurvePath:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.browser.renderer.CurvePath:
Collaboration graph
[legend]

Public Member Functions

 CurvePath (final int xArcFrom, final int xArcTo, final int xTextFrom, final int xTextTo, final int yArcFrom, final int yArcTo, final int yText, final boolean flat1, final boolean flat2)
 
double getYBase ()
 
double getXCornerLeft ()
 
double getXCornerRight ()
 
double getXControlLeft ()
 
double getXControlRight ()
 

Static Public Attributes

static final boolean SMOOTH_ARC_CURVES = true
 
static final boolean SMOOTH_ARC_CURVES_USE_STEEPNESS = false
 
static final double SMOOTH_ARC_STEEPNESS = .6
 
static final double REVERSE_ARC_CONTROL_X = 10
 
static final double ARC_SLANT_SPAN = 15
 

Private Attributes

double xCornerLeft
 
double xCornerRight
 
double xControlLeft
 
double xControlRight
 
final double yBase
 

Static Private Attributes

static final long serialVersionUID = 6035107844301683108L
 
static final int ARC_TEXT_MARGIN = 1
 
static final boolean chunkReverse1 = true
 
static final boolean chunkReverse2 = true
 

Detailed Description

Curve path

Author
Bernard Bou

Constructor & Destructor Documentation

◆ CurvePath()

grammarscope.browser.renderer.CurvePath.CurvePath ( final int  xArcFrom,
final int  xArcTo,
final int  xTextFrom,
final int  xTextTo,
final int  yArcFrom,
final int  yArcTo,
final int  yText,
final boolean  flat1,
final boolean  flat2 
)

Constructor

Parameters
xArcFromarc x from
xArcToarc x to
xTextFromlabel start
xTextTolabel end
yArcFromleft origin anchor y
yArcToright destination anchor y
yTextarc base
flat1true if rowIndex == leftRow
flat2true if rowIndex == rightRow

Member Function Documentation

◆ getXControlLeft()

double grammarscope.browser.renderer.CurvePath.getXControlLeft ( )

Get left control x

Returns
left control x

◆ getXControlRight()

double grammarscope.browser.renderer.CurvePath.getXControlRight ( )

Get right control x

Returns
right control x

◆ getXCornerLeft()

double grammarscope.browser.renderer.CurvePath.getXCornerLeft ( )

Get left corner x

Returns
left corner x

◆ getXCornerRight()

double grammarscope.browser.renderer.CurvePath.getXCornerRight ( )

Get right corner x

Returns
right corner x

◆ getYBase()

double grammarscope.browser.renderer.CurvePath.getYBase ( )

Get Y base

Returns
y base

Member Data Documentation

◆ ARC_SLANT_SPAN

final double grammarscope.browser.renderer.CurvePath.ARC_SLANT_SPAN = 15
static

Slant span

◆ ARC_TEXT_MARGIN

final int grammarscope.browser.renderer.CurvePath.ARC_TEXT_MARGIN = 1
staticprivate

Text margin

◆ chunkReverse1

final boolean grammarscope.browser.renderer.CurvePath.chunkReverse1 = true
staticprivate

◆ chunkReverse2

final boolean grammarscope.browser.renderer.CurvePath.chunkReverse2 = true
staticprivate

◆ REVERSE_ARC_CONTROL_X

final double grammarscope.browser.renderer.CurvePath.REVERSE_ARC_CONTROL_X = 10
static

Control point distance for "UFO catchers"

◆ serialVersionUID

final long grammarscope.browser.renderer.CurvePath.serialVersionUID = 6035107844301683108L
staticprivate

◆ SMOOTH_ARC_CURVES

final boolean grammarscope.browser.renderer.CurvePath.SMOOTH_ARC_CURVES = true
static

Whether to smoothe arc curves

◆ SMOOTH_ARC_CURVES_USE_STEEPNESS

final boolean grammarscope.browser.renderer.CurvePath.SMOOTH_ARC_CURVES_USE_STEEPNESS = false
static

Whether to use steepness in smoothe arc curves

◆ SMOOTH_ARC_STEEPNESS

final double grammarscope.browser.renderer.CurvePath.SMOOTH_ARC_STEEPNESS = .6
static

Steepness of smooth curves (control point)

◆ xControlLeft

double grammarscope.browser.renderer.CurvePath.xControlLeft
private

Left control point

◆ xControlRight

double grammarscope.browser.renderer.CurvePath.xControlRight
private

Right control point

◆ xCornerLeft

double grammarscope.browser.renderer.CurvePath.xCornerLeft
private

Left corner

◆ xCornerRight

double grammarscope.browser.renderer.CurvePath.xCornerRight
private

Right corner

◆ yBase

final double grammarscope.browser.renderer.CurvePath.yBase
private

Curve y base


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