Interface LayoutReportActionParameters
- All Superinterfaces:
org.gvsig.json.SupportFromJson,org.gvsig.json.SupportJson,org.gvsig.json.SupportToJson
- All Known Implementing Classes:
LayoutReportActionParametersImpl
public interface LayoutReportActionParameters
extends org.gvsig.json.SupportJson
- Author:
- fdiaz
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayoutReportActionParameterscreate()static LayoutReportActionParametersdoubleorg.gvsig.fmap.mapcontext.rendering.symbols.ISymbolgetHighlightSymbol(org.gvsig.fmap.dal.feature.FeatureStore featureStore) getLabel()booleanbooleanbooleanbooleanbooleanbooleanvoidsave(org.gvsig.fmap.dal.feature.FeatureStore store, LayoutDocument layout) voidsetApplySymbolToEverythingExceptRecord(boolean b) voidsetApplySymbolToRecord(boolean b) voidsetBufferSize(double bufferSize) voidsetCenterToCurrentRow(boolean centerToCurrentRow) voidsetHighlightRecord(boolean b) voidsetHighlightSymbol(org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol symbol) voidsetHighlightSymbolSerialized(String symbol) voidsetIdentifier(String identifier) voidvoidsetTemplateName(String templateName) voidsetUseInternalPdfViewer(boolean useInternalPdfViewer) voidsetViewTag(String tag) voidsetZoomToCurrentRow(boolean zoomToCurrentRow) Methods inherited from interface org.gvsig.json.SupportFromJson
fromJsonMethods inherited from interface org.gvsig.json.SupportToJson
toJson, toJson, toJsonBuilder, toJsonBuilder
-
Method Details
-
create
-
create
-
getIdentifier
String getIdentifier() -
setIdentifier
-
getLabel
String getLabel() -
setLabel
-
isCenterToCurrentRow
boolean isCenterToCurrentRow() -
setCenterToCurrentRow
void setCenterToCurrentRow(boolean centerToCurrentRow) -
isZoomToCurrentRow
boolean isZoomToCurrentRow() -
setZoomToCurrentRow
void setZoomToCurrentRow(boolean zoomToCurrentRow) -
getBufferSize
double getBufferSize() -
setBufferSize
void setBufferSize(double bufferSize) -
isHighlightRecord
boolean isHighlightRecord() -
setHighlightRecord
void setHighlightRecord(boolean b) -
isApplySymbolToRecord
boolean isApplySymbolToRecord() -
setApplySymbolToRecord
void setApplySymbolToRecord(boolean b) -
isApplySymbolToEverythingExceptRecord
boolean isApplySymbolToEverythingExceptRecord() -
setApplySymbolToEverythingExceptRecord
void setApplySymbolToEverythingExceptRecord(boolean b) -
isUseInternalPdfViewer
boolean isUseInternalPdfViewer() -
setUseInternalPdfViewer
void setUseInternalPdfViewer(boolean useInternalPdfViewer) -
getViewTag
String getViewTag() -
setViewTag
-
getHighlightSymbol
org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol getHighlightSymbol(org.gvsig.fmap.dal.feature.FeatureStore featureStore) -
setHighlightSymbol
void setHighlightSymbol(org.gvsig.fmap.mapcontext.rendering.symbols.ISymbol symbol) -
getHighlightSymbolSerialized
String getHighlightSymbolSerialized() -
setHighlightSymbolSerialized
-
setTemplateName
-
getTemplateName
String getTemplateName() -
save
- Throws:
IOException
-