cb.petal
Class Defaults
java.lang.Object
|
+--cb.petal.PetalObject
|
+--cb.petal.Defaults
- All Implemented Interfaces:
- java.lang.Cloneable, PetalNode, java.io.Serializable
- public class Defaults
- extends PetalObject
Represents defaults for top level design object.
- Version:
- $Id: Defaults.java,v 1.8 2001/06/22 09:10:36 dahm Exp $
- Author:
- M. Dahm
- See Also:
- Serialized Form
Methods inherited from class cb.petal.PetalObject |
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 |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Defaults
public Defaults(PetalNode parent,
java.util.Collection params)
Defaults
public Defaults()
getRightMargin
public double getRightMargin()
setRightMargin
public void setRightMargin(double o)
getLeftMargin
public double getLeftMargin()
setLeftMargin
public void setLeftMargin(double o)
getTopMargin
public double getTopMargin()
setTopMargin
public void setTopMargin(double o)
getBottomMargin
public double getBottomMargin()
setBottomMargin
public void setBottomMargin(double o)
getPageOverlap
public double getPageOverlap()
setPageOverlap
public void setPageOverlap(double o)
getClipIconLabels
public boolean getClipIconLabels()
setClipIconLabels
public void setClipIconLabels(boolean o)
getAutoResize
public boolean getAutoResize()
setAutoResize
public void setAutoResize(boolean o)
getSnapToGrid
public boolean getSnapToGrid()
setSnapToGrid
public void setSnapToGrid(boolean o)
getGridX
public int getGridX()
setGridX
public void setGridX(int o)
getGridY
public int getGridY()
setGridY
public void setGridY(int o)
getDefaultFont
public Font getDefaultFont()
setDefaultFont
public void setDefaultFont(Font o)
getShowMessageNum
public int getShowMessageNum()
setShowMessageNum
public void setShowMessageNum(int o)
getShowClassOfObject
public boolean getShowClassOfObject()
setShowClassOfObject
public void setShowClassOfObject(boolean o)
getNotation
public java.lang.String getNotation()
setNotation
public void setNotation(java.lang.String o)
accept
public void accept(Visitor v)
- Overrides:
accept
in class PetalObject