org.pdfclown.documents.contents
Class TextStyle
java.lang.Object
org.pdfclown.documents.contents.TextStyle
public final class TextStyle
- extends Object
Text style.
- Since:
- 0.0.8
- Version:
- 0.1.1, 11/01/11
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextStyle
public TextStyle(Font font,
double fontSize,
TextRenderModeEnum renderMode,
Color<?> strokeColor,
ColorSpace<?> strokeColorSpace,
Color<?> fillColor,
ColorSpace<?> fillColorSpace)
getFillColor
public Color<?> getFillColor()
getFillColorSpace
public ColorSpace<?> getFillColorSpace()
getFont
public Font getFont()
getFontSize
public double getFontSize()
getRenderMode
public TextRenderModeEnum getRenderMode()
getStrokeColor
public Color<?> getStrokeColor()
getStrokeColorSpace
public ColorSpace<?> getStrokeColorSpace()
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.