com.stimulsoft.report.export.tools.pdf
Class PdfFonts.RECT

java.lang.Object
  extended by com.stimulsoft.report.export.tools.pdf.PdfFonts.RECT
Enclosing class:
PdfFonts

public class PdfFonts.RECT
extends java.lang.Object

Accessory class RECT


Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Constructor Summary
PdfFonts.RECT(int left, int top, int right, int bottom)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, 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

PdfFonts.RECT

public PdfFonts.RECT(int left,
                     int top,
                     int right,
                     int bottom)