com.supermap.data
Class SymbolMarkerStroke
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.data.SymbolMarkerStroke
-
public class SymbolMarkerStroke extends InternalHandleDisposable
The SymbolMarkerStroke class.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
dispose()
Dispose the resource occupied by SymbolMarkerStroke.StrokeType
getType()
Returns the type of stroke.
-
-
-
Method Detail
-
getType
public StrokeType getType()
Returns the type of stroke.- Returns:
- the type of stroke.
-
dispose
public void dispose()
Dispose the resource occupied by SymbolMarkerStroke.
-
-