com.itextpdf.text.pdf.parser.clipper
Class LongRect

java.lang.Object
  extended by com.itextpdf.text.pdf.parser.clipper.LongRect

public class LongRect
extends Object


Field Summary
 long bottom
           
 long left
           
 long right
           
 long top
           
 
Constructor Summary
LongRect()
           
LongRect(long l, long t, long r, long b)
           
LongRect(LongRect ir)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

left

public long left

top

public long top

right

public long right

bottom

public long bottom
Constructor Detail

LongRect

public LongRect()

LongRect

public LongRect(long l,
                long t,
                long r,
                long b)

LongRect

public LongRect(LongRect ir)


Copyright © 2015. All Rights Reserved.