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

Package Functions

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

Static Package Attributes

static final Point2D.Double c1 = new Point2D.Double(0., 1.5)
 
static final Point2D.Double c2 = new Point2D.Double(1., 1.5)
 

Additional Inherited Members

- Public Member Functions inherited from grammarscope.jung2.edge.CubicCurve< V, E >
 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 inherited from grammarscope.jung2.edge.CubicCurve< V, E >
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)
 
- 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
 

Member Function Documentation

◆ getControlFactor1()

Point2D.Double grammarscope.jung2.edge.CubicCurve6< V, E >.getControlFactor1 ( )
package

◆ getControlFactor2()

Point2D.Double grammarscope.jung2.edge.CubicCurve6< V, E >.getControlFactor2 ( )
package

Member Data Documentation

◆ c1

final Point2D.Double grammarscope.jung2.edge.CubicCurve6< V, E >.c1 = new Point2D.Double(0., 1.5)
staticpackage

◆ c2

final Point2D.Double grammarscope.jung2.edge.CubicCurve6< V, E >.c2 = new Point2D.Double(1., 1.5)
staticpackage

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