public class Defaults extends PetalObject
EMPTY, LOGGER, params, strict
Constructor and Description |
---|
Defaults() |
Defaults(PetalNode parent,
Collection params) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
accept the given visitor
|
boolean |
getAutoResize() |
double |
getBottomMargin() |
boolean |
getClipIconLabels() |
Font |
getDefaultFont() |
int |
getGridX() |
int |
getGridY() |
double |
getLeftMargin() |
String |
getNotation() |
double |
getPageOverlap() |
double |
getRightMargin() |
boolean |
getShowClassOfObject() |
int |
getShowMessageNum() |
boolean |
getSnapToGrid() |
double |
getTopMargin() |
void |
setAutoResize(boolean o) |
void |
setBottomMargin(double o) |
void |
setClipIconLabels(boolean o) |
void |
setDefaultFont(Font o) |
void |
setGridX(int o) |
void |
setGridY(int o) |
void |
setLeftMargin(double o) |
void |
setNotation(String o) |
void |
setPageOverlap(double o) |
void |
setRightMargin(double o) |
void |
setShowClassOfObject(boolean o) |
void |
setShowMessageNum(int o) |
void |
setSnapToGrid(boolean o) |
void |
setTopMargin(double 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 Defaults(PetalNode parent, Collection params)
public Defaults()
public double getRightMargin()
public void setRightMargin(double o)
public double getLeftMargin()
public void setLeftMargin(double o)
public double getTopMargin()
public void setTopMargin(double o)
public double getBottomMargin()
public void setBottomMargin(double o)
public double getPageOverlap()
public void setPageOverlap(double o)
public boolean getClipIconLabels()
public void setClipIconLabels(boolean o)
public boolean getAutoResize()
public void setAutoResize(boolean o)
public boolean getSnapToGrid()
public void setSnapToGrid(boolean o)
public int getGridX()
public void setGridX(int o)
public int getGridY()
public void setGridY(int o)
public Font getDefaultFont()
public void setDefaultFont(Font o)
public int getShowMessageNum()
public void setShowMessageNum(int o)
public boolean getShowClassOfObject()
public void setShowClassOfObject(boolean o)
public String getNotation()
public void setNotation(String o)
Copyright © 2018 BITPlan GmbH. All rights reserved.