Package net.anwiba.commons.graphic
Interface IGraphicResolution
-
- All Superinterfaces:
java.io.Serializable
public interface IGraphicResolution extends java.io.Serializable
-
-
Field Summary
Fields Modifier and Type Field Description static doubleDEFAULT_DPIstatic doubleINCH_TO_METER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetDpi()intgetHeight()intgetWidth()
-
-
-
Field Detail
-
DEFAULT_DPI
static final double DEFAULT_DPI
- See Also:
- Constant Field Values
-
INCH_TO_METER
static final double INCH_TO_METER
- See Also:
- Constant Field Values
-
-