Overview | Package | Class | Tree | Index | Help NetCharts Pro (Applets) 7.0
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

netcharts.util
Class NFGlobal

java.lang.Object
  |
  +--netcharts.util.NFGlobal

public class NFGlobal
This class holds all of the constant definitions used throughout all charts


Field Summary
static int BAR
          Bar
static int BARCHART
          BARCHART
static int BARCHART3D
          3D Bar Chart
static int BLOCK
          Block Arrow Style
static int BOTH
          Arrow both directions
static int BOTTOM
          Bottom Justify
static int BOTTOMLEFT
          BottomLeft Justify
static int BOTTOMRIGHT
          BottomRight Justify
static int BOX
          Box border
static int BOXCHART
          BOXCHART
static int CENTER
          Center Justify
static int CIRCLE
          Circle Symbol
static int COLOR_TABLE
          Color table
static int COMBOCHART
          COMBOCHART
static int CORNER_ROUND
          Region corner style rounded.
static int CORNER_SNIP
          Region corner style snipped.
static int CORNER_SQUARE
          Region corner style square.
static int CROSS
          Cross Symbol
static int CYLINDER
          Cylinder
static int DASHED
          Dashed line
static int DECIMAL
          Decimal Data Type
static int DIAGRAM
          DIAGRAM
static int DIALCHART
          DIALCHART
static int DIAMOND
          Diamond Symbol
static int DIAMONDBAR
          Diamond Bar
static int DOTDASH
          DotDash line
static int DOTTED
          Dotted line
static int ELLIPSE
          Ellipse drawn from note to endpoint
static int ETCHED
          Deprecated. etched border
static int EXPRESSIONS
          Color expressions
static int FILLED
          Fill the symbol
static int FLOAT
          Float Data Type
static int FROMTO
          Arrow from note to endpoint
static int HEATMAPCHART
          HEATMAPCHART
static int HISTOGRAM
          HISTOGRAM
static int HORIZONTAL
          Horizontal Format
static int HRECTANGLE
          Horizontal Rectangle
static int IMAGE
          Image Symbol
static int INTEGER
          Integer Data Type
static int LEFT
          Left Justify
static int LINE
          Line Arrow Style
static int LINE_BOTH
          Both fitted and normal lines between points.
static int LINE_FIT
          Fitted line between points.
static int LINE_NORMAL
          Normal line between points.
static int LINECHART
          LINECHART
static int MULTICHART
          MULTICHART
static int MULTIPIECHART
          MULTIPIECHART
static int NEEDLEBUTTON
          Needle Button Style
static int NEEDLEFILL
          Filled Needle Style
static int NEEDLELINE
          Needle Line Style
static int NONE
          No line/symbol/border
static int OPERATOR_BETWEEN
          Between operator
static int OPERATOR_EQUALS
          Equals operator
static int OPERATOR_GREATER_THAN
          Greater than operator
static int OPERATOR_GREATER_THAN_OR_EQUAL
          Greater than or equal operator
static int OPERATOR_LESS_THAN
          Less than operator
static int OPERATOR_LESS_THAN_OR_EQUAL
          Less than or equal operator
static int OPERATOR_NOT_EQUALS
          Not equals operator
static int OUTLINED
          Draw the symbol outline
static int PARETOCHART
          PARETOCHART
static int PATTERN_BSLASH
          Back slash pattern
static int PATTERN_DGRID
          Diagonal grid pattern
static int PATTERN_FSLASH
          Forward slash pattern
static int PATTERN_GRADIENT_BDIAG
          Back slash diagonal gradient pattern
static int PATTERN_GRADIENT_CENTER_HORIZONTAL
          Center out horizontal gradient pattern
static int PATTERN_GRADIENT_CENTER_VERTICAL
          Center out vertical gradient pattern
static int PATTERN_GRADIENT_FDIAG
          Forward slash diagonal gradient pattern
static int PATTERN_GRADIENT_HORIZONTAL
          Left to right gradient pattern
static int PATTERN_GRADIENT_RADIAL
          Radial gradient pattern
static int PATTERN_GRADIENT_VERTICAL
          Top to bottom gradient pattern
static int PATTERN_GRID
          Grid pattern
static int PATTERN_HORIZONTAL
          Horizontal lines pattern
static int PATTERN_IMAGE
          Image pattern
static int PATTERN_VERTICAL
          Vertical lines pattern
static int PERCENT
          Percent Coordinates
static int PIECHART
          PIECHART
