|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sculley.jim.swjava.SWLayer
| Constructor Summary | |
SWLayer()
SWLayer constructor comment. |
|
| Method Summary | |
java.awt.Color |
getColor()
Insert the method's description here. |
java.lang.String |
getDescription()
Insert the method's description here. |
long |
getLineStyle()
Insert the method's description here. |
long |
getLineWidth()
Insert the method's description here. |
java.lang.String |
getName()
Insert the method's description here. |
boolean |
isVisible()
Insert the method's description here. |
void |
setColor(java.awt.Color newColor)
Insert the method's description here. |
void |
setDescription(java.lang.String newDescription)
Insert the method's description here. |
void |
setLineStyle(long newLineStyle)
Insert the method's description here. |
void |
setLineWidth(long newLineWidth)
Insert the method's description here. |
void |
setName(java.lang.String newName)
Insert the method's description here. |
void |
setVisible(boolean newVisible)
Insert the method's description here. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public SWLayer()
| Method Detail |
public java.awt.Color getColor()
public java.lang.String getDescription()
public long getLineStyle()
public long getLineWidth()
public java.lang.String getName()
public boolean isVisible()
public void setColor(java.awt.Color newColor)
newColor - java.awt.Colorpublic void setDescription(java.lang.String newDescription)
newDescription - java.lang.Stringpublic void setLineStyle(long newLineStyle)
newLineStyle - longpublic void setLineWidth(long newLineWidth)
newLineWidth - longpublic void setName(java.lang.String newName)
newName - java.lang.Stringpublic void setVisible(boolean newVisible)
newVisible - boolean
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||