Uses of Interface
com.mxgraph.view.mxPerimeter.mxPerimeterFunction
Packages that use mxPerimeter.mxPerimeterFunction
Package
Description
This package implements the graph component, represented by the mxGraph
class.
-
Uses of mxPerimeter.mxPerimeterFunction in com.mxgraph.view
Fields in com.mxgraph.view declared as mxPerimeter.mxPerimeterFunctionModifier and TypeFieldDescriptionmxPerimeter.EllipsePerimeter
Describes an elliptic perimeter.mxPerimeter.HexagonPerimeter
Describes a hexagon perimeter.mxPerimeter.RectanglePerimeter
Describes a rectangular perimeter for the given bounds.mxPerimeter.RhombusPerimeter
Describes a rhombus (aka diamond) perimeter.mxPerimeter.TrianglePerimeter
Describes a triangle perimeter.Methods in com.mxgraph.view that return mxPerimeter.mxPerimeterFunctionModifier and TypeMethodDescriptionmxGraphView.getPerimeterFunction
(mxCellState state) Returns the perimeter function for the given state.