Class FilledCross
java.lang.Object
com.kheops.jmap.client.render.symbols.Symbol
com.kheops.jmap.client.render.symbols.VectorSymbol
com.kheops.jmap.client.render.symbols.SimpleSymbol
com.kheops.jmap.client.render.symbols.FilledCross
- All Implemented Interfaces:
Serializable
,Cloneable
- See Also:
-
Constructor Details
-
FilledCross
public FilledCross()
-
-
Method Details
-
getListX
protected int[] getListX()- Specified by:
getListX
in classSimpleSymbol
-
getListY
protected int[] getListY()- Specified by:
getListY
in classSimpleSymbol
-
clone
Description copied from class:Symbol
Returns a cloned instance of the current symbol.
-