static int PIEHORIZONTAL
          Horizontal Pie Symbol
static int PIEVERTICAL
          Vertical Pie Symbol
static int PIXEL
          Pixel Coordinates
static int RAISED
          Raised border
static int RECESS
          Recessed border
static int RECTANGLE
          Rectangle drawn from note to endpoint
static int RIGHT
          Right Justify
static java.lang.String ROTATE
          SVG rotate
static int ROUND
          Round End Point
static java.lang.String SCALE
          SVG scale
static int SETDISPLAYORDER
          Inverse data set oder
static int SETNAMEORDER
          Data set order
static int SHADOW
          Shadow border
static int SHARP
          Sharp Arrow Style
static int SIZE
          size image to fit area
static java.lang.String SKEWX
          SVG skewX
static java.lang.String SKEWY
          SVG skewY
static int SOLID
          Solid line
static int SPECTRUM
          Color spectrum
static int SQUARE
          Square Symbol
static int STOCKCHART
          STOCKCHART
static int STRIPCHART
          STRIPCHART
static int TARGET
          Target Symbol
static int TILE
          tile image in area
static int TIMECHART
          TIMECHART
static int TOFROM
          Arrow from endpoint to note
static int TOP
          Top Justify
static int TOPLEFT
          TopLeft Justify
static int TOPRIGHT
          TopRight Justify
static java.lang.String TRANSLATE
          SVG translate
static int TRIANGLEBAR
          Triangle Bar
static int TRIANGLEDOWN
          Triangle Down Symbol
static int TRIANGLEUP
          Triangle Up Symbol
static int VERTICAL
          Vertical Format
static int VRECTANGLE
          Vertical Rectangle
static int XYCHART
          XYCHART
 
Method Summary
static boolean getAllowUserInteraction()
          Return if NETCHARTS can allow user interaction, i.e.
static java.lang.Object getChart(int type)
          Returns the NFChart object that corresponds to the given chart type.
static java.lang.String getChartType(int type)
          Returns the String representation of the chart type that corresponds to the given chart type.
static java.lang.Object getGraph(int type)
          Returns the NFGraph object that corresponds to the given chart type.
static java.lang.Object getJChart(int type)
          Returns the JChart object that corresponds to the given chart type.
static java.lang.Object getJGraph(int type)
          Returns the JGraph object that corresponds to the given chart type.
static int getVendor()
          Return the VM vendor.
static void init()
          Initialize global variables.
static void setAllowUserInteraction(boolean b)
          Set if NETCHARTS can allow user interaction, i.e.
 

Field Detail

NONE

public static final int NONE
No line/symbol/border

SOLID

public static final int SOLID
Solid line

DOTTED

public static final int DOTTED
Dotted line

DASHED

public static final int DASHED
Dashed line

DOTDASH

public static final int DOTDASH
DotDash line

CIRCLE

public static final int CIRCLE
Circle Symbol

SQUARE

public static final int SQUARE
Square Symbol

DIAMOND

public static final int DIAMOND
Diamond Symbol

TRIANGLEUP

public static final int TRIANGLEUP
Triangle Up Symbol

TRIANGLEDOWN

public static final int TRIANGLEDOWN
Triangle Down Symbol

CROSS

public static final int CROSS
Cross Symbol

VRECTANGLE

public static final int VRECTANGLE
Vertical Rectangle

HRECTANGLE

public static final int HRECTANGLE
Horizontal Rectangle

BAR

public static final int BAR
Bar

TRIANGLEBAR

public static final int TRIANGLEBAR
Triangle Bar

DIAMONDBAR

public static final int DIAMONDBAR
Diamond Bar

CYLINDER

public static final int CYLINDER
Cylinder

PIEVERTICAL

public static final int PIEVERTICAL
Vertical Pie Symbol

PIEHORIZONTAL

public static final int PIEHORIZONTAL
Horizontal Pie Symbol

IMAGE

public static final int IMAGE
Image Symbol

TARGET

public static final int TARGET
Target Symbol

FILLED

public static final int FILLED
Fill the symbol

OUTLINED

public static final int OUTLINED
Draw the symbol outline

VERTICAL

public static final int VERTICAL
Vertical Format

HORIZONTAL

public static final int HORIZONTAL
Horizontal Format

BOX

public static final int BOX
Box border

SHADOW

public static final int SHADOW
Shadow border

RAISED

public static final int RAISED
Raised border

RECESS

public static final int RECESS
Recessed border

ETCHED

public static final int ETCHED
Deprecated.  
etched border

TILE

