Packages

 

com.aspose.cad

Class GraphicsUnit

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.cad.GraphicsUnit


  • public final class GraphicsUnit
    extends com.aspose.ms.System.Enum

    Specifies the unit of measure for the given data.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Display
      Specifies the unit of measure of the display device.
      static int Document
      Specifies the document unit (1/300 inch) as the unit of measure.
      static int Inch
      Specifies the inch as the unit of measure.
      static int Millimeter
      Specifies the millimeter as the unit of measure.
      static int Pixel
      Specifies a device pixel as the unit of measure.
      static int Point
      Specifies a printer's point (1/72 inch) as the unit of measure.
      static int World
      Specifies the world coordinate system unit as the unit of measure.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
    • Field Detail

      • World

        public static final int World

        Specifies the world coordinate system unit as the unit of measure.

        See Also:
        Constant Field Values
      • Display

        public static final int Display

        Specifies the unit of measure of the display device. Typically pixels for video displays, and 1/100 inch for printers.

        See Also:
        Constant Field Values
      • Pixel

        public static final int Pixel

        Specifies a device pixel as the unit of measure.

        See Also:
        Constant Field Values
      • Point

        public static final int Point

        Specifies a printer's point (1/72 inch) as the unit of measure.

        See Also:
        Constant Field Values
      • Inch

        public static final int Inch

        Specifies the inch as the unit of measure.

        See Also:
        Constant Field Values
      • Document

        public static final int Document

        Specifies the document unit (1/300 inch) as the unit of measure.

        See Also:
        Constant Field Values
      • Millimeter

        public static final int Millimeter

        Specifies the millimeter as the unit of measure.

        See Also:
        Constant Field Values