org.omegahat.Graphics.Primitives
Class RegionDescription

java.lang.Object
  |
  +--org.omegahat.Graphics.Primitives.RegionDescription

public class RegionDescription
extends java.lang.Object

Trivial class defining a symbolic description (i.e. to be resolved later) of a region on a device. This is intentionally empty so as not to have a 2 or 3 dimensional, rectangular or more general orientation.

See Also:
RectRegion.

Constructor Summary
RegionDescription()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionDescription

public RegionDescription()