public static final int TILE
tile image in area

SIZE

public static final int SIZE
size image to fit area

TRANSLATE

public static final java.lang.String TRANSLATE
SVG translate

SCALE

public static final java.lang.String SCALE
SVG scale

ROTATE

public static final java.lang.String ROTATE
SVG rotate

SKEWX

public static final java.lang.String SKEWX
SVG skewX

SKEWY

public static final java.lang.String SKEWY
SVG skewY

RIGHT

public static final int RIGHT
Right Justify

LEFT

public static final int LEFT
Left Justify

TOP

public static final int TOP
Top Justify

BOTTOM

public static final int BOTTOM
Bottom Justify

CENTER

public static final int CENTER
Center Justify

TOPRIGHT

public static final int TOPRIGHT
TopRight Justify

TOPLEFT

public static final int TOPLEFT
TopLeft Justify

BOTTOMRIGHT

public static final int BOTTOMRIGHT
BottomRight Justify

BOTTOMLEFT

public static final int BOTTOMLEFT
BottomLeft Justify

FROMTO

public static final int FROMTO
Arrow from note to endpoint

TOFROM

public static final int TOFROM
Arrow from endpoint to note

BOTH

public static final int BOTH
Arrow both directions

RECTANGLE

public static final int RECTANGLE
Rectangle drawn from note to endpoint

ELLIPSE

public static final int ELLIPSE
Ellipse drawn from note to endpoint

PIXEL

public static final int PIXEL
Pixel Coordinates

PERCENT

public static final int PERCENT
Percent Coordinates

LINE

public static final int LINE
Line Arrow Style

BLOCK

public static final int BLOCK
Block Arrow Style

SHARP

public static final int SHARP
Sharp Arrow Style

ROUND

public static final int ROUND
Round End Point

NEEDLELINE

public static final int NEEDLELINE
Needle Line Style

NEEDLEFILL

public static final int NEEDLEFILL
Filled Needle Style

NEEDLEBUTTON

public static final int NEEDLEBUTTON
Needle Button Style

LINE_NORMAL

public static final int LINE_NORMAL
Normal line between points.

LINE_FIT

public static final int LINE_FIT
Fitted line between points.

LINE_BOTH

public static final int LINE_BOTH
Both fitted and normal lines between points.

CORNER_ROUND

public static final int CORNER_ROUND
Region corner style rounded.

CORNER_SQUARE

public static final int CORNER_SQUARE
Region corner style square.

CORNER_SNIP

public static final int CORNER_SNIP
Region corner style snipped.

PATTERN_FSLASH

public static final int PATTERN_FSLASH
Forward slash pattern

PATTERN_BSLASH

public static final int PATTERN_BSLASH
Back slash pattern

PATTERN_DGRID

public static final int PATTERN_DGRID
Diagonal grid pattern

PATTERN_HORIZONTAL

public static final int PATTERN_HORIZONTAL
Horizontal lines pattern

PATTERN_VERTICAL

public static final int PATTERN_VERTICAL
Vertical lines pattern

PATTERN_GRID

public static final int PATTERN_GRID
Grid pattern

PATTERN_GRADIENT_VERTICAL

public static final int PATTERN_GRADIENT_VERTICAL
Top to bottom gradient pattern

PATTERN_GRADIENT_HORIZONTAL

public static final int PATTERN_GRADIENT_HORIZONTAL
Left to right gradient pattern

PATTERN_GRADIENT_FDIAG

public static final int PATTERN_GRADIENT_FDIAG
Forward slash diagonal gradient pattern

PATTERN_GRADIENT_BDIAG

public static final int PATTERN_GRADIENT_BDIAG
Back slash diagonal gradient pattern

PATTERN_GRADIENT_RADIAL

public static final int PATTERN_GRADIENT_RADIAL
Radial gradient pattern

PATTERN_GRADIENT_CENTER_HORIZONTAL

public static final int PATTERN_GRADIENT_CENTER_HORIZONTAL
Center out horizontal gradient pattern

PATTERN_GRADIENT_CENTER_VERTICAL

public static final int PATTERN_GRADIENT_CENTER_VERTICAL
Center out vertical gradient pattern

PATTERN_IMAGE

public static final int PATTERN_IMAGE
Image pattern

INTEGER

public static final int INTEGER
Integer Data Type

FLOAT

public static final int FLOAT
Float Data Type

DECIMAL

public static final int DECIMAL
Decimal Data Type

BARCHART

public static final int BARCHART
BARCHART

