|
NetCharts Pro | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetcharts.pro.common.NFGraph
netcharts.pro.common.zoomable.NFZoomableChart
netcharts.pro.common.rectangular.NFDataChart
netcharts.pro.common.barset.NFAbstractBarchart
netcharts.pro.charts.bar.NFAbstractGroupStackableBarchart
netcharts.pro.charts.bar.NFBarchart
netcharts.pro.charts.bar3d.NFBarchart3d
public class NFBarchart3d
Represents a 3D bar chart. Provides the ability to configure the chart via object manipulation or directly from CDL.
Field Summary |
---|
Fields inherited from class netcharts.pro.charts.bar.NFBarchart |
---|
connectorTypeMap, FILL, LINE, OFF |
Fields inherited from class netcharts.pro.common.barset.NFAbstractBarchart |
---|
BAR_ANIMATION_STYLE_FADE, BAR_ANIMATION_STYLE_GROW, BAR_ANIMATION_STYLE_NONE, barchartTypeMap, BOTTOMUP, GROUP, GROUPSTACK, HORIZONTAL, ITEM, orientationMap, ROWS, STACK, stackDisplayOrderMap, stackTypeMap, TOPDOWN, TOTAL, VERTICAL |
Fields inherited from class netcharts.pro.common.rectangular.NFDataChart |
---|
GRID_ANIMATION_STYLE_FADE, GRID_ANIMATION_STYLE_NONE |
Fields inherited from class netcharts.pro.common.zoomable.NFZoomableChart |
---|
NOZOOM, zoomActionsMap, ZOOMIN, ZOOMOUT |
Fields inherited from class netcharts.pro.common.NFGraph |
---|
ANTIALIAS_OFF, ANTIALIAS_ON, ANTIALIAS_ONDRAW, ANTIALIAS_ONTEXT, antiAliasModeMap, BAR, BAR3D, BOX, BUBBLE, COMBO, DIAGRAM, DIAL, DWELL_ANIMATION_STYLE_HIGHLIGHT, DWELL_ANIMATION_STYLE_NONE, FADE, HEATMAP, HIGHLIGHT, HISTOGRAM, LABEL_ANIMATION_STYLE_FADE, LABEL_ANIMATION_STYLE_NONE, LEGEND_ANIMATION_STYLE_FADE, LEGEND_ANIMATION_STYLE_NONE, LEGEND_DWELL_ANIMATION_STYLE_HIGHLIGHT, LEGEND_DWELL_ANIMATION_STYLE_NONE, MULTIPIE, PARETO, PIE, POLAR, RADAR, STOCK, STRIP, TIME, XY |
Constructor Summary | |
---|---|
NFBarchart3d()
Constructs a default chart object. |
|
NFBarchart3d(javax.swing.JPanel panel)
Constructs a chart object on the given JPanel. |
|
NFBarchart3d(javax.swing.JPanel panel,
java.util.Properties initProperties)
Constructs a chart object on the given JPanel. |
|
NFBarchart3d(java.util.Properties initProperties)
Constructs a chart object on the given JPanel. |
Method Summary | |
---|---|
int |
getBarAnimationStyle()
Bar animation style is not supported. |
NFCorners |
getBarCorners()
The bar corners feature is not supported. |
NFDropShadow |
getBarDropShadow()
The bar drop shadow is not supported. |
NFBarHighlightSeries |
getBarHighlightSeries()
The bar highlight series is not supported. |
NFSpotlightSeries |
getBarSpotlightSeries()
The bar spotlight series is not supported. |
java.lang.String |
getDefaultData()
Returns a string of default data |
NFFillBorder |
getDwellAnimationHighlight()
The dwell animation highlight is not supported. |
int |
getDwellAnimationStyle()
Dwell animation style is not supported. |
NFFillBorder |
getLegendDwellAnimationHighlight()
The legend dwell animation highlight is not supported. |
int |
getLegendDwellAnimationStyle()
Legend dwell animation style is not supported. |
boolean |
getToggleDataVisibility()
Toggle data visibility is not supported. |
int |
getType()
Gets the chart type. |
NFViewPoint |
getViewPoint()
Return the viewPoint |
void |
setBarAnimationStyle(int style)
Bar animation style is not supported. |
void |
setBarCorners(NFCorners barCorners)
The bar corners feature is not supported. |
void |
setBarDropShadow(NFDropShadow barDropShadow)
The bar drop shadow is not supported. |
void |
setBarHighlightSeries(NFBarHighlightSeries barHighlightSeries)
The bar highlight series is not supported. |
void |
setBarSpotlightSeries(NFSpotlightSeries barSpotlightSeries)
The bar spotlight series is not supported. |
void |
setDataLegendEnabled(boolean dataLegendEnabled)
Noop - Barchart3ds cannot contain data legends. |
void |
setDataLegendGridBackground(NFGridBackground dataLegendGridBackground)
Noop - Barchart3ds cannot contain data legends grid backgrounds. |
void |
setDataLegendGridLine(NFGridLine dataLegendGridLine)
Noop - Barchart3ds cannot contain data legends grid lines. |
void |
setDwellAnimationHighlight(NFFillBorder fb)
The dwell animation highlight is not supported. |
void |
setDwellAnimationStyle(int style)
Dwell animation style is not supported. |
void |
setLegendDwellAnimationHighlight(NFFillBorder fb)
The legend dwell animation highlight is not supported. |
void |
setLegendDwellAnimationStyle(int style)
Legend dwell animation style is not supported. |
void |
setStackedBarConnector(int type)
Noop - Barchart3ds do not support stacked bar connectors. |
void |
setToggleDataVisibility(boolean toggleDataVisibility)
Toggle data visibility is not supported. |
void |
setViewPoint(NFViewPoint viewPoint)
Sets the values of the limit lines. |
void |
writeChart(java.lang.StringBuffer sb)
Writes this chart into a string buffer |
Methods inherited from class netcharts.pro.charts.bar.NFBarchart |
---|
getDataLegendGridBackground, getDataLegendGridLine, getStackedBarConnector, isDataLegendEnabled, resetState, writeExternal |
Methods inherited from class netcharts.pro.charts.bar.NFAbstractGroupStackableBarchart |
---|
getBarchartType, getDepth, getGroupStackLabels, getGroupStackSegmentLabels, getOrientation, getShowGroupStackLabels, setBarchartType, setDepth, setGroupStackLabels, setGroupStackSegmentLabels, setOrientation, setShowGroupStackLabels |
Methods inherited from class netcharts.pro.common.barset.NFAbstractBarchart |
---|
addBarSet, getBarActiveLabels, getBarBorder, getBarSeries, getBarValueLabel, getBarValueLabelRegion, getBarWidth, getBarWidths, getDataLabels, getStackDisplayOrder, getStackType, getZAxisLabels, setBarActiveLabels, setBarBorder, setBarSeries, setBarValueLabel, setBarValueLabelRegion, setBarWidth, setBarWidths, setDataLabels, setStackDisplayOrder, setStackType, setZAxisLabels |
Methods inherited from class netcharts.pro.common.rectangular.NFDataChart |
---|
addGrid, getAutoscalePad, getAxesSizes, getAxisThickness, getBottomAxis, getBottomAxisSeries, getGrid, getGridAnimationStyle, getGridDepth, getGridSeries, getLeftAxis, getLeftAxisSeries, getRightAxis, getRightAxisSeries, getTopAxis, getTopAxisSeries, getXAxis, getYAxis, setAutoscalePad, setAxesSizes, setAxisThickness, setBottomAxis, setBottomAxisSeries, setGrid, setGridAnimationStyle, setGridDepth, setGridSeries, setLeftAxis, setLeftAxisSeries, setRightAxis, setRightAxisSeries, setTopAxis, setTopAxisSeries |
Methods inherited from class netcharts.pro.common.zoomable.NFZoomableChart |
---|
getMouseControlDown, getMouseMetaDown, getMouseShiftDown, getZoomingEnabled, setMouseControlDown, setMouseMetaDown, setMouseShiftDown, setZoomingEnabled, zoom |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NFBarchart3d()
public NFBarchart3d(javax.swing.JPanel panel)
panel
- Panel to draw chart on.public NFBarchart3d(java.util.Properties initProperties)
initProperties
- A java.util.Properties object containing the set
of runtime properties to use when generating the chart. See the
netcharts.pro.common.NFGraph(java.util.Properties)
constructor
for a list of valid Properties.public NFBarchart3d(javax.swing.JPanel panel, java.util.Properties initProperties)
panel
- Panel to draw chart on.initProperties
- A java.util.Properties object containing the set
of runtime properties to use when generating the chart. See the
netcharts.pro.common.NFGraph(java.util.Properties)
constructor
for a list of valid Properties.Method Detail |
---|
public java.lang.String getDefaultData()
getDefaultData
in class NFBarchart
public int getType()
getType
in class NFBarchart
netcharts.pro.charts.bar.NFGraph.BAR3D
public NFViewPoint getViewPoint()
public void setViewPoint(NFViewPoint viewPoint)
boxLimitLines
- a NFVector containing a set of NFVector objects defining the data values.public void setBarAnimationStyle(int style)
setBarAnimationStyle
in class NFAbstractBarchart
style
- One of BAR_ANIMATION_STYLE_NONE (default), BAR_ANIMATION_STYLE_GROW or BAR_ANIMATION_STYLE_FADE
public int getBarAnimationStyle()
getBarAnimationStyle
in class NFAbstractBarchart
BAR_ANIMATION_STYLE_NONE
public void setLegendDwellAnimationStyle(int style)
setLegendDwellAnimationStyle
in class NFGraph
style
- One of LEGEND_DWELL_ANIMATION_STYLE_NONE (default) or LEGEND_DWELL_ANIMATION_STYLE_HIGHLIGHT
public int getLegendDwellAnimationStyle()
getLegendDwellAnimationStyle
in class NFGraph
LEGEND_DWELL_ANIMATION_STYLE_NONE
public void setLegendDwellAnimationHighlight(NFFillBorder fb)
setLegendDwellAnimationHighlight
in class NFGraph
public NFFillBorder getLegendDwellAnimationHighlight()
getLegendDwellAnimationHighlight
in class NFGraph
public void setToggleDataVisibility(boolean toggleDataVisibility)
setToggleDataVisibility
in class NFGraph
toggleDataVisibility
- true
enable show/hide data false
disable show/hide datapublic boolean getToggleDataVisibility()
getToggleDataVisibility
in class NFGraph
public void setDwellAnimationStyle(int style)
setDwellAnimationStyle
in class NFGraph
style
- One of DWELL_ANIMATION_STYLE_NONE (default) or DWELL_ANIMATION_STYLE_HIGHLIGHT
public int getDwellAnimationStyle()
getDwellAnimationStyle
in class NFGraph
DWELL_ANIMATION_STYLE_NONE
public void setDwellAnimationHighlight(NFFillBorder fb)
setDwellAnimationHighlight
in class NFGraph
public NFFillBorder getDwellAnimationHighlight()
getDwellAnimationHighlight
in class NFGraph
public void setBarHighlightSeries(NFBarHighlightSeries barHighlightSeries)
setBarHighlightSeries
in class NFAbstractBarchart
barHighlightSeries
- The series of bar highlightspublic NFBarHighlightSeries getBarHighlightSeries()
getBarHighlightSeries
in class NFAbstractBarchart
public void setBarSpotlightSeries(NFSpotlightSeries barSpotlightSeries)
setBarSpotlightSeries
in class NFAbstractBarchart
barSpotlightSeries
- The series of bar spotlightspublic NFSpotlightSeries getBarSpotlightSeries()
getBarSpotlightSeries
in class NFAbstractBarchart
public void setBarDropShadow(NFDropShadow barDropShadow)
setBarDropShadow
in class NFAbstractBarchart
barDropShadow
- The drop shadow to use under the barspublic NFDropShadow getBarDropShadow()
getBarDropShadow
in class NFAbstractBarchart
public void setBarCorners(NFCorners barCorners)
setBarCorners
in class NFAbstractBarchart
barCorners
- The corners of the barspublic NFCorners getBarCorners()
getBarCorners
in class NFAbstractBarchart
public void writeChart(java.lang.StringBuffer sb)
writeChart
in class NFBarchart
public void setDataLegendEnabled(boolean dataLegendEnabled)
setDataLegendEnabled
in class NFBarchart
dataLegendEnabled
- public void setDataLegendGridBackground(NFGridBackground dataLegendGridBackground)
setDataLegendGridBackground
in class NFBarchart
dataLegendGridBackground
- public void setDataLegendGridLine(NFGridLine dataLegendGridLine)
setDataLegendGridLine
in class NFBarchart
dataLegendGridLine
- public void setStackedBarConnector(int type)
setStackedBarConnector
in class NFBarchart
type
-
|
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 |