| Package | Description |
|---|---|
| com.mxgraph.shape |
| Modifier and Type | Field and Description |
|---|---|
protected mxCurve |
mxCurveShape.curve
Cache of the points between which drawing straight lines views as a
curve
|
protected mxCurve |
mxCurveLabelShape.curve
Cache of the points between which drawing straight lines views as a
curve
|
| Modifier and Type | Method and Description |
|---|---|
mxCurve |
mxCurveShape.getCurve() |
mxCurve |
mxCurveLabelShape.getCurve() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
mxCurveLabelShape.postprocessGlyph(mxCurve curve,
String label,
int j,
double currentPos)
Hook for sub-classers to perform additional processing on
each glyph
|
void |
mxCurveLabelShape.setCurve(mxCurve curve) |
| Constructor and Description |
|---|
mxCurveLabelShape(mxCellState state,
mxCurve value) |
mxCurveShape(mxCurve curve) |
Copyright (c) 2010 Gaudenz Alder. All rights reserved.