public abstract class AbstractStyle extends java.lang.Object implements Coggable, Style
Copyright 2010 Partner Software, Inc.
| Constructor and Description |
|---|
AbstractStyle() |
AbstractStyle(Cog state) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Name of style.
|
boolean |
isNotPrinted() |
void |
setName(java.lang.String name) |
void |
setNotPrinted(boolean notPrinted) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
javax.swing.Icon |
toIcon() |
javax.swing.Icon |
toIcon(int maximumX,
int maximumY) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetThumbnailIconpublic AbstractStyle()
public AbstractStyle(Cog state)
public Cog toCog()
CoggableCog.public java.lang.String getName()
Stylepublic boolean isNotPrinted()
isNotPrinted in interface Stylepublic void setName(java.lang.String name)
public void setNotPrinted(boolean notPrinted)
public javax.swing.Icon toIcon()
public javax.swing.Icon toIcon(int maximumX,
int maximumY)