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

Public Member Functions

 AbstractEdgeShapeTransformerWithOffset ()
 
float getXOffsetIncrement ()
 
EdgeOffsetFunctions< V, E > getEdgeOffsetFunctions ()
 
void setEdgeOffsetFunctions (final EdgeOffsetFunctions< V, E > functions)
 
- 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 void setXOffsetIncrement (final float xOffsetIncrement)
 
- 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

EdgeOffsetFunctions< V, E > offsetFunctions
 
- Protected Attributes inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >
EdgeIndexFunction< V, E > indexFunction
 

Static Protected Attributes

static float xOffsetIncrement = 8.f
 
- 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
 

Additional Inherited Members

- Package Functions inherited from grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithIndex< V, E >
abstract Shape toShape (double controlY, boolean isBackwards)
 

Constructor & Destructor Documentation

◆ AbstractEdgeShapeTransformerWithOffset()

Construct

Member Function Documentation

◆ getEdgeOffsetFunctions()

Get edge offset function

Returns
edge offset functions

Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.HasEdgeOffsetFunctions< V, E >.

◆ getXOffsetIncrement()

Get x offset increment

Returns
x offset increment

Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.HasEdgeOffsetFunctions< V, E >.

◆ setEdgeOffsetFunctions()

void grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithOffset< V, E >.setEdgeOffsetFunctions ( final EdgeOffsetFunctions< V, E >  functions)

Set edge offset functions

Parameters
functionsedge offset functions

Implements grammarscope.jung2.EdgeOffsetFunctions< V, E >.HasEdgeOffsetFunctions< V, E >.

◆ setXOffsetIncrement()

static void grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithOffset< V, E >.setXOffsetIncrement ( final float  xOffsetIncrement)
static

Member Data Documentation

◆ offsetFunctions

◆ xOffsetIncrement

float grammarscope.jung2.edge.AbstractEdgeShapeTransformerWithOffset< V, E >.xOffsetIncrement = 8.f
staticprotected

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