|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.NFBaseClass
netcharts.pro.common.NFDwell
public class NFDwell
The NFDwell property describes the appearance of popup labels on a chart,to include the text and the background region. See NFActiveLabel for details on popup labels.
Constructor Summary | |
---|---|
NFDwell()
Constructs a default dwell object |
|
NFDwell(java.util.Hashtable state)
Constructs a dwell object using CDL parameters |
|
NFDwell(NFModalLabel label,
NFRegion region)
Constructs a dwell object using the given NFModalLabel text object and background NFRegion object. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone this dwell object. |
java.util.Vector |
getCDLVector()
NFDwell is a compound object representing multiple CDL parameters. |
boolean |
getDwellEnabled()
Returns the state of dwell (popup) chart functionality. |
NFModalLabel |
getLabel()
Return dwell label |
NFRegion |
getRegion()
Return dwell region |
void |
setDwellEnabled(boolean enabled)
Enables or disables the dwell (popup) chart functionality. |
void |
setLabel(NFModalLabel label)
Set label for this dwell object |
void |
setRegion(NFRegion region)
Set region for this dwell object. |
Methods inherited from class netcharts.pro.common.NFBaseClass |
---|
getModified, getUserObject, setModified, setUserObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NFDwell()
public NFDwell(NFModalLabel label, NFRegion region)
label
- The label object containing the state and text style.region
- The region object describing the title background.public NFDwell(java.util.Hashtable state)
state
- Hashtable containing CDL parameters.
particular title (e.g. LeftTitle)Method Detail |
---|
public void setDwellEnabled(boolean enabled)
enabled.
- If true, dwell popups will be available.public boolean getDwellEnabled()
public void setLabel(NFModalLabel label)
label
- NFModalLabel object.public NFModalLabel getLabel()
public void setRegion(NFRegion region)
region
- public NFRegion getRegion()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class NFBaseClass
java.lang.CloneNotSupportedException
public java.util.Vector getCDLVector()
|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Visual Mining, Inc. | Copyright © Visual Mining, Inc. 1996 - 2011 |
Last Modified: Jun 28, 2011 |