NetCharts Pro

netcharts.pro.common
Class NFHighlight

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

public abstract class NFHighlight
extends NFGradient

Base for highlight classes.


Field Summary
static int GRADIENTBDIAG
          Bottom left to top right gradient
static int GRADIENTCENTERHORIZONTAL
          Center out horizontal gradient pattern
static int GRADIENTCENTERVERTICAL
          Center out vertical gradient pattern
static int GRADIENTFDIAG
          Top left to bottom right gradient
static int GRADIENTHORIZONTAL
          Left to right gradient
static int GRADIENTRADIAL
          Radial gradient pattern
static int GRADIENTVERTICAL
          Top to bottom gradient
static int NONE
          No fill
 
Constructor Summary
NFHighlight()
           
 
Method Summary
 int getType()
          Gets the highlight gradient type.
 void setType(int type)
          Sets the highlight gradient type.
 
Methods inherited from class netcharts.pro.common.NFGradient
getStart, getStop, setStart, setStop
 
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
 

Field Detail

NONE

public static final int NONE
No fill


GRADIENTVERTICAL

public static final int GRADIENTVERTICAL
Top to bottom gradient


GRADIENTHORIZONTAL

public static final int GRADIENTHORIZONTAL
Left to right gradient


GRADIENTFDIAG

public static final int GRADIENTFDIAG
Top left to bottom right gradient


GRADIENTBDIAG

public static final int GRADIENTBDIAG
Bottom left to top right gradient


GRADIENTRADIAL

public static final int GRADIENTRADIAL
Radial gradient pattern


GRADIENTCENTERHORIZONTAL

public static final int GRADIENTCENTERHORIZONTAL
Center out horizontal gradient pattern


GRADIENTCENTERVERTICAL

public static final int GRADIENTCENTERVERTICAL
Center out vertical gradient pattern

Constructor Detail

NFHighlight

public NFHighlight()
Method Detail

setType

public void setType(int type)
Sets the highlight gradient type. If the value passed is not a valid gradient type an IllegalArgumentException will be thrown.

Parameters:
type - The gradient type

getType

public int getType()
Gets the highlight gradient type.

Returns:
The gradient type

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