NetCharts Pro

netcharts.pro.common
Class NFBaseClass

java.lang.Object
  extended by netcharts.pro.common.NFBaseClass
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
NFActiveLabel, NFAreaSize, NFAxesSize, NFAxis, NFAxisMap, NFAxisMargin, NFBarSymbol, NFBaseDwellAnimation, NFBaseRadialAxis, NFColorExpression, NFColorSpectrum, NFCorners, NFDial, NFDialHand, NFDialOuterBorder, NFDialSector, NFDropShadow, NFDwell, NFFillBorder, NFFillPattern, NFFormat, NFGradient, NFGrid, NFHeatmapCellTextStyle, NFHeatmapGridBlockLayout, NFHeatmapGridBlockSort, NFHistogramBin, NFHistogramScale, NFLegend, NFLegendItem, NFLine, NFNode, NFNote, NFNumberFormat, NFPie, NFPieLayout, NFPieTitle, NFPoint, NFPoly, NFPolyExpr, NFRange, NFRegion, NFSliceLabel, NFSymbol, NFTextStyle, NFTitle, NFVector, NFViewPoint

public abstract class NFBaseClass
extends java.lang.Object
implements java.lang.Cloneable

This object is the base object for NetCharts objects.


Constructor Summary
NFBaseClass()
           
 
Method Summary
 java.lang.Object clone()
          Protected method to clone this editable
 boolean getModified()
          Returns if this object has been modified
 java.lang.Object getUserObject()
          Return the user object.
 void setModified(boolean modified)
          Explicitly set object modified flag
 void setUserObject(java.lang.Object userObject)
          Explicitly set user object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFBaseClass

public NFBaseClass()
Method Detail

setModified

public void setModified(boolean modified)
Explicitly set object modified flag

Parameters:
modified - When true, this object has been modified

getModified

public boolean getModified()
Returns if this object has been modified

Returns:
modified

setUserObject

public void setUserObject(java.lang.Object userObject)
Explicitly set user object. This is simply an object pointer used to link to other program functions if necessary. Care should be taken so that any objects set here are cleared prior to attempting to garbage collect this object.

Parameters:
userObject -

getUserObject

public java.lang.Object getUserObject()
Return the user object. This is simply an object pointer used to link to other program functions if necessary

Returns:
userObject

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Protected method to clone this editable

Overrides:
clone in class java.lang.Object
Returns:
copy of this object
Throws:
java.lang.CloneNotSupportedException

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