Common
Interface DrawingCanvasInterface

All Known Implementing Classes:
DrawingCanvas

public interface DrawingCanvasInterface

Interface for class DrawingCanvas.

This interface is needed to resolve dependency of GridView package (that contains DrawingCanvas) on GeomRep package, where a call to a method in DrawingCanvas is needed. This interface is implemented by DrawingCanvas class.

Since:
1.0
See Also:
DrawingCanvas

Method Summary
 boolean IsSpecularShading()
           
 float LightIntensity()
           
 int SpecularExponent()
           
 

Method Detail

LightIntensity

float LightIntensity()

SpecularExponent

int SpecularExponent()

IsSpecularShading

boolean IsSpecularShading()