// java wrapper for vtkSliderRepresentation2D object // package vtk; import vtk.*; public class vtkSliderRepresentation2D extends vtkSliderRepresentation { 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 long GetPoint1Coordinate_2(); public vtkCoordinate GetPoint1Coordinate() { long temp = GetPoint1Coordinate_2(); if (temp == 0) return null; return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetPoint2Coordinate_3(); public vtkCoordinate GetPoint2Coordinate() { long temp = GetPoint2Coordinate_3(); if (temp == 0) return null; return (vtkCoordinate)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetTitleText_4(String id0); public void SetTitleText(String id0) { SetTitleText_4(id0); } private native String GetTitleText_5(); public String GetTitleText() { return GetTitleText_5(); } private native long GetSliderProperty_6(); public vtkProperty2D GetSliderProperty() { long temp = GetSliderProperty_6(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTubeProperty_7(); public vtkProperty2D GetTubeProperty() { long temp = GetTubeProperty_7(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetCapProperty_8(); public vtkProperty2D GetCapProperty() { long temp = GetCapProperty_8(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetSelectedProperty_9(); public vtkProperty2D GetSelectedProperty() { long temp = GetSelectedProperty_9(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLabelProperty_10(); public vtkTextProperty GetLabelProperty() { long temp = GetLabelProperty_10(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTitleProperty_11(); public vtkTextProperty GetTitleProperty() { long temp = GetTitleProperty_11(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void PlaceWidget_12(double id0[]); public void PlaceWidget(double id0[]) { PlaceWidget_12(id0); } private native void BuildRepresentation_13(); public void BuildRepresentation() { BuildRepresentation_13(); } private native void StartWidgetInteraction_14(double id0[]); public void StartWidgetInteraction(double id0[]) { StartWidgetInteraction_14(id0); } private native void WidgetInteraction_15(double id0[]); public void WidgetInteraction(double id0[]) { WidgetInteraction_15(id0); } private native void Highlight_16(int id0); public void Highlight(int id0) { Highlight_16(id0); } private native void GetActors2D_17(vtkPropCollection id0); public void GetActors2D(vtkPropCollection id0) { GetActors2D_17(id0); } private native void ReleaseGraphicsResources_18(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_18(id0); } private native int RenderOverlay_19(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_19(id0); } private native int RenderOpaqueGeometry_20(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_20(id0); } public vtkSliderRepresentation2D() { super(); } public vtkSliderRepresentation2D(long id) { super(id); } public native long VTKInit(); }