X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=vtk%2Fsrc%2Fvtk%2FvtkSliderRepresentation.java;h=fc0d098be66f0689c0f9a98b4ba490101682a9ec;hb=efb52587babd1b858c8e77fedc44a5b4ef0c1088;hp=e7d6d82c9ebd7fa81703384669df9cc35c1ec4d1;hpb=471c46e9a685e20de958d77166461aebc7a7b6ee;p=simantics%2F3d.git diff --git a/vtk/src/vtk/vtkSliderRepresentation.java b/vtk/src/vtk/vtkSliderRepresentation.java index e7d6d82c..fc0d098b 100644 --- a/vtk/src/vtk/vtkSliderRepresentation.java +++ b/vtk/src/vtk/vtkSliderRepresentation.java @@ -1,198 +1,198 @@ -// java wrapper for vtkSliderRepresentation object -// - -package vtk; -import vtk.*; - -public class vtkSliderRepresentation extends vtkWidgetRepresentation -{ - - 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 SetValue_2(double id0); - public void SetValue(double id0) - { SetValue_2(id0); } - - private native double GetValue_3(); - public double GetValue() - { return GetValue_3(); } - - private native void SetMinimumValue_4(double id0); - public void SetMinimumValue(double id0) - { SetMinimumValue_4(id0); } - - private native double GetMinimumValue_5(); - public double GetMinimumValue() - { return GetMinimumValue_5(); } - - private native void SetMaximumValue_6(double id0); - public void SetMaximumValue(double id0) - { SetMaximumValue_6(id0); } - - private native double GetMaximumValue_7(); - public double GetMaximumValue() - { return GetMaximumValue_7(); } - - private native void SetSliderLength_8(double id0); - public void SetSliderLength(double id0) - { SetSliderLength_8(id0); } - - private native double GetSliderLengthMinValue_9(); - public double GetSliderLengthMinValue() - { return GetSliderLengthMinValue_9(); } - - private native double GetSliderLengthMaxValue_10(); - public double GetSliderLengthMaxValue() - { return GetSliderLengthMaxValue_10(); } - - private native double GetSliderLength_11(); - public double GetSliderLength() - { return GetSliderLength_11(); } - - private native void SetSliderWidth_12(double id0); - public void SetSliderWidth(double id0) - { SetSliderWidth_12(id0); } - - private native double GetSliderWidthMinValue_13(); - public double GetSliderWidthMinValue() - { return GetSliderWidthMinValue_13(); } - - private native double GetSliderWidthMaxValue_14(); - public double GetSliderWidthMaxValue() - { return GetSliderWidthMaxValue_14(); } - - private native double GetSliderWidth_15(); - public double GetSliderWidth() - { return GetSliderWidth_15(); } - - private native void SetTubeWidth_16(double id0); - public void SetTubeWidth(double id0) - { SetTubeWidth_16(id0); } - - private native double GetTubeWidthMinValue_17(); - public double GetTubeWidthMinValue() - { return GetTubeWidthMinValue_17(); } - - private native double GetTubeWidthMaxValue_18(); - public double GetTubeWidthMaxValue() - { return GetTubeWidthMaxValue_18(); } - - private native double GetTubeWidth_19(); - public double GetTubeWidth() - { return GetTubeWidth_19(); } - - private native void SetEndCapLength_20(double id0); - public void SetEndCapLength(double id0) - { SetEndCapLength_20(id0); } - - private native double GetEndCapLengthMinValue_21(); - public double GetEndCapLengthMinValue() - { return GetEndCapLengthMinValue_21(); } - - private native double GetEndCapLengthMaxValue_22(); - public double GetEndCapLengthMaxValue() - { return GetEndCapLengthMaxValue_22(); } - - private native double GetEndCapLength_23(); - public double GetEndCapLength() - { return GetEndCapLength_23(); } - - private native void SetEndCapWidth_24(double id0); - public void SetEndCapWidth(double id0) - { SetEndCapWidth_24(id0); } - - private native double GetEndCapWidthMinValue_25(); - public double GetEndCapWidthMinValue() - { return GetEndCapWidthMinValue_25(); } - - private native double GetEndCapWidthMaxValue_26(); - public double GetEndCapWidthMaxValue() - { return GetEndCapWidthMaxValue_26(); } - - private native double GetEndCapWidth_27(); - public double GetEndCapWidth() - { return GetEndCapWidth_27(); } - - private native void SetTitleText_28(String id0); - public void SetTitleText(String id0) - { SetTitleText_28(id0); } - - private native String GetTitleText_29(); - public String GetTitleText() - { return GetTitleText_29(); } - - private native void SetLabelFormat_30(String id0); - public void SetLabelFormat(String id0) - { SetLabelFormat_30(id0); } - - private native String GetLabelFormat_31(); - public String GetLabelFormat() - { return GetLabelFormat_31(); } - - private native void SetLabelHeight_32(double id0); - public void SetLabelHeight(double id0) - { SetLabelHeight_32(id0); } - - private native double GetLabelHeightMinValue_33(); - public double GetLabelHeightMinValue() - { return GetLabelHeightMinValue_33(); } - - private native double GetLabelHeightMaxValue_34(); - public double GetLabelHeightMaxValue() - { return GetLabelHeightMaxValue_34(); } - - private native double GetLabelHeight_35(); - public double GetLabelHeight() - { return GetLabelHeight_35(); } - - private native void SetTitleHeight_36(double id0); - public void SetTitleHeight(double id0) - { SetTitleHeight_36(id0); } - - private native double GetTitleHeightMinValue_37(); - public double GetTitleHeightMinValue() - { return GetTitleHeightMinValue_37(); } - - private native double GetTitleHeightMaxValue_38(); - public double GetTitleHeightMaxValue() - { return GetTitleHeightMaxValue_38(); } - - private native double GetTitleHeight_39(); - public double GetTitleHeight() - { return GetTitleHeight_39(); } - - private native void SetShowSliderLabel_40(int id0); - public void SetShowSliderLabel(int id0) - { SetShowSliderLabel_40(id0); } - - private native int GetShowSliderLabel_41(); - public int GetShowSliderLabel() - { return GetShowSliderLabel_41(); } - - private native void ShowSliderLabelOn_42(); - public void ShowSliderLabelOn() - { ShowSliderLabelOn_42(); } - - private native void ShowSliderLabelOff_43(); - public void ShowSliderLabelOff() - { ShowSliderLabelOff_43(); } - - private native double GetCurrentT_44(); - public double GetCurrentT() - { return GetCurrentT_44(); } - - private native double GetPickedT_45(); - public double GetPickedT() - { return GetPickedT_45(); } - - public vtkSliderRepresentation() { super(); } - - public vtkSliderRepresentation(long id) { super(id); } - -} +// java wrapper for vtkSliderRepresentation object +// + +package vtk; +import vtk.*; + +public class vtkSliderRepresentation extends vtkWidgetRepresentation +{ + + 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 SetValue_2(double id0); + public void SetValue(double id0) + { SetValue_2(id0); } + + private native double GetValue_3(); + public double GetValue() + { return GetValue_3(); } + + private native void SetMinimumValue_4(double id0); + public void SetMinimumValue(double id0) + { SetMinimumValue_4(id0); } + + private native double GetMinimumValue_5(); + public double GetMinimumValue() + { return GetMinimumValue_5(); } + + private native void SetMaximumValue_6(double id0); + public void SetMaximumValue(double id0) + { SetMaximumValue_6(id0); } + + private native double GetMaximumValue_7(); + public double GetMaximumValue() + { return GetMaximumValue_7(); } + + private native void SetSliderLength_8(double id0); + public void SetSliderLength(double id0) + { SetSliderLength_8(id0); } + + private native double GetSliderLengthMinValue_9(); + public double GetSliderLengthMinValue() + { return GetSliderLengthMinValue_9(); } + + private native double GetSliderLengthMaxValue_10(); + public double GetSliderLengthMaxValue() + { return GetSliderLengthMaxValue_10(); } + + private native double GetSliderLength_11(); + public double GetSliderLength() + { return GetSliderLength_11(); } + + private native void SetSliderWidth_12(double id0); + public void SetSliderWidth(double id0) + { SetSliderWidth_12(id0); } + + private native double GetSliderWidthMinValue_13(); + public double GetSliderWidthMinValue() + { return GetSliderWidthMinValue_13(); } + + private native double GetSliderWidthMaxValue_14(); + public double GetSliderWidthMaxValue() + { return GetSliderWidthMaxValue_14(); } + + private native double GetSliderWidth_15(); + public double GetSliderWidth() + { return GetSliderWidth_15(); } + + private native void SetTubeWidth_16(double id0); + public void SetTubeWidth(double id0) + { SetTubeWidth_16(id0); } + + private native double GetTubeWidthMinValue_17(); + public double GetTubeWidthMinValue() + { return GetTubeWidthMinValue_17(); } + + private native double GetTubeWidthMaxValue_18(); + public double GetTubeWidthMaxValue() + { return GetTubeWidthMaxValue_18(); } + + private native double GetTubeWidth_19(); + public double GetTubeWidth() + { return GetTubeWidth_19(); } + + private native void SetEndCapLength_20(double id0); + public void SetEndCapLength(double id0) + { SetEndCapLength_20(id0); } + + private native double GetEndCapLengthMinValue_21(); + public double GetEndCapLengthMinValue() + { return GetEndCapLengthMinValue_21(); } + + private native double GetEndCapLengthMaxValue_22(); + public double GetEndCapLengthMaxValue() + { return GetEndCapLengthMaxValue_22(); } + + private native double GetEndCapLength_23(); + public double GetEndCapLength() + { return GetEndCapLength_23(); } + + private native void SetEndCapWidth_24(double id0); + public void SetEndCapWidth(double id0) + { SetEndCapWidth_24(id0); } + + private native double GetEndCapWidthMinValue_25(); + public double GetEndCapWidthMinValue() + { return GetEndCapWidthMinValue_25(); } + + private native double GetEndCapWidthMaxValue_26(); + public double GetEndCapWidthMaxValue() + { return GetEndCapWidthMaxValue_26(); } + + private native double GetEndCapWidth_27(); + public double GetEndCapWidth() + { return GetEndCapWidth_27(); } + + private native void SetTitleText_28(String id0); + public void SetTitleText(String id0) + { SetTitleText_28(id0); } + + private native String GetTitleText_29(); + public String GetTitleText() + { return GetTitleText_29(); } + + private native void SetLabelFormat_30(String id0); + public void SetLabelFormat(String id0) + { SetLabelFormat_30(id0); } + + private native String GetLabelFormat_31(); + public String GetLabelFormat() + { return GetLabelFormat_31(); } + + private native void SetLabelHeight_32(double id0); + public void SetLabelHeight(double id0) + { SetLabelHeight_32(id0); } + + private native double GetLabelHeightMinValue_33(); + public double GetLabelHeightMinValue() + { return GetLabelHeightMinValue_33(); } + + private native double GetLabelHeightMaxValue_34(); + public double GetLabelHeightMaxValue() + { return GetLabelHeightMaxValue_34(); } + + private native double GetLabelHeight_35(); + public double GetLabelHeight() + { return GetLabelHeight_35(); } + + private native void SetTitleHeight_36(double id0); + public void SetTitleHeight(double id0) + { SetTitleHeight_36(id0); } + + private native double GetTitleHeightMinValue_37(); + public double GetTitleHeightMinValue() + { return GetTitleHeightMinValue_37(); } + + private native double GetTitleHeightMaxValue_38(); + public double GetTitleHeightMaxValue() + { return GetTitleHeightMaxValue_38(); } + + private native double GetTitleHeight_39(); + public double GetTitleHeight() + { return GetTitleHeight_39(); } + + private native void SetShowSliderLabel_40(int id0); + public void SetShowSliderLabel(int id0) + { SetShowSliderLabel_40(id0); } + + private native int GetShowSliderLabel_41(); + public int GetShowSliderLabel() + { return GetShowSliderLabel_41(); } + + private native void ShowSliderLabelOn_42(); + public void ShowSliderLabelOn() + { ShowSliderLabelOn_42(); } + + private native void ShowSliderLabelOff_43(); + public void ShowSliderLabelOff() + { ShowSliderLabelOff_43(); } + + private native double GetCurrentT_44(); + public double GetCurrentT() + { return GetCurrentT_44(); } + + private native double GetPickedT_45(); + public double GetPickedT() + { return GetPickedT_45(); } + + public vtkSliderRepresentation() { super(); } + + public vtkSliderRepresentation(long id) { super(id); } + +}