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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.hartmath.prettyprint.PrettyPrintBox
      extended bycom.hartmath.prettyprint.AbsoluteValueBox

public class AbsoluteValueBox
extends PrettyPrintBox


Field Summary
private  PrettyPrintBox box
           
private  BoxMetrics boxSize
           
private  BoxMetrics size
           
 
Fields inherited from class com.hartmath.prettyprint.PrettyPrintBox
COUNT, DEBUG, FONTFAMILY, FONTSIZE, MIN_SIZE
 
Constructor Summary
AbsoluteValueBox(PrettyPrintBox box)
           
 
Method Summary
 BoxMetrics getBoxMetrics()
           
 void paint(java.awt.Graphics g, BoxMetrics size, int x, int y)
          paint this box
 
Methods inherited from class com.hartmath.prettyprint.PrettyPrintBox
done, getInsets, split
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

box

private PrettyPrintBox box

size

private BoxMetrics size

boxSize

private BoxMetrics boxSize
Constructor Detail

AbsoluteValueBox

public AbsoluteValueBox(PrettyPrintBox box)
Method Detail

paint

public void paint(java.awt.Graphics g,
                  BoxMetrics size,
                  int x,
                  int y)
Description copied from class: PrettyPrintBox
paint this box

Specified by:
paint in class PrettyPrintBox

getBoxMetrics

public BoxMetrics getBoxMetrics()
Specified by:
getBoxMetrics in class PrettyPrintBox