// java wrapper for vtkFixedSizeHandleRepresentation3D object // package vtk; import vtk.*; public class vtkFixedSizeHandleRepresentation3D extends vtkPolygonalHandleRepresentation3D { 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 GetSphereSource_2(); public vtkSphereSource GetSphereSource() { long temp = GetSphereSource_2(); if (temp == 0) return null; return (vtkSphereSource)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetHandleSizeInPixels_3(double id0); public void SetHandleSizeInPixels(double id0) { SetHandleSizeInPixels_3(id0); } private native double GetHandleSizeInPixels_4(); public double GetHandleSizeInPixels() { return GetHandleSizeInPixels_4(); } private native void SetHandleSizeToleranceInPixels_5(double id0); public void SetHandleSizeToleranceInPixels(double id0) { SetHandleSizeToleranceInPixels_5(id0); } private native double GetHandleSizeToleranceInPixels_6(); public double GetHandleSizeToleranceInPixels() { return GetHandleSizeToleranceInPixels_6(); } public vtkFixedSizeHandleRepresentation3D() { super(); } public vtkFixedSizeHandleRepresentation3D(long id) { super(id); } public native long VTKInit(); }