mxGraph
|
Provides various perimeter functions to be used in a style as the value of mxConstants.STYLE_PERIMETER. More...
Static Public Attributes | |
static mxPerimeterFunction | RectanglePerimeter |
Describes a rectangular perimeter for the given bounds. More... | |
static mxPerimeterFunction | EllipsePerimeter |
Describes an elliptic perimeter. More... | |
static mxPerimeterFunction | RhombusPerimeter |
Describes a rhombus (aka diamond) perimeter. More... | |
static mxPerimeterFunction | TrianglePerimeter |
Describes a triangle perimeter. More... | |
Provides various perimeter functions to be used in a style as the value of mxConstants.STYLE_PERIMETER.
|
static |
Describes an elliptic perimeter.
|
static |
Describes a rectangular perimeter for the given bounds.
|
static |
Describes a rhombus (aka diamond) perimeter.
|
static |
Describes a triangle perimeter.