]> gerrit.simantics Code Review - simantics/3d.git/blob - vtk/src/vtk/vtkChartXY.java
Include old 64-bit versions of org.jcae.opencascade and vtk bundles
[simantics/3d.git] / vtk / src / vtk / vtkChartXY.java
1 // java wrapper for vtkChartXY object\r
2 //\r
3 \r
4 package vtk;\r
5 import vtk.*;\r
6 \r
7 public class vtkChartXY extends vtkChart\r
8 {\r
9 \r
10   private native String GetClassName_0();\r
11   public String GetClassName()\r
12     { return GetClassName_0(); }\r
13 \r
14   private native int IsA_1(String id0);\r
15   public int IsA(String id0)\r
16     { return IsA_1(id0); }\r
17 \r
18   private native void Update_2();\r
19   public void Update()\r
20     { Update_2(); }\r
21 \r
22   private native boolean Paint_3(vtkContext2D id0);\r
23   public boolean Paint(vtkContext2D id0)\r
24     { return Paint_3(id0); }\r
25 \r
26   private native long AddPlot_4(int id0);\r
27   public vtkPlot AddPlot(int id0) {\r
28     long temp = AddPlot_4(id0);\r
29 \r
30     if (temp == 0) return null;\r
31     return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
32   }\r
33 \r
34   private native int AddPlot_5(vtkPlot id0);\r
35   public int AddPlot(vtkPlot id0)\r
36     { return AddPlot_5(id0); }\r
37 \r
38   private native boolean RemovePlot_6(int id0);\r
39   public boolean RemovePlot(int id0)\r
40     { return RemovePlot_6(id0); }\r
41 \r
42   private native void ClearPlots_7();\r
43   public void ClearPlots()\r
44     { ClearPlots_7(); }\r
45 \r
46   private native long GetPlot_8(int id0);\r
47   public vtkPlot GetPlot(int id0) {\r
48     long temp = GetPlot_8(id0);\r
49 \r
50     if (temp == 0) return null;\r
51     return (vtkPlot)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
52   }\r
53 \r
54   private native int GetNumberOfPlots_9();\r
55   public int GetNumberOfPlots()\r
56     { return GetNumberOfPlots_9(); }\r
57 \r
58   private native int GetPlotCorner_10(vtkPlot id0);\r
59   public int GetPlotCorner(vtkPlot id0)\r
60     { return GetPlotCorner_10(id0); }\r
61 \r
62   private native void SetPlotCorner_11(vtkPlot id0,int id1);\r
63   public void SetPlotCorner(vtkPlot id0,int id1)\r
64     { SetPlotCorner_11(id0,id1); }\r
65 \r
66   private native long GetAxis_12(int id0);\r
67   public vtkAxis GetAxis(int id0) {\r
68     long temp = GetAxis_12(id0);\r
69 \r
70     if (temp == 0) return null;\r
71     return (vtkAxis)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
72   }\r
73 \r
74   private native void SetShowLegend_13(boolean id0);\r
75   public void SetShowLegend(boolean id0)\r
76     { SetShowLegend_13(id0); }\r
77 \r
78   private native long GetLegend_14();\r
79   public vtkChartLegend GetLegend() {\r
80     long temp = GetLegend_14();\r
81 \r
82     if (temp == 0) return null;\r
83     return (vtkChartLegend)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
84   }\r
85 \r
86   private native long GetTooltip_15();\r
87   public vtkTooltipItem GetTooltip() {\r
88     long temp = GetTooltip_15();\r
89 \r
90     if (temp == 0) return null;\r
91     return (vtkTooltipItem)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp);\r
92   }\r
93 \r
94   private native int GetNumberOfAxes_16();\r
95   public int GetNumberOfAxes()\r
96     { return GetNumberOfAxes_16(); }\r
97 \r
98   private native void RecalculateBounds_17();\r
99   public void RecalculateBounds()\r
100     { RecalculateBounds_17(); }\r
101 \r
102   private native void SetDrawAxesAtOrigin_18(boolean id0);\r
103   public void SetDrawAxesAtOrigin(boolean id0)\r
104     { SetDrawAxesAtOrigin_18(id0); }\r
105 \r
106   private native boolean GetDrawAxesAtOrigin_19();\r
107   public boolean GetDrawAxesAtOrigin()\r
108     { return GetDrawAxesAtOrigin_19(); }\r
109 \r
110   private native void DrawAxesAtOriginOn_20();\r
111   public void DrawAxesAtOriginOn()\r
112     { DrawAxesAtOriginOn_20(); }\r
113 \r
114   private native void DrawAxesAtOriginOff_21();\r
115   public void DrawAxesAtOriginOff()\r
116     { DrawAxesAtOriginOff_21(); }\r
117 \r
118   private native void SetAutoAxes_22(boolean id0);\r
119   public void SetAutoAxes(boolean id0)\r
120     { SetAutoAxes_22(id0); }\r
121 \r
122   private native boolean GetAutoAxes_23();\r
123   public boolean GetAutoAxes()\r
124     { return GetAutoAxes_23(); }\r
125 \r
126   private native void AutoAxesOn_24();\r
127   public void AutoAxesOn()\r
128     { AutoAxesOn_24(); }\r
129 \r
130   private native void AutoAxesOff_25();\r
131   public void AutoAxesOff()\r
132     { AutoAxesOff_25(); }\r
133 \r
134   private native void SetHiddenAxisBorder_26(int id0);\r
135   public void SetHiddenAxisBorder(int id0)\r
136     { SetHiddenAxisBorder_26(id0); }\r
137 \r
138   private native int GetHiddenAxisBorder_27();\r
139   public int GetHiddenAxisBorder()\r
140     { return GetHiddenAxisBorder_27(); }\r
141 \r
142   private native void SetForceAxesToBounds_28(boolean id0);\r
143   public void SetForceAxesToBounds(boolean id0)\r
144     { SetForceAxesToBounds_28(id0); }\r
145 \r
146   private native boolean GetForceAxesToBounds_29();\r
147   public boolean GetForceAxesToBounds()\r
148     { return GetForceAxesToBounds_29(); }\r
149 \r
150   private native void ForceAxesToBoundsOn_30();\r
151   public void ForceAxesToBoundsOn()\r
152     { ForceAxesToBoundsOn_30(); }\r
153 \r
154   private native void ForceAxesToBoundsOff_31();\r
155   public void ForceAxesToBoundsOff()\r
156     { ForceAxesToBoundsOff_31(); }\r
157 \r
158   private native void SetBarWidthFraction_32(double id0);\r
159   public void SetBarWidthFraction(double id0)\r
160     { SetBarWidthFraction_32(id0); }\r
161 \r
162   private native double GetBarWidthFraction_33();\r
163   public double GetBarWidthFraction()\r
164     { return GetBarWidthFraction_33(); }\r
165 \r
166   public vtkChartXY() { super(); }\r
167 \r
168   public vtkChartXY(long id) { super(id); }\r
169   public native long   VTKInit();\r
170 \r
171 }\r