subscript.vis
Class VisFontStyle

java.lang.Object
  extended by subscript.vis.VisFontStyle

public class VisFontStyle
extends java.lang.Object

Encapsulates properties of fonts.


Nested Class Summary
static class VisFontStyle.ALIGN
           
static class VisFontStyle.ANCHOR
           
 
Field Summary
 VisFontStyle.ALIGN align
           
 VisFontStyle.ANCHOR anchor
           
 
Constructor Summary
VisFontStyle()
           
VisFontStyle(java.awt.Color c)
           
VisFontStyle(java.awt.Color c, double lineHeight)
           
VisFontStyle(java.awt.Color c, double lineHeight, VisFontStyle.ALIGN align)
           
VisFontStyle(java.awt.Color c, double lineHeight, VisFontStyle.ALIGN align, VisFontStyle.ANCHOR anchor)
           
VisFontStyle(java.awt.Color c, double lineHeight, VisFontStyle.ANCHOR anchor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

align

public VisFontStyle.ALIGN align

anchor

public VisFontStyle.ANCHOR anchor
Constructor Detail

VisFontStyle

public VisFontStyle()

VisFontStyle

public VisFontStyle(java.awt.Color c)

VisFontStyle

public VisFontStyle(java.awt.Color c,
                    double lineHeight)

VisFontStyle

public VisFontStyle(java.awt.Color c,
                    double lineHeight,
                    VisFontStyle.ALIGN align)

VisFontStyle

public VisFontStyle(java.awt.Color c,
                    double lineHeight,
                    VisFontStyle.ANCHOR anchor)

VisFontStyle

public VisFontStyle(java.awt.Color c,
                    double lineHeight,
                    VisFontStyle.ALIGN align,
                    VisFontStyle.ANCHOR anchor)