net.refractions.udig.project.render.displayAdapter
Interface IMapDisplay


public interface IMapDisplay

The display area of a map.

Since:
0.3
Author:
jeichar

Method Summary
 java.awt.Dimension getDisplaySize()
          The size of the display area.
 int getDPI()
          Returns the dots per inch of the display.
 int getHeight()
          Returns the height of the display area.
 int getWidth()
          Returns the width of the display area.
 

Method Detail

getDisplaySize

java.awt.Dimension getDisplaySize()
The size of the display area.

Returns:
the size of the display area.
See Also:
Dimension

getWidth

int getWidth()
Returns the width of the display area.

Returns:
the width of the display area.

getHeight

int getHeight()
Returns the height of the display area.

Returns:
the height of the display area.

getDPI

int getDPI()
Returns the dots per inch of the display. DPI is defined as the number of points per per linear inch. The DPI may be different in horizonal and vertical direction, in this case the average DPI will be returned

Returns:
the dots per inch of the display.