NetCharts Pro

netcharts.pro.common
Class NFFillBorder

java.lang.Object
  extended by netcharts.pro.common.NFBaseClass
      extended by netcharts.pro.common.NFFillBorder
All Implemented Interfaces:
java.lang.Cloneable

public class NFFillBorder
extends NFBaseClass


Constructor Summary
NFFillBorder()
          Constructs a default dwell object
NFFillBorder(java.awt.Color fillColor, NFLine border)
          Construct a NFFillBorder given the fill color and line style
NFFillBorder(java.util.Hashtable state, java.lang.String fillParam, java.lang.String borderParam)
          Constructs a dwell object using CDL parameters
 
Method Summary
 NFLine getBorder()
           
 java.util.Vector getCDLVector(java.lang.String colorParamName, java.lang.String borderParamName)
          NFFillBorder is a compound object representing multiple CDL parameters.
 java.awt.Color getFillColor()
           
 void setBorder(NFLine border)
           
 void setFillColor(java.awt.Color fillColor)
           
 
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

NFFillBorder

public NFFillBorder()
Constructs a default dwell object


NFFillBorder

public NFFillBorder(java.awt.Color fillColor,
                    NFLine border)
Construct a NFFillBorder given the fill color and line style

Parameters:
fillColor - fill color
border - the line style of the border

NFFillBorder

public NFFillBorder(java.util.Hashtable state,
                    java.lang.String fillParam,
                    java.lang.String borderParam)
Constructs a dwell object using CDL parameters

Parameters:
state - Hashtable containing CDL parameters.
prefix -
Method Detail

getFillColor

public java.awt.Color getFillColor()

setFillColor

public void setFillColor(java.awt.Color fillColor)

getBorder

public NFLine getBorder()

setBorder

public void setBorder(NFLine border)

getCDLVector

public java.util.Vector getCDLVector(java.lang.String colorParamName,
                                     java.lang.String borderParamName)
NFFillBorder is a compound object representing multiple CDL parameters. This method returns a vector containing CDL representations for all attributes described in this NFDwell

Returns:
Vector of NFKeyValue objects

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