PamView
Class CustomSymbol

java.lang.Object
  extended by PamView.PamSymbol
      extended by PamView.CustomSymbol
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.swing.Icon

public abstract class CustomSymbol
extends PamSymbol

See Also:
Serialized Form

Field Summary
 
Fields inherited from class PamView.PamSymbol
ICON_HORIZONTAL_CENTRE, ICON_HORIZONTAL_FILL, ICON_HORIZONTAL_LEFT, ICON_HORIZONTAL_RIGHT, ICON_STYLE_LINE, ICON_STYLE_SYMBOL, ICON_VERTICAL_BOTTOM, ICON_VERTICAL_FILL, ICON_VERTICAL_MIDDLE, ICON_VERTICAL_TOP, serialVersionUID, SYMBOL_CIRCLE, SYMBOL_CROSS, SYMBOL_CROSS2, SYMBOL_CUSTOMPOLYGON, SYMBOL_DIAMOND, SYMBOL_DOUBLETRIANGLEL, SYMBOL_DOUBLETRIANGLER, SYMBOL_HEXAGRAM, SYMBOL_LINESEGMENT, SYMBOL_LINESTART, SYMBOL_NONE, SYMBOL_PENTAGRAM, SYMBOL_POINT, SYMBOL_REGIONSTART, SYMBOL_SQUARE, SYMBOL_STAR, SYMBOL_TRIANGLED, SYMBOL_TRIANGLEL, SYMBOL_TRIANGLER, SYMBOL_TRIANGLEU
 
Constructor Summary
CustomSymbol()
           
 
Method Summary
abstract  double[] getXPoints()
           
abstract  double[] getYPoints()
           
 
Methods inherited from class PamView.PamSymbol
clone, draw, draw, draw, drawArrow, drawArrow, getDrawnPolygon, getFillColor, getHeight, getIconHeight, getIconHorizontalAlignment, getIconStyle, getIconVerticalAlignment, getIconWidth, getLineColor, getLineThickness, getSymbol, getTextCode, getTextCode, getWidth, interpretTextCode, isFill, isSolidShape, makeKeyItem, paintIcon, setFill, setFillColor, setHeight, setIconHorizontalAlignment, setIconStyle, setIconVerticalAlignment, setLineColor, setLineThickness, setSymbol, setWidth, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomSymbol

public CustomSymbol()
Method Detail

getXPoints

public abstract double[] getXPoints()
Overrides:
getXPoints in class PamSymbol

getYPoints

public abstract double[] getYPoints()
Overrides:
getYPoints in class PamSymbol