mxGraph
Static Public Attributes | List of all members
com.mxgraph.mxPerimeter Class Reference

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...
 

Detailed Description

Provides various perimeter functions to be used in a style as the value of mxConstants.STYLE_PERIMETER.

Member Data Documentation

◆ EllipsePerimeter

mxPerimeterFunction com.mxgraph.mxPerimeter.EllipsePerimeter
static

Describes an elliptic perimeter.

◆ RectanglePerimeter

mxPerimeterFunction com.mxgraph.mxPerimeter.RectanglePerimeter
static

Describes a rectangular perimeter for the given bounds.

Referenced by com.mxgraph.mxStylesheet.CreateDefaultVertexStyle().

◆ RhombusPerimeter

mxPerimeterFunction com.mxgraph.mxPerimeter.RhombusPerimeter
static

Describes a rhombus (aka diamond) perimeter.

◆ TrianglePerimeter

mxPerimeterFunction com.mxgraph.mxPerimeter.TrianglePerimeter
static

Describes a triangle perimeter.


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