Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.hartmath.prettyprint
Class BoxMetrics  view BoxMetrics download BoxMetrics.java

java.lang.Object
  extended byjava.awt.geom.Dimension2D
      extended byjava.awt.Dimension
          extended bycom.hartmath.prettyprint.BoxMetrics
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class BoxMetrics
extends java.awt.Dimension


Field Summary
 int baseLine
           
 
Fields inherited from class java.awt.Dimension
height, width
 
Constructor Summary
BoxMetrics(int width, int height)
           
BoxMetrics(int width, int height, int baseLine)
           
 
Method Summary
 int getBaseLine()
           
 void setBaseLine(int baseLine)
           
 
Methods inherited from class java.awt.Dimension
equals, getHeight, getSize, getWidth, hashCode, setSize, setSize, setSize, toString
 
Methods inherited from class java.awt.geom.Dimension2D
clone, setSize
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

baseLine

public int baseLine
Constructor Detail

BoxMetrics

public BoxMetrics(int width,
                  int height)

BoxMetrics

public BoxMetrics(int width,
                  int height,
                  int baseLine)
Method Detail

getBaseLine

public int getBaseLine()

setBaseLine

public void setBaseLine(int baseLine)