BOXCHART

public static final int BOXCHART
BOXCHART

COMBOCHART

public static final int COMBOCHART
COMBOCHART

DIAGRAM

public static final int DIAGRAM
DIAGRAM

PIECHART

public static final int PIECHART
PIECHART

STRIPCHART

public static final int STRIPCHART
STRIPCHART

STOCKCHART

public static final int STOCKCHART
STOCKCHART

TIMECHART

public static final int TIMECHART
TIMECHART

XYCHART

public static final int XYCHART
XYCHART

LINECHART

public static final int LINECHART
LINECHART

MULTICHART

public static final int MULTICHART
MULTICHART

DIALCHART

public static final int DIALCHART
DIALCHART

PARETOCHART

public static final int PARETOCHART
PARETOCHART

HEATMAPCHART

public static final int HEATMAPCHART
HEATMAPCHART

MULTIPIECHART

public static final int MULTIPIECHART
MULTIPIECHART

HISTOGRAM

public static final int HISTOGRAM
HISTOGRAM

BARCHART3D

public static final int BARCHART3D
3D Bar Chart

SETNAMEORDER

public static final int SETNAMEORDER
Data set order

SETDISPLAYORDER

public static final int SETDISPLAYORDER
Inverse data set oder

OPERATOR_EQUALS

public static final int OPERATOR_EQUALS
Equals operator

OPERATOR_NOT_EQUALS

public static final int OPERATOR_NOT_EQUALS
Not equals operator

OPERATOR_GREATER_THAN

public static final int OPERATOR_GREATER_THAN
Greater than operator

OPERATOR_GREATER_THAN_OR_EQUAL

public static final int OPERATOR_GREATER_THAN_OR_EQUAL
Greater than or equal operator

OPERATOR_LESS_THAN

public static final int OPERATOR_LESS_THAN
Less than operator

OPERATOR_LESS_THAN_OR_EQUAL

public static final int OPERATOR_LESS_THAN_OR_EQUAL
Less than or equal operator

OPERATOR_BETWEEN

public static final int OPERATOR_BETWEEN
Between operator

COLOR_TABLE

public static final int COLOR_TABLE
Color table

EXPRESSIONS

public static final int EXPRESSIONS
Color expressions

SPECTRUM

public static final int SPECTRUM
Color spectrum
Method Detail

init

public static void init()
Initialize global variables.

getVendor

public static int getVendor()
Return the VM vendor.

getAllowUserInteraction

public static boolean getAllowUserInteraction()
Return if NETCHARTS can allow user interaction, i.e. Login dialogs information dialogs, etc.
Returns:
true if user interaction is allowed, false otherwise.

setAllowUserInteraction

public static void setAllowUserInteraction(boolean b)
Set if NETCHARTS can allow user interaction, i.e. Login dialogs information dialogs, etc.
Parameters:
b - Whether to allow user interaction or not.

getChart

public static java.lang.Object getChart(int type)
Returns the NFChart object that corresponds to the given chart type. If a processing error occurs, null is returned.
Parameters:
type - Type of graph to create.
Returns:
NFChart instance with underlying graph of given type.

getJChart

public static java.lang.Object getJChart(int type)
Returns the JChart object that corresponds to the given chart type. If a processing error occurs, null is returned.
Parameters:
type - Type of graph to create.
Returns:
JChart instance with underlying graph of given type.

getGraph

public static java.lang.Object getGraph(int type)
Returns the NFGraph object that corresponds to the given chart type. If a processing error occurs, null is returned.
Parameters:
type - Type of graph to create.
Returns:
NFGraph instance of given type.

getJGraph

public static java.lang.Object getJGraph(int type)
Returns the JGraph object that corresponds to the given chart type. If a processing error occurs, null is returned.
Parameters:
type - Type of graph to create.
Returns:
JGraph instance of given type.

getChartType

public static java.lang.String getChartType(int type)
Returns the String representation of the chart type that corresponds to the given chart type. If a processing error occurs, null is returned;
Parameters:
type - Type of chart.
Returns:
String representation of the chart type.

Overview | Package | Class | Tree | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD


Visual Mining, Inc.
2099 Gaither Grove Rd.
Suite 220
Rockville, MD 20850
800.308.0731
301.947.8293 FAX

Copyright © Visual Mining, Inc. 1996 - 2010
All Rights Reserved.

NetCharts ProTM is a registered trademark of Visual Mining, Inc. Other brands and their products are trademarks of their respective holders.

Last Modified: Jun 29, 2010