com.aspose.barcode
Class GraphicsUnit

java.lang.Object
  extended by com.aspose.barcode.GraphicsUnit

public final class GraphicsUnit
extends Object


Field Summary
static int Display
           
static int Document
           
static int Inch
           
static int Millimeter
           
static int Pixel
           
static int Point
           
static int World
           
 
Constructor Summary
GraphicsUnit()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

World

public static final int World
See Also:
Constant Field Values

Display

public static final int Display
See Also:
Constant Field Values

Pixel

public static final int Pixel
See Also:
Constant Field Values

Point

public static final int Point
See Also:
Constant Field Values

Inch

public static final int Inch
See Also:
Constant Field Values

Document

public static final int Document
See Also:
Constant Field Values

Millimeter

public static final int Millimeter
See Also:
Constant Field Values
Constructor Detail

GraphicsUnit

public GraphicsUnit()


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.