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

Public Member Functions

 CubicCurve0 ()
 
Shape transform (final Context< Graph< V, E >, E > context)
 
void setEdgeIndexFunction (final EdgeIndexFunction< V, E > parallelEdgeIndexFunction)
 
EdgeIndexFunction< V, E > getEdgeIndexFunction ()
 
Shape toShape ()
 

Protected Attributes

final Loop< V, E > loop = new Loop<>()
 
EdgeIndexFunction< V, E > parallelEdgeIndexFunction
 

Package Functions

abstract Point2D.Float getControlFactor1 ()
 
abstract Point2D.Float getControlFactor2 ()
 

Private Member Functions

Shape toShape (final float controlY)
 

Constructor & Destructor Documentation

◆ CubicCurve0()

Construct

Member Function Documentation

◆ getControlFactor1()

abstract Point2D.Float grammarscope.jung2.edge.CubicCurve0< V, E >.getControlFactor1 ( )
abstractpackage

◆ getControlFactor2()

abstract Point2D.Float grammarscope.jung2.edge.CubicCurve0< V, E >.getControlFactor2 ( )
abstractpackage

◆ getEdgeIndexFunction()

EdgeIndexFunction<V, E> grammarscope.jung2.edge.CubicCurve0< V, E >.getEdgeIndexFunction ( )

◆ setEdgeIndexFunction()

void grammarscope.jung2.edge.CubicCurve0< V, E >.setEdgeIndexFunction ( final EdgeIndexFunction< V, E >  parallelEdgeIndexFunction)

◆ toShape() [1/2]

Shape grammarscope.jung2.edge.CubicCurve0< V, E >.toShape ( )

Shape view

Returns
shape

Implements grammarscope.jung2.edge.EdgeShaper.

◆ toShape() [2/2]

Shape grammarscope.jung2.edge.CubicCurve0< V, E >.toShape ( final float  controlY)
private

Shape template

Parameters
controlYcontrolY
Returns
shape template

◆ transform()

Shape grammarscope.jung2.edge.CubicCurve0< V, E >.transform ( final Context< Graph< V, E >, E >  context)

Get the shape for this edge, returning either the shared instance or, in the case of self-loop edges, the Loop shared instance.

Member Data Documentation

◆ loop

final Loop<V, E> grammarscope.jung2.edge.CubicCurve0< V, E >.loop = new Loop<>()
protected

Shape for self-loop edges

◆ parallelEdgeIndexFunction

EdgeIndexFunction<V, E> grammarscope.jung2.edge.CubicCurve0< V, E >.parallelEdgeIndexFunction
protected

Edge index function


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