|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsubscript.vis.VisFontStyle
public class VisFontStyle
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 |
---|
public VisFontStyle.ALIGN align
public VisFontStyle.ANCHOR anchor
Constructor Detail |
---|
public VisFontStyle()
public VisFontStyle(java.awt.Color c)
public VisFontStyle(java.awt.Color c, double lineHeight)
public VisFontStyle(java.awt.Color c, double lineHeight, VisFontStyle.ALIGN align)
public VisFontStyle(java.awt.Color c, double lineHeight, VisFontStyle.ANCHOR anchor)
public VisFontStyle(java.awt.Color c, double lineHeight, VisFontStyle.ALIGN align, VisFontStyle.ANCHOR anchor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |