public class SegLabel extends PetalObject implements Tagged
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
SegLabel() |
SegLabel(PetalNode parent,
Collection params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
int |
getAnchor() |
int |
getAnchorLoc() |
Font |
getFont() |
int |
getHeight() |
boolean |
getHidden() |
int |
getJustify() |
String |
getLabel() |
Location |
getLocation() |
int |
getMaxWidth() |
int |
getNlines() |
int |
getOrientation() |
Tag |
getParentView() |
double |
getPctDist() |
int |
getTag() |
void |
setAnchor(int o) |
void |
setAnchorLoc(int o) |
void |
setFont(Font o) |
void |
setHeight(int o) |
void |
setHidden(boolean o) |
void |
setJustify(int o) |
void |
setLabel(String o) |
void |
setLocation(Location o) |
void |
setMaxWidth(int o) |
void |
setNlines(int o) |
void |
setOrientation(int o) |
void |
setParentView(Tag o) |
void |
setPctDist(double o) |
void |
setTag(int t) |
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 SegLabel(PetalNode parent, Collection params)
public SegLabel()
public Tag getParentView()
public void setParentView(Tag o)
public Location getLocation()
public void setLocation(Location o)
public Font getFont()
public void setFont(Font o)
public int getAnchor()
public void setAnchor(int o)
public int getAnchorLoc()
public void setAnchorLoc(int o)
public int getNlines()
public void setNlines(int o)
public int getMaxWidth()
public void setMaxWidth(int o)
public int getJustify()
public void setJustify(int o)
public String getLabel()
public void setLabel(String o)
public double getPctDist()
public void setPctDist(double o)
public int getHeight()
public void setHeight(int o)
public int getOrientation()
public void setOrientation(int o)
public boolean getHidden()
public void setHidden(boolean o)
Copyright © 2018 BITPlan GmbH. All rights reserved.