// java wrapper for vtkTexturedButtonRepresentation2D object // package vtk; import vtk.*; public class vtkTexturedButtonRepresentation2D extends vtkButtonRepresentation { 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 SetProperty_2(vtkProperty2D id0); public void SetProperty(vtkProperty2D id0) { SetProperty_2(id0); } private native long GetProperty_3(); public vtkProperty2D GetProperty() { long temp = GetProperty_3(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetHoveringProperty_4(vtkProperty2D id0); public void SetHoveringProperty(vtkProperty2D id0) { SetHoveringProperty_4(id0); } private native long GetHoveringProperty_5(); public vtkProperty2D GetHoveringProperty() { long temp = GetHoveringProperty_5(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSelectingProperty_6(vtkProperty2D id0); public void SetSelectingProperty(vtkProperty2D id0) { SetSelectingProperty_6(id0); } private native long GetSelectingProperty_7(); public vtkProperty2D GetSelectingProperty() { long temp = GetSelectingProperty_7(); if (temp == 0) return null; return (vtkProperty2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetButtonTexture_8(int id0,vtkImageData id1); public void SetButtonTexture(int id0,vtkImageData id1) { SetButtonTexture_8(id0,id1); } private native long GetButtonTexture_9(int id0); public vtkImageData GetButtonTexture(int id0) { long temp = GetButtonTexture_9(id0); if (temp == 0) return null; return (vtkImageData)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetBalloon_10(); public vtkBalloonRepresentation GetBalloon() { long temp = GetBalloon_10(); if (temp == 0) return null; return (vtkBalloonRepresentation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native int ComputeInteractionState_11(int id0,int id1,int id2); public int ComputeInteractionState(int id0,int id1,int id2) { return ComputeInteractionState_11(id0,id1,id2); } private native void BuildRepresentation_12(); public void BuildRepresentation() { BuildRepresentation_12(); } private native void Highlight_13(int id0); public void Highlight(int id0) { Highlight_13(id0); } private native void PlaceWidget_14(double id0[]); public void PlaceWidget(double id0[]) { PlaceWidget_14(id0); } private native void PlaceWidget_15(double id0[],int id1[]); public void PlaceWidget(double id0[],int id1[]) { PlaceWidget_15(id0,id1); } private native void ShallowCopy_16(vtkProp id0); public void ShallowCopy(vtkProp id0) { ShallowCopy_16(id0); } private native void GetActors_17(vtkPropCollection id0); public void GetActors(vtkPropCollection id0) { GetActors_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 HasTranslucentPolygonalGeometry_20(); public int HasTranslucentPolygonalGeometry() { return HasTranslucentPolygonalGeometry_20(); } public vtkTexturedButtonRepresentation2D() { super(); } public vtkTexturedButtonRepresentation2D(long id) { super(id); } public native long VTKInit(); }