org.jopendocument.model.style
Class StyleTextProperties

java.lang.Object
  extended by org.jopendocument.model.style.StyleTextProperties

public class StyleTextProperties
extends Object


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

StyleTextProperties

public StyleTextProperties(String name,
                           String size,
                           String weight,
                           String style,
                           String color)
Method Detail

getStyleTextProperties

public static StyleTextProperties getStyleTextProperties(String name,
                                                         String size,
                                                         String weight,
                                                         String style,
                                                         String color)

getColor

public String getColor()

getFont

public Font getFont(double resizeFactor)

getFontName

public String getFontName()

getFontSize

public String getFontSize()

getFontStyle

public String getFontStyle()

getFontWeight

public String getFontWeight()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 jOpenDocument All Rights Reserved.