NetCharts Pro

netcharts.pro.common
Class NFGradient

java.lang.Object
  extended by netcharts.pro.common.NFBaseClass
      extended by netcharts.pro.common.NFGradient
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
NFCircularEdgeHighlight, NFHighlight, NFSpotlight

public abstract class NFGradient
extends NFBaseClass

Base for gradient classes.


Constructor Summary
NFGradient()
           
 
Method Summary
 java.awt.Color getStart()
          Get the start color.
 java.awt.Color getStop()
          Get the stop color.
 void setStart(java.awt.Color start)
          Set the start color.
 void setStop(java.awt.Color stop)
          Set the stop color.
 
Methods inherited from class netcharts.pro.common.NFBaseClass
clone, getModified, getUserObject, setModified, setUserObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFGradient

public NFGradient()
Method Detail

getStart

public java.awt.Color getStart()
Get the start color.

Returns:
The start color

setStart

public void setStart(java.awt.Color start)
Set the start color.

Parameters:
start - The start color

getStop

public java.awt.Color getStop()
Get the stop color.

Returns:
The stop color

setStop

public void setStop(java.awt.Color stop)
Set the stop color.

Parameters:
stop - The stop color

NetCharts Pro


Visual Mining, Inc.
2099 Gaither Rd.
Suite 220
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2011
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: Jun 28, 2011