Class DxfGroup


  • public class DxfGroup
    extends Object
    DxfGroup is a group containing a dxf code and a dxf value. The class contains several utils to read and write groups an to format data.
    Version:
    0.5.0
    Author:
    Micha�l Michaud
    • Method Detail

      • getCode

        public int getCode()
      • setCode

        public void setCode​(int code)
      • getValue

        public String getValue()
      • getIntValue

        public int getIntValue()
      • getFloatValue

        public float getFloatValue()
      • getDoubleValue

        public double getDoubleValue()
      • getAddress

        public long getAddress()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • int34car

        public static String int34car​(int code)
      • int6car

        public static String int6car​(int value)
      • toString

        public static String toString​(int code,
                                      String value)
      • toString

        public static String toString​(int code,
                                      int value)
      • toString

        public static String toString​(int code,
                                      float value,
                                      int decimalPartLength)
      • toString

        public static String toString​(int code,
                                      double value,
                                      int decimalPartLength)
      • toString

        public static String toString​(int code,
                                      Object value)