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 Details

    • create

    • create

      static LayoutReportActionParameters create(String name)
    • getIdentifier

      String getIdentifier()
    • setIdentifier

      void setIdentifier(String identifier)
    • getLabel

      String getLabel()
    • setLabel

      void setLabel(String label)
    • 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

      void setViewTag(String tag)
    • 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

      void setHighlightSymbolSerialized(String symbol)
    • setTemplateName

      void setTemplateName(String templateName)
    • getTemplateName

      String getTemplateName()
    • save

      void save(org.gvsig.fmap.dal.feature.FeatureStore store, LayoutDocument layout) throws IOException
      Throws:
      IOException