// java wrapper for vtkAnnotation object // package vtk; import vtk.*; public class vtkAnnotation extends vtkDataObject { 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 GetSelection_2(); public vtkSelection GetSelection() { long temp = GetSelection_2(); if (temp == 0) return null; return (vtkSelection)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void SetSelection_3(vtkSelection id0); public void SetSelection(vtkSelection id0) { SetSelection_3(id0); } private native long GetData_4(vtkInformation id0); public vtkAnnotation GetData(vtkInformation id0) { long temp = GetData_4(id0); if (temp == 0) return null; return (vtkAnnotation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetData_5(vtkInformationVector id0,int id1); public vtkAnnotation GetData(vtkInformationVector id0,int id1) { long temp = GetData_5(id0,id1); if (temp == 0) return null; return (vtkAnnotation)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long LABEL_6(); public vtkInformationStringKey LABEL() { long temp = LABEL_6(); if (temp == 0) return null; return (vtkInformationStringKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long COLOR_7(); public vtkInformationDoubleVectorKey COLOR() { long temp = COLOR_7(); if (temp == 0) return null; return (vtkInformationDoubleVectorKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long OPACITY_8(); public vtkInformationDoubleKey OPACITY() { long temp = OPACITY_8(); if (temp == 0) return null; return (vtkInformationDoubleKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ICON_INDEX_9(); public vtkInformationIntegerKey ICON_INDEX() { long temp = ICON_INDEX_9(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long ENABLE_10(); public vtkInformationIntegerKey ENABLE() { long temp = ENABLE_10(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long HIDE_11(); public vtkInformationIntegerKey HIDE() { long temp = HIDE_11(); if (temp == 0) return null; return (vtkInformationIntegerKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long DATA_12(); public vtkInformationDataObjectKey DATA() { long temp = DATA_12(); if (temp == 0) return null; return (vtkInformationDataObjectKey)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void Initialize_13(); public void Initialize() { Initialize_13(); } private native void ShallowCopy_14(vtkDataObject id0); public void ShallowCopy(vtkDataObject id0) { ShallowCopy_14(id0); } private native void DeepCopy_15(vtkDataObject id0); public void DeepCopy(vtkDataObject id0) { DeepCopy_15(id0); } private native int GetMTime_16(); public int GetMTime() { return GetMTime_16(); } public vtkAnnotation() { super(); } public vtkAnnotation(long id) { super(id); } public native long VTKInit(); }