org.opensha.commons.mapping.gmt.elements
Class PSXYElement
java.lang.Object
org.opensha.commons.mapping.gmt.elements.PSXYElement
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PSXYPolygon, PSXYSymbol, PSXYSymbolSet
public abstract class PSXYElement
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PSXYElement
public PSXYElement()
PSXYElement
public PSXYElement(double penWidth,
Color penColor,
Color fillColor)
getPenString
public String getPenString()
getFillString
public String getFillString()
getPenWidth
public double getPenWidth()
setPenWidth
public void setPenWidth(double penWidth)
getPenColor
public Color getPenColor()
setPenColor
public void setPenColor(Color penColor)
getFillColor
public Color getFillColor()
setFillColor
public void setFillColor(Color fillColor)