PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents
Class TextStyle

java.lang.Object
  extended by it.stefanochizzolini.clown.documents.contents.TextStyle

public final class TextStyle
extends Object

Text style.

Since:
0.0.8
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Field Summary
 Color fillColor
           
 ColorSpace fillColorSpace
           
 Font font
           
 double fontSize
           
 TextRenderModeEnum renderMode
           
 Color strokeColor
           
 ColorSpace strokeColorSpace
           
 
Constructor Summary
TextStyle(Font font, double fontSize, TextRenderModeEnum renderMode, Color strokeColor, ColorSpace strokeColorSpace, Color fillColor, ColorSpace fillColorSpace)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fillColor

public Color fillColor

fillColorSpace

public ColorSpace fillColorSpace

font

public Font font

fontSize

public double fontSize

renderMode

public TextRenderModeEnum renderMode

strokeColor

public Color strokeColor

strokeColorSpace

public ColorSpace strokeColorSpace
Constructor Detail

TextStyle

public TextStyle(Font font,
                 double fontSize,
                 TextRenderModeEnum renderMode,
                 Color strokeColor,
                 ColorSpace strokeColorSpace,
                 Color fillColor,
                 ColorSpace fillColorSpace)

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.