org.omegahat.Graphics.Primitives
Interface AllocatorRegionDescriptionInt

All Superinterfaces:
RegionDescriptionInt
All Known Implementing Classes:
AllocatorRectRegionDescription

public interface AllocatorRegionDescriptionInt
extends RegionDescriptionInt

A potentially symbolic description of a region that adds the notion of being owned or generateis owned or generated by a RegionAllocator.


Method Summary
 RegionAllocator getAllocator()
           
 
Methods inherited from interface org.omegahat.Graphics.Primitives.RegionDescriptionInt
compute, getHeight, getHJust, getVJust, getWidth, getX, getY, setHeight, setHJust, setVJust, setWidth, setX, setY
 

Method Detail

getAllocator

public RegionAllocator getAllocator()