CESE 1.4.7

com.simulogic.dataview.plots
Class PlotSymbol

java.lang.Object
  extended by com.simulogic.dataview.plots.PlotSymbol

public class PlotSymbol
extends java.lang.Object

Plots a styled symbol in SymbolPlot


Field Summary
static java.awt.geom.GeneralPath[] symbols
          Array of plot symbols
 
Constructor Summary
PlotSymbol(int type)
          Default constructor
 
Method Summary
 float getSize()
          Getter for property size.
 int getType()
          Getter for property type.
 void setSize(float size)
          Setter for property size.
 void setType(int type)
          Setter for property type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbols

public static final java.awt.geom.GeneralPath[] symbols
Array of plot symbols

Constructor Detail

PlotSymbol

public PlotSymbol(int type)
Default constructor

Parameters:
type - symbol type
Method Detail

getSize

public float getSize()
Getter for property size.

Returns:
Value of property size.

setSize

public void setSize(float size)
Setter for property size.

Parameters:
size - New value of property size.

getType

public int getType()
Getter for property type.

Returns:
Value of property type.

setType

public void setType(int type)
Setter for property type.

Parameters:
type - New value of property type.

CESE 1.4.7

Copyright (c) 1999 - 2007 Cell Electrophysiology Simulation Environment (CESE). All rights reserved.