Package | Description |
---|---|
com.mxgraph.shape | |
com.mxgraph.util |
This package provides utility classes such as mxConstants, mxUtils, mxPoint
and mxRectangle as well as all classes for custom events and the undo
history.
|
Modifier and Type | Field | Description |
---|---|---|
mxLine |
mxCurveLabelShape.LabelGlyphCache.glyphGeometry |
A line parallel to the curve segment at which the element is to be
drawn
|
Modifier and Type | Method | Description |
---|---|---|
protected mxLine |
mxConnectorShape.getMarkerVector(java.util.List<mxPoint> points,
boolean source,
double markerSize) |
Hook to override creation of the vector that the marker is drawn along
since it may not be the same as the vector between any two control
points
|
protected mxLine |
mxCurveShape.getMarkerVector(java.util.List<mxPoint> points,
boolean source,
double markerSize) |
Hook to override creation of the vector that the marker is drawn along
since it may not be the same as the vector between any two control
points
|
Modifier and Type | Field | Description |
---|---|---|
static mxLine |
mxCurve.INVALID_POSITION |
Indicates that an invalid position on a curve was requested
|
Modifier and Type | Method | Description |
---|---|---|
mxLine |
mxCurve.getCurveParallel(java.lang.String index,
double distance) |
Returns a unit vector parallel to the curve at the specified
distance along the curve.
|
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.