public class CommonTextDecoration
extends java.lang.Object
Constructor | Description |
---|---|
CommonTextDecoration() |
Creates a new CommonTextDecoration object with default values.
|
Modifier and Type | Method | Description |
---|---|---|
static CommonTextDecoration |
createFromPropertyList(PropertyList pList) |
Creates a CommonTextDecoration object from a property list.
|
java.awt.Color |
getLineThroughColor() |
|
java.awt.Color |
getOverlineColor() |
|
java.awt.Color |
getUnderlineColor() |
|
boolean |
hasLineThrough() |
|
boolean |
hasOverline() |
|
boolean |
hasUnderline() |
|
boolean |
isBlinking() |
public CommonTextDecoration()
public static CommonTextDecoration createFromPropertyList(PropertyList pList) throws PropertyException
pList
- the property list to build the object forPropertyException
- if there's a problem while processing the propertypublic boolean hasUnderline()
public boolean hasOverline()
public boolean hasLineThrough()
public boolean isBlinking()
public java.awt.Color getUnderlineColor()
public java.awt.Color getOverlineColor()
public java.awt.Color getLineThroughColor()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.