netcharts.pro.common
Class NFBaseClass
java.lang.Object
|
+--netcharts.pro.common.NFBaseClass
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- NFActiveLabel, NFAreaSize, NFAxesSize, NFAxis, NFAxisMap, NFAxisMargin, NFBarSymbol, NFBaseRadialAxis, NFDial, NFDialHand, NFDialSector, NFDwell, NFFillPattern, NFFormat, NFGrid, NFLegend, NFLegendItem, NFLine, NFNode, NFNote, NFNumberFormat, NFPoint, NFPoly, NFPolyExpr, NFRange, NFRegion, NFSliceLabel, NFSymbol, NFTextStyle, NFTitle, NFVector
- public abstract class NFBaseClass
- extends java.lang.Object
- implements java.lang.Cloneable
This object is the base object for NetCharts objects.
|
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 |
NFBaseClass
public NFBaseClass()
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
- Returns:
- copy of this object
Visual Mining, Inc. 15825 Shady Grove Rd. Suite 20 Rockville, MD 20850 800.308.0731 301.947.8293 FAX | | Copyright © Visual Mining, Inc. 1996 - 2005 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: Feb 1, 2005 |