NetCharts Pro

netcharts.pro.common
Interface NFSetSymbol

All Known Implementing Classes:
NFLineSetSymbol

public interface NFSetSymbol

This interface contains methods to be extended by all chart symbol set objects.


Method Summary
 java.awt.Color getColor()
          Gets the symbol color.
 java.awt.Color getOutlineColor()
          Gets the symbol outline color.
 int getOutlineWidth()
          Gets the symbol outline width.
 void setColor(java.awt.Color color)
          Sets the symbol color.
 void setOutlineColor(java.awt.Color outlineColor)
          Sets the symbol outline color.
 void setOutlineWidth(int outlineWidth)
          Sets the symbol outline width.
 void setType(int type)
          Sets the symbol type to use for the data.
 

Method Detail

setColor

public void setColor(java.awt.Color color)
Sets the symbol color. If null, the set color will be used.
Parameters:
color - Color to use for the symbol.

getColor

public java.awt.Color getColor()
Gets the symbol color.
Returns:
the color or null if not defined.

setOutlineColor

public void setOutlineColor(java.awt.Color outlineColor)
Sets the symbol outline color. If null, no outline will be shown.
Parameters:
outlineColor - Color to use for symbol outline.

getOutlineColor

public java.awt.Color getOutlineColor()
Gets the symbol outline color.
Returns:
the outline color or null if not defined.

setOutlineWidth

public void setOutlineWidth(int outlineWidth)
Sets the symbol outline width.
Parameters:
outlineWidth - Width, in pixels of the symbol outline.

getOutlineWidth

public int getOutlineWidth()
Gets the symbol outline width.
Returns:
the outline width or 1 if not defined.

setType

public void setType(int type)
Sets the symbol type to use for the data.
Parameters:
type - Symbol type

NetCharts Pro


Visual Mining, Inc.
15825 Shady Grove Rd.
Suite 20
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2006
All Rights Reserved.

NetCharts Pro TM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Apr 14, 2006