fot2pdf (w) C. Drescher

com.pdftech.fot2pdf.formatter
Class Formatter.LayoutTable.LayoutTableBorder

java.lang.Object
  |
  +--com.pdftech.fot2pdf.formatter.Formatter.LayoutTable.LayoutTableBorder
Enclosing class:
Formatter.LayoutTable

class Formatter.LayoutTable.LayoutTableBorder
extends java.lang.Object


Field Summary
(package private)  char align
           
(package private)  com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics baseic
           
(package private)  boolean omitatbreak
           
(package private)  boolean present
           
(package private)  int priority
           
 
Constructor Summary
Formatter.LayoutTable.LayoutTableBorder()
           
Formatter.LayoutTable.LayoutTableBorder(com.pdftech.fot2pdf.xml.xmlnode o, com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics ic)
           
 
Method Summary
(package private)  java.lang.String drawit(double x, double y, double len, char whereto)
           
(package private)  boolean equals(Formatter.LayoutTable.LayoutTableBorder b)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

baseic

com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics baseic

priority

int priority

align

char align

present

boolean present

omitatbreak

boolean omitatbreak
Constructor Detail

Formatter.LayoutTable.LayoutTableBorder

public Formatter.LayoutTable.LayoutTableBorder()

Formatter.LayoutTable.LayoutTableBorder

public Formatter.LayoutTable.LayoutTableBorder(com.pdftech.fot2pdf.xml.xmlnode o,
                                               com.pdftech.fot2pdf.formatter.DSSSL_InheritedCharacteristics ic)
Method Detail

drawit

java.lang.String drawit(double x,
                        double y,
                        double len,
                        char whereto)

equals

boolean equals(Formatter.LayoutTable.LayoutTableBorder b)

fot2pdf (w) C. Drescher