Uses of Interface
com.mxgraph.shape.mxIMarker
-
Packages that use mxIMarker Package Description com.mxgraph.shape -
-
Uses of mxIMarker in com.mxgraph.shape
Fields in com.mxgraph.shape with type parameters of type mxIMarker Modifier and Type Field Description protected static java.util.Map<java.lang.String,mxIMarker>mxMarkerRegistry. markersMethods in com.mxgraph.shape that return mxIMarker Modifier and Type Method Description static mxIMarkermxMarkerRegistry. getMarker(java.lang.String name)Methods in com.mxgraph.shape with parameters of type mxIMarker Modifier and Type Method Description static voidmxMarkerRegistry. registerMarker(java.lang.String name, mxIMarker marker)
-