Interface AggregateLegend
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.fmap.mapcontext.rendering.legend.DrawingObservable,org.gvsig.fmap.mapcontext.rendering.legend.ILegend,org.gvsig.fmap.mapcontext.rendering.legend.ISingleSymbolLegend,org.gvsig.fmap.mapcontext.rendering.legend.IVectorLegend,org.gvsig.fmap.mapcontext.rendering.legend.Legend,org.gvsig.tools.persistence.Persistent
public interface AggregateLegend
extends org.gvsig.fmap.mapcontext.rendering.legend.IVectorLegend, org.gvsig.fmap.mapcontext.rendering.legend.ISingleSymbolLegend
-
Field Summary
Fields inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.ISingleSymbolLegend
LEGEND_NAME -
Method Summary
Modifier and TypeMethodDescriptiongetFont()org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyleintbooleanbooleanvoidsetFillColor(Color fillColor) voidvoidsetLabelStyle(org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle labelStyle) voidsetOperation(Operation operation) voidsetOutlineColor(Color outlineColor) voidsetShowBounds(boolean showBounds) voidsetSymbolSize(int simbolSize) voidsetTextColor(Color textColor) voidsetUseStyle(boolean useStyle) Methods inherited from interface org.gvsig.tools.lang.Cloneable
cloneMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.DrawingObservable
addDrawingObserver, deleteDrawingObserver, deleteDrawingObserversMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.ILegend
addLegendListener, cloneLegend, fireDefaultSymbolChangedEvent, getListeners, removeLegendListenerMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.ISingleSymbolLegend
getZSort, setZSortMethods inherited from interface org.gvsig.fmap.mapcontext.rendering.legend.IVectorLegend
draw, draw, getDefaultSymbol, getShapeType, getSymbolByFeature, isSuitableForShapeType, isUseDefaultSymbol, print, print, setDefaultSymbol, setShapeType, useDefaultSymbolMethods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
-
Method Details
-
getSymbolSize
int getSymbolSize() -
setSymbolSize
void setSymbolSize(int simbolSize) -
getLabelStyle
org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle getLabelStyle() -
setLabelStyle
void setLabelStyle(org.gvsig.fmap.mapcontext.rendering.symbols.styles.ILabelStyle labelStyle) -
getFillColor
Color getFillColor() -
setFillColor
-
getTextColor
Color getTextColor() -
setTextColor
-
getFont
Font getFont() -
setFont
-
getOperation
Operation getOperation() -
setOperation
-
getOutlineColor
Color getOutlineColor() -
setOutlineColor
-
isShowBounds
boolean isShowBounds() -
setShowBounds
void setShowBounds(boolean showBounds) -
isUseStyle
boolean isUseStyle() -
setUseStyle
void setUseStyle(boolean useStyle)
-