public class Font extends PetalObject
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
Font() |
Font(PetalNode parent,
Collection params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
boolean |
getBold() |
int |
getColor() |
boolean |
getDefaultColor() |
String |
getFace() |
boolean |
getItalics() |
int |
getSize() |
boolean |
getStrike() |
boolean |
getUnderline() |
void |
setBold(boolean o) |
void |
setColor(int o) |
void |
setDefaultColor(boolean o) |
void |
setFace(String o) |
void |
setItalics(boolean o) |
void |
setSize(int o) |
void |
setStrike(boolean o) |
void |
setUnderline(boolean o) |
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, init, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString
public Font(PetalNode parent, Collection params)
public Font()
public int getSize()
public void setSize(int o)
public String getFace()
public void setFace(String o)
public boolean getBold()
public void setBold(boolean o)
public boolean getItalics()
public void setItalics(boolean o)
public boolean getUnderline()
public void setUnderline(boolean o)
public boolean getStrike()
public void setStrike(boolean o)
public int getColor()
public void setColor(int o)
public boolean getDefaultColor()
public void setDefaultColor(boolean o)
Copyright © 2018 BITPlan GmbH. All rights reserved.