Class FFrameGridCoordinateFormat

java.lang.Object
org.gvsig.app.project.documents.layout.fframes.FFrameGridCoordinateFormat
All Implemented Interfaces:
org.gvsig.tools.persistence.Persistent

public class FFrameGridCoordinateFormat extends Object implements org.gvsig.tools.persistence.Persistent
Author:
gvSIG Team
  • Field Details

  • Constructor Details

    • FFrameGridCoordinateFormat

      public FFrameGridCoordinateFormat()
    • FFrameGridCoordinateFormat

      public FFrameGridCoordinateFormat(String pattern, DecimalFormatSymbols sym)
  • Method Details

    • setType

      public void setType(int type)
    • format

      public String format(double value)
    • format

      public String format(String NS, double value)
    • isGroupingUsed

      public boolean isGroupingUsed()
    • getMinimumFractionDigits

      public int getMinimumFractionDigits()
    • getDecimalFormatSymbols

      public DecimalFormatSymbols getDecimalFormatSymbols()
    • setDMSFormat

      public void setDMSFormat(String format)
    • setDecimalFormat

      public void setDecimalFormat(DecimalFormat dd_format)
    • getDecimalFormat

      public DecimalFormat getDecimalFormat()
    • saveToState

      public void saveToState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      saveToState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • loadFromState

      public void loadFromState(org.gvsig.tools.persistence.PersistentState state) throws org.gvsig.tools.persistence.exception.PersistenceException
      Specified by:
      loadFromState in interface org.gvsig.tools.persistence.Persistent
      Throws:
      org.gvsig.tools.persistence.exception.PersistenceException
    • registerPersistence

      public static void registerPersistence()