com.sculley.jim.swjava
Class SWLayer

java.lang.Object
  |
  +--com.sculley.jim.swjava.SWLayer

public class SWLayer
extends java.lang.Object


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

SWLayer

public SWLayer()
SWLayer constructor comment.
Method Detail

getColor

public java.awt.Color getColor()
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Returns:
java.awt.Color

getDescription

public java.lang.String getDescription()
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Returns:
java.lang.String

getLineStyle

public long getLineStyle()
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Returns:
long

getLineWidth

public long getLineWidth()
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Returns:
long

getName

public java.lang.String getName()
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Returns:
java.lang.String

isVisible

public boolean isVisible()
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Returns:
boolean

setColor

public void setColor(java.awt.Color newColor)
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Parameters:
newColor - java.awt.Color

setDescription

public void setDescription(java.lang.String newDescription)
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Parameters:
newDescription - java.lang.String

setLineStyle

public void setLineStyle(long newLineStyle)
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Parameters:
newLineStyle - long

setLineWidth

public void setLineWidth(long newLineWidth)
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Parameters:
newLineWidth - long

setName

public void setName(java.lang.String newName)
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Parameters:
newName - java.lang.String

setVisible

public void setVisible(boolean newVisible)
Insert the method's description here. Creation date: (3/4/00 11:58:09 PM)
Parameters:
newVisible - boolean