Interface IMask
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.fmap.mapcontext.rendering.symbols.styles.IStyle,org.gvsig.tools.persistence.Persistent
public interface IMask
extends org.gvsig.fmap.mapcontext.rendering.symbols.styles.IStyle
Interface for the style of a mask.
- Author:
- jaume dominguez faus - jaume.dominguez@iver.es
-
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.fmap.geom.GeometrygetHaloShape(Shape shp) doublegetSize()voidsetFillSymbol(IFillSymbol fill) voidsetSize(double size) Methods inherited from interface org.gvsig.tools.lang.Cloneable
cloneMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.symbols.styles.IStyle
drawInsideRectangle, drawOutline, getDescription, isSuitableFor, setDescriptionMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
-
Method Details
-
getSize
double getSize() -
setSize
void setSize(double size) -
getFillSymbol
IFillSymbol getFillSymbol() -
setFillSymbol
-
getHaloShape
-