|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.style.styling.TextStyling
public class TextStyling
TextStyling
| Field Summary | |
|---|---|
double |
anchorPointX
Default is 0.5. |
double |
anchorPointY
Default is 0.5. |
double |
displacementX
Default is 0. |
double |
displacementY
Default is 0. |
Fill |
fill
Default is a black fill. |
Font |
font
Default is a font with default settings. |
Halo |
halo
Default is no halo. |
LinePlacement |
linePlacement
Default is no line placement. |
double |
rotation
Default is 0. |
UOM |
uom
The unit of measure for all values. |
| Constructor Summary | |
|---|---|
TextStyling()
|
|
| Method Summary | |
|---|---|
TextStyling |
copy()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public UOM uom
public Font font
public Fill fill
public double rotation
public double displacementX
public double displacementY
public double anchorPointX
public double anchorPointY
public LinePlacement linePlacement
public Halo halo
| Constructor Detail |
|---|
public TextStyling()
| Method Detail |
|---|
public TextStyling copy()
copy in interface Copyable<TextStyling>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||