org.cdlib.xtf.saxonExt.image
Class OutputElement.Rect

Object
  extended by OutputElement.Rect
Enclosing class:
OutputElement

private static class OutputElement.Rect
extends Object

A rectangle on the image


Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
OutputElement.Rect(int l, int t, int r, int b)
           
 
Method Summary
 int height()
           
 boolean isEmpty()
           
 int width()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public int left

top

public int top

right

public int right

bottom

public int bottom
Constructor Detail

OutputElement.Rect

public OutputElement.Rect(int l,
                          int t,
                          int r,
                          int b)
Method Detail

isEmpty

public boolean isEmpty()

width

public int width()

height

public int height()