|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.graph.TextSpec
public class TextSpec
This class contains the formatting attributes for text labels.
| Constructor Summary | |
|---|---|
TextSpec()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Create a clone of this object. |
boolean |
equals(Object obj)
Check if equals another object. |
int |
getAlignment()
Get the alignment of the text. |
Color |
getBackground()
Get the background fill color. |
Color |
getColor()
Get the text color. |
Color |
getColor(Object val)
Get the text color for the specific value. |
Font |
getFont()
Get the text font. |
Font |
getFont(Object val)
Get the text font for the specific value. |
Format |
getFormat()
Get the format for converting an object to a text string. |
double |
getRotation()
Get the text rotation in degrees. |
void |
setAlignment(int align)
Set the alignment of the text. |
void |
setBackground(Color bg)
Set the background fill color. |
void |
setColor(Color color)
Set the text color. |
void |
setColor(Object val,
Color color)
Set the text color for the specific value. |
void |
setFont(Font font)
Set the text font. |
void |
setFont(Object val,
Font font)
Set the text font for the specific value. |
void |
setFormat(Format fmt)
Set the format for converting an object to a text string. |
void |
setRotation(double rotation)
Set the text rotation in degrees. |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextSpec()
| Method Detail |
|---|
public void setColor(Color color)
public Color getColor()
public void setColor(Object val,
Color color)
public Color getColor(Object val)
public void setFont(Font font)
public Font getFont()
public void setFont(Object val,
Font font)
public Font getFont(Object val)
public void setBackground(Color bg)
public Color getBackground()
public void setFormat(Format fmt)
public Format getFormat()
public void setRotation(double rotation)
public double getRotation()
public int getAlignment()
public void setAlignment(int align)
align - alignment defined in GraphConstants.public boolean equals(Object obj)
equals in class Objectpublic Object clone()
clone in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||