|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.style.StyleTextProperties
public class StyleTextProperties
Constructor Summary | |
---|---|
StyleTextProperties(String name,
String size,
String weight,
String style,
String color)
|
Method Summary | |
---|---|
String |
getColor()
|
Font |
getFont(double resizeFactor)
|
String |
getFontName()
|
String |
getFontSize()
|
String |
getFontStyle()
|
String |
getFontWeight()
|
static StyleTextProperties |
getStyleTextProperties(String name,
String size,
String weight,
String style,
String color)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StyleTextProperties(String name, String size, String weight, String style, String color)
Method Detail |
---|
public static StyleTextProperties getStyleTextProperties(String name, String size, String weight, String style, String color)
public String getColor()
public Font getFont(double resizeFactor)
public String getFontName()
public String getFontSize()
public String getFontStyle()
public String getFontWeight()
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |