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

Method Index

 o getGraphics()
Returns the graphics context.
 o xOut(double)
Returns the screen coordinate for a given object coordinate.
 o yOut(double)
Returns the screen coordinate for a given object coordinate.

Methods

 o xOut
  public abstract int xOut(double x)
Returns the screen coordinate for a given object coordinate.

 o yOut
  public abstract int yOut(double y)
Returns the screen coordinate for a given object coordinate.

 o getGraphics
  public abstract Graphics getGraphics()
Returns the graphics context.


All Packages  Class Hierarchy  This Package  Previous  Next  Index