X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkTooltipItem.java;h=a8a81771199958a8d9ed1e234e4224705268e3cf;hb=3523a218827de60e1aa4ce7be126342418ddb054;hp=0ea338b2661150d2421cb8fb1418e03d983c60f7;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkTooltipItem.java b/vtk/src/vtk/vtkTooltipItem.java index 0ea338b2..a8a81771 100644 --- a/vtk/src/vtk/vtkTooltipItem.java +++ b/vtk/src/vtk/vtkTooltipItem.java @@ -1,75 +1,75 @@ -// java wrapper for vtkTooltipItem object -// - -package vtk; -import vtk.*; - -public class vtkTooltipItem extends vtkContextItem -{ - - private native String GetClassName_0(); - public String GetClassName() - { return GetClassName_0(); } - - private native int IsA_1(String id0); - public int IsA(String id0) - { return IsA_1(id0); } - - private native void SetPosition_2(double id0,double id1); - public void SetPosition(double id0,double id1) - { SetPosition_2(id0,id1); } - - private native void SetPosition_3(double id0[]); - public void SetPosition(double id0[]) - { SetPosition_3(id0); } - - private native double[] GetPosition_4(); - public double[] GetPosition() - { return GetPosition_4(); } - - private native void SetText_5(String id0); - public void SetText(String id0) - { SetText_5(id0); } - - private native String GetText_6(); - public String GetText() - { return GetText_6(); } - - private native long GetPen_7(); - public vtkPen GetPen() { - long temp = GetPen_7(); - - if (temp == 0) return null; - return (vtkPen)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetBrush_8(); - public vtkBrush GetBrush() { - long temp = GetBrush_8(); - - if (temp == 0) return null; - return (vtkBrush)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native long GetTextProperties_9(); - public vtkTextProperty GetTextProperties() { - long temp = GetTextProperties_9(); - - if (temp == 0) return null; - return (vtkTextProperty)vtkObject.JAVA_OBJECT_MANAGER.getJavaObject(temp); - } - - private native void Update_10(); - public void Update() - { Update_10(); } - - private native boolean Paint_11(vtkContext2D id0); - public boolean Paint(vtkContext2D id0) - { return Paint_11(id0); } - - public vtkTooltipItem() { super(); } - - public vtkTooltipItem(long id) { super(id); } - public native long VTKInit(); - -} +// java wrapper for vtkTooltipItem object +// + +package vtk; +import vtk.*; + +public class vtkTooltipItem extends vtkContextItem +{ + + private native int IsTypeOf_0(String id0); + public int IsTypeOf(String id0) + { return IsTypeOf_0(id0); } + + private native int IsA_1(String id0); + public int IsA(String id0) + { return IsA_1(id0); } + + private native void SetPosition_2(double id0,double id1); + public void SetPosition(double id0,double id1) + { SetPosition_2(id0,id1); } + + private native void SetPosition_3(double id0[]); + public void SetPosition(double id0[]) + { SetPosition_3(id0); } + + private native double[] GetPosition_4(); + public double[] GetPosition() + { return GetPosition_4(); } + + private native void SetText_5(String id0); + public void SetText(String id0) + { SetText_5(id0); } + + private native String GetText_6(); + public String GetText() + { return GetText_6(); } + + private native long GetPen_7(); + public vtkPen GetPen() { + long temp = GetPen_7(); + + if (temp == 0) return null; + return (vtkPen)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetBrush_8(); + public vtkBrush GetBrush() { + long temp = GetBrush_8(); + + if (temp == 0) return null; + return (vtkBrush)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native long GetTextProperties_9(); + public vtkTextProperty GetTextProperties() { + long temp = GetTextProperties_9(); + + if (temp == 0) return null; + return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); +} + + private native void Update_10(); + public void Update() + { Update_10(); } + + private native boolean Paint_11(vtkContext2D id0); + public boolean Paint(vtkContext2D id0) + { return Paint_11(id0); } + + public vtkTooltipItem() { super(); } + + public vtkTooltipItem(long id) { super(id); } + public native long VTKInit(); + +}