GrammarScope  4.0.0
Public Member Functions | Static Public Member Functions | Package Functions | List of all members
grammarscope.jung2.edge.CubicCurve< V, E > Class Template Referenceabstract
Inheritance diagram for grammarscope.jung2.edge.CubicCurve< V, E >:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.jung2.edge.CubicCurve< V, E >:
Collaboration graph
[legend]

Public Member Functions

 CubicCurve ()
 
Shape toShape (final double controlY, final boolean isBackwards)
 
Point2D getValueAt (final double t, final Shape shape)
 
- Public Member Functions inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >
 AbstractEdgeShapeTransformerWithIndex ()
 
EdgeIndexFunction< V, E > getEdgeIndexFunction ()
 
void setEdgeIndexFunction (final EdgeIndexFunction< V, E > function)
 
Shape transform (final Context< Graph< V, E >, E > context)
 
Shape toShape ()
 

Static Public Member Functions

static Point2D getValueAt (final double t, final CubicCurve2D curve)
 
- Static Public Member Functions inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >
static float getYOffsetIncrement ()
 
static void setYOffsetIncrement (final float yOffsetIncrement)
 
static float getYOffsetBase ()
 
static void setYOffsetBase (final float yOffsetBase)
 

Package Functions

abstract Point2D.Double getControlFactor1 ()
 
abstract Point2D.Double getControlFactor2 ()
 

Additional Inherited Members

- Protected Attributes inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >
EdgeIndexFunction< V, E > indexFunction
 
- Static Protected Attributes inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >
static final Ellipse2D loop = new Ellipse2D.Float()
 
static float yOffsetIncrement = 20.f
 
static float yOffsetBase = 10.f
 

Constructor & Destructor Documentation

◆ CubicCurve()

Construct

Member Function Documentation

◆ getControlFactor1()

abstract Point2D.Double grammarscope.jung2.edge.CubicCurve< V, E >.getControlFactor1 ( )
abstractpackage

◆ getControlFactor2()

abstract Point2D.Double grammarscope.jung2.edge.CubicCurve< V, E >.getControlFactor2 ( )
abstractpackage

◆ getValueAt() [1/2]

static Point2D grammarscope.jung2.edge.CubicCurve< V, E >.getValueAt ( final double  t,
final CubicCurve2D  curve 
)
static

Get value of cubic curve at t

Parameters
tfunction input in [0,1] range
curvecubic curve
Returns
value of cubic curve function at t

◆ getValueAt() [2/2]

Point2D grammarscope.jung2.edge.CubicCurve< V, E >.getValueAt ( final double  t,
final Shape  shape 
)

Function

Parameters
tfunction input in [0,1] range
shapeshape instance
Returns
value of shape function at t : v=f(t)

Implements grammarscope.jung2.edge.HasFunction.

◆ toShape()

Shape grammarscope.jung2.edge.CubicCurve< V, E >.toShape ( final double  controlY,
final boolean  isBackwards 
)

Create shape

Parameters
controlYY control
isBackwardswhether edge is backwards
Returns
shape

Reimplemented from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >.


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