Uses of Class
com.quinncurtis.chart3djava.ChartView

Uses of ChartView in com.quinncurtis.chart3djava
 

Methods in com.quinncurtis.chart3djava that return ChartView
 ChartView GraphObj.getChartObjComponent()
          Returns a reference to the ChartView component that the chart object is placed in
 ChartView ChartPrint.getPrintChartView()
          Returns a reference to the ChartView component that contains the chart that is to be printed.
 ChartView ChartBufferedImage.setChartViewComponent()
          Returns a reference to the ChartView object used as the source for the rendered image.
 

Methods in com.quinncurtis.chart3djava with parameters of type ChartView
 void ChartView.copy(ChartView source)
          Copies the source scale.
 void UserCoordinates.endXORMode(ChartView canvas)
          This method ends an XOR drawing mode for the window.
 void DataCursor.initDataCursor(ChartView component, PhysicalCoordinates transform, double zpos, int nmarkertype, double rsize)
          Initializes the attributes of an DataCursor object.
 void ScrollBarRotate3DControl.initScrollBarRotate3DControl(javax.swing.JFrame frame, ChartView chartvu, PhysicalCoordinates[] transforms, ChartPoint3D initialvalues, int lightlevel)
          Initialize a dialog box to rotate multiple coordinate systems.
 void ScrollBarRotate3DControl.initScrollBarRotate3DControl(javax.swing.JFrame frame, ChartView chartvu, PhysicalCoordinates transform, ChartPoint3D initialvalues, int lightlevel)
          Initialize a dialog box to rotate a coordinate system.
 void ScrollBarRotate3DControl.initScrollBarRotate3DControl(javax.swing.JFrame frame, ChartView chartvu, java.util.Vector transforms, ChartPoint3D initialvalues, int lightlevel)
          Initialize a dialog box to rotate multiple coordinate systems.
 void GraphObj.setChartObjComponent(ChartView component)
          Sets the reference to the ChartView component that the chart object is placed in
 void ChartBufferedImage.setChartViewComponent(ChartView component)
          Stores a reference to an ChartView object used as the source for the rendered image.
 void ChartPrint.setPrintChartView(ChartView component)
          Sets the reference to the ChartView component that contains the chart that is to be printed.
 void UserCoordinates.startXORMode(ChartView canvas, java.awt.Color framecolor, int linestyle)
          This method starts an XOR drawing mode for the window.
 

Constructors in com.quinncurtis.chart3djava with parameters of type ChartView
ChartBufferedImage(ChartView component)
          This constructor creates an BufferedImage object that is used to.render an ChartView object into an image buffer.
ChartBufferedImage(ChartView component, int imagetype)
          This constructor creates an BufferedImage object that is used to render an ChartView object into an image buffer.
ChartMouseListener(ChartView component)
          This method initializes an ChartMouseListener using the specified component.
ChartPrint(ChartView component)
          This constructor creates a new ChartPrint object that will print a ChartView object.
ChartPrint(ChartView[] components, ChartRectangle3D[] posrects)
          This constructor creates a new ChartPrint object that will print a collection of ChartView object.
ChartPrint(ChartView component, int nsizemode)
          This constructor creates a new ChartPrint object that will print a ChartView object.
ChartZoom(ChartView component, PhysicalCoordinates[] transforms, int numtransforms, boolean brescale)
          This constructor creates a new ChartZoom object using the specified component and scales.
ChartZoom(ChartView component, PhysicalCoordinates transform, boolean brescale)
          This constructor creates a new ChartZoom object using the specified component and scale.
CustomDataToolTip(ChartView component)
          This constructor creates a new CustomDataToolTip object using the specified component.
DataCursor(ChartView component, PhysicalCoordinates transform, double zpos, int nmarkertype, double rsize)
          This constructor creates a new DataCursor object using the specified component, scale, type and size parameters.
DataCursor(ChartView component, PhysicalCoordinates transform, int nmarkertype, double rsize)
          This constructor creates a new DataCursor object using the specified component, scale, type and size parameters.
DataToolTip(ChartView component)
          This constructor creates a new DataToolTip object using the specified component.
DataToolTip(ChartView component, int buttonmask)
          This constructor creates a new DataToolTip object using the specified component and scale.
FindObj(ChartView component)
          This constructor creates a new FindObj object using the specified component.
FindObj(ChartView component, java.lang.String classname)
          This constructor creates a new FindObj object using the specified component.
MoveData(ChartView component, PhysicalCoordinates transform)
          This constructor creates a new MoveData object using the specified component and scale.
MoveData(ChartView component, PhysicalCoordinates transform, int buttonmask)
          This constructor creates a new MoveData object using the specified component and scale.
MoveObj(ChartView component)
          This constructor creates a new MoveObj object using the specified component.
MoveObj(ChartView component, int buttonmask)
          This constructor creates a new MoveObj object using the specified component.
MoveObj(ChartView component, int buttonmask, java.lang.String objectfilter)
          This constructor creates a new MoveObj object using the specified component.
RotateTransform3D(ChartView component)
          This constructor creates a new RotateTransform3D object using the specified component.
RotateTransform3D(ChartView component, int buttonmask)
          This constructor creates a new RotateTransform3D object using the specified component.
RotateTransform3D(ChartView component, int buttonmask, java.lang.String object1filter)
          This constructor creates a new RotateTransform3D object using the specified component.
ScrollBarRotate3DControl(javax.swing.JFrame frame, ChartView chartvu, PhysicalCoordinates[] transforms, ChartPoint3D initialvalues, int lightlevel)
          Constructor for create a dialog box to rotate multiple coordinate systems.
ScrollBarRotate3DControl(javax.swing.JFrame frame, ChartView chartvu, PhysicalCoordinates transform, ChartPoint3D initialvalues, int lightlevel)
          Constructor for create a dialog box to rotate a single coordinate system.
ScrollBarRotate3DControl(javax.swing.JFrame frame, ChartView chartvu, java.util.Vector transforms, ChartPoint3D initialvalues, int lightlevel)
          Constructor for create a dialog box to rotate multiple coordinate systems.