All Packages Class Hierarchy This Package Previous Next Index
Interface collage.ui.AWTDisplayContext
- public interface AWTDisplayContext
Support interface for parts that can render themselves using AWT primitives.
- Version:
- 23 Jun 1997
- Author:
- Nils Schwabe
-
getGraphics()
- Returns the graphics context.
-
xOut(double)
- Returns the screen coordinate for a given object coordinate.
-
yOut(double)
- Returns the screen coordinate for a given object coordinate.
xOut
public abstract int xOut(double x)
- Returns the screen coordinate for a given object coordinate.
yOut
public abstract int yOut(double y)
- Returns the screen coordinate for a given object coordinate.
getGraphics
public abstract Graphics getGraphics()
- Returns the graphics context.
All Packages Class Hierarchy This Package Previous Next Index