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. markers
Methods in com.mxgraph.shape that return mxIMarker Modifier and Type Method Description static mxIMarker
mxMarkerRegistry. getMarker(java.lang.String name)
Methods in com.mxgraph.shape with parameters of type mxIMarker Modifier and Type Method Description static void
mxMarkerRegistry. registerMarker(java.lang.String name, mxIMarker marker)
-