Class DxfTABLE_STYLE_ITEM


  • public class DxfTABLE_STYLE_ITEM
    extends DxfTABLE_ITEM
    The STYLE item in the TABLES section There is a static reader to read the item in a DXF file and a toString method able to write it in a DXF form
    Version:
    0.5.0
    Author:
    Micha�l Michaud
    • Constructor Detail

      • DxfTABLE_STYLE_ITEM

        public DxfTABLE_STYLE_ITEM​(String name,
                                   int flags)
      • DxfTABLE_STYLE_ITEM

        public DxfTABLE_STYLE_ITEM​(String name,
                                   int flags,
                                   float textHeight,
                                   float widthFactor,
                                   float obliqingAngle,
                                   int textGenerationFlags,
                                   float lastHeightUsed,
                                   String primaryFontFileName,
                                   String bigFontFileName)
    • Method Detail

      • getTextHeight

        public float getTextHeight()
      • getWidthFactor

        public float getWidthFactor()
      • getObliquingAngle

        public float getObliquingAngle()
      • getTextGenerationFlags

        public int getTextGenerationFlags()
      • getLastHeightUsed

        public float getLastHeightUsed()
      • getPrimaryFontFileName

        public String getPrimaryFontFileName()
      • getBigFontFileName

        public String getBigFontFileName()
      • setTextHeight

        public void setTextHeight​(float textHeight)
      • setWidthFactor

        public void setWidthFactor​(float widthFactor)
      • setObliquingAngle

        public void setObliquingAngle​(float obliquingAngle)
      • setTextGenerationFlags

        public void setTextGenerationFlags​(int textGenerationFlags)
      • setLastHeightUsed

        public void setLastHeightUsed​(float lastHeightUsed)
      • setPrimaryFontFileName

        public void setPrimaryFontFileName​(String primaryFontFileName)
      • setBigFontFileName

        public void setBigFontFileName​(String bigFontFileName)