// java wrapper for vtkTextProperty object // package vtk; import vtk.*; public class vtkTextProperty extends vtkObject { 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 SetColor_2(double id0,double id1,double id2); public void SetColor(double id0,double id1,double id2) { SetColor_2(id0,id1,id2); } private native void SetColor_3(double id0[]); public void SetColor(double id0[]) { SetColor_3(id0); } private native double[] GetColor_4(); public double[] GetColor() { return GetColor_4(); } private native void SetOpacity_5(double id0); public void SetOpacity(double id0) { SetOpacity_5(id0); } private native double GetOpacityMinValue_6(); public double GetOpacityMinValue() { return GetOpacityMinValue_6(); } private native double GetOpacityMaxValue_7(); public double GetOpacityMaxValue() { return GetOpacityMaxValue_7(); } private native double GetOpacity_8(); public double GetOpacity() { return GetOpacity_8(); } private native void SetBackgroundColor_9(double id0,double id1,double id2); public void SetBackgroundColor(double id0,double id1,double id2) { SetBackgroundColor_9(id0,id1,id2); } private native void SetBackgroundColor_10(double id0[]); public void SetBackgroundColor(double id0[]) { SetBackgroundColor_10(id0); } private native double[] GetBackgroundColor_11(); public double[] GetBackgroundColor() { return GetBackgroundColor_11(); } private native void SetBackgroundOpacity_12(double id0); public void SetBackgroundOpacity(double id0) { SetBackgroundOpacity_12(id0); } private native double GetBackgroundOpacityMinValue_13(); public double GetBackgroundOpacityMinValue() { return GetBackgroundOpacityMinValue_13(); } private native double GetBackgroundOpacityMaxValue_14(); public double GetBackgroundOpacityMaxValue() { return GetBackgroundOpacityMaxValue_14(); } private native double GetBackgroundOpacity_15(); public double GetBackgroundOpacity() { return GetBackgroundOpacity_15(); } private native void SetFrameColor_16(double id0,double id1,double id2); public void SetFrameColor(double id0,double id1,double id2) { SetFrameColor_16(id0,id1,id2); } private native void SetFrameColor_17(double id0[]); public void SetFrameColor(double id0[]) { SetFrameColor_17(id0); } private native double[] GetFrameColor_18(); public double[] GetFrameColor() { return GetFrameColor_18(); } private native void SetFrame_19(int id0); public void SetFrame(int id0) { SetFrame_19(id0); } private native int GetFrame_20(); public int GetFrame() { return GetFrame_20(); } private native void FrameOn_21(); public void FrameOn() { FrameOn_21(); } private native void FrameOff_22(); public void FrameOff() { FrameOff_22(); } private native void SetFrameWidth_23(int id0); public void SetFrameWidth(int id0) { SetFrameWidth_23(id0); } private native int GetFrameWidthMinValue_24(); public int GetFrameWidthMinValue() { return GetFrameWidthMinValue_24(); } private native int GetFrameWidthMaxValue_25(); public int GetFrameWidthMaxValue() { return GetFrameWidthMaxValue_25(); } private native int GetFrameWidth_26(); public int GetFrameWidth() { return GetFrameWidth_26(); } private native String GetFontFamilyAsString_27(); public String GetFontFamilyAsString() { return GetFontFamilyAsString_27(); } private native void SetFontFamilyAsString_28(String id0); public void SetFontFamilyAsString(String id0) { SetFontFamilyAsString_28(id0); } private native void SetFontFamily_29(int id0); public void SetFontFamily(int id0) { SetFontFamily_29(id0); } private native int GetFontFamily_30(); public int GetFontFamily() { return GetFontFamily_30(); } private native int GetFontFamilyMinValue_31(); public int GetFontFamilyMinValue() { return GetFontFamilyMinValue_31(); } private native void SetFontFamilyToArial_32(); public void SetFontFamilyToArial() { SetFontFamilyToArial_32(); } private native void SetFontFamilyToCourier_33(); public void SetFontFamilyToCourier() { SetFontFamilyToCourier_33(); } private native void SetFontFamilyToTimes_34(); public void SetFontFamilyToTimes() { SetFontFamilyToTimes_34(); } private native int GetFontFamilyFromString_35(String id0); public int GetFontFamilyFromString(String id0) { return GetFontFamilyFromString_35(id0); } private native String GetFontFamilyAsString_36(int id0); public String GetFontFamilyAsString(int id0) { return GetFontFamilyAsString_36(id0); } private native String GetFontFile_37(); public String GetFontFile() { return GetFontFile_37(); } private native void SetFontFile_38(String id0); public void SetFontFile(String id0) { SetFontFile_38(id0); } private native void SetFontSize_39(int id0); public void SetFontSize(int id0) { SetFontSize_39(id0); } private native int GetFontSizeMinValue_40(); public int GetFontSizeMinValue() { return GetFontSizeMinValue_40(); } private native int GetFontSizeMaxValue_41(); public int GetFontSizeMaxValue() { return GetFontSizeMaxValue_41(); } private native int GetFontSize_42(); public int GetFontSize() { return GetFontSize_42(); } private native void SetBold_43(int id0); public void SetBold(int id0) { SetBold_43(id0); } private native int GetBold_44(); public int GetBold() { return GetBold_44(); } private native void BoldOn_45(); public void BoldOn() { BoldOn_45(); } private native void BoldOff_46(); public void BoldOff() { BoldOff_46(); } private native void SetItalic_47(int id0); public void SetItalic(int id0) { SetItalic_47(id0); } private native int GetItalic_48(); public int GetItalic() { return GetItalic_48(); } private native void ItalicOn_49(); public void ItalicOn() { ItalicOn_49(); } private native void ItalicOff_50(); public void ItalicOff() { ItalicOff_50(); } private native void SetShadow_51(int id0); public void SetShadow(int id0) { SetShadow_51(id0); } private native int GetShadow_52(); public int GetShadow() { return GetShadow_52(); } private native void ShadowOn_53(); public void ShadowOn() { ShadowOn_53(); } private native void ShadowOff_54(); public void ShadowOff() { ShadowOff_54(); } private native void SetShadowOffset_55(int id0,int id1); public void SetShadowOffset(int id0,int id1) { SetShadowOffset_55(id0,id1); } private native void SetShadowOffset_56(int id0[]); public void SetShadowOffset(int id0[]) { SetShadowOffset_56(id0); } private native int[] GetShadowOffset_57(); public int[] GetShadowOffset() { return GetShadowOffset_57(); } private native void GetShadowColor_58(double id0[]); public void GetShadowColor(double id0[]) { GetShadowColor_58(id0); } private native void SetJustification_59(int id0); public void SetJustification(int id0) { SetJustification_59(id0); } private native int GetJustificationMinValue_60(); public int GetJustificationMinValue() { return GetJustificationMinValue_60(); } private native int GetJustificationMaxValue_61(); public int GetJustificationMaxValue() { return GetJustificationMaxValue_61(); } private native int GetJustification_62(); public int GetJustification() { return GetJustification_62(); } private native void SetJustificationToLeft_63(); public void SetJustificationToLeft() { SetJustificationToLeft_63(); } private native void SetJustificationToCentered_64(); public void SetJustificationToCentered() { SetJustificationToCentered_64(); } private native void SetJustificationToRight_65(); public void SetJustificationToRight() { SetJustificationToRight_65(); } private native String GetJustificationAsString_66(); public String GetJustificationAsString() { return GetJustificationAsString_66(); } private native void SetVerticalJustification_67(int id0); public void SetVerticalJustification(int id0) { SetVerticalJustification_67(id0); } private native int GetVerticalJustificationMinValue_68(); public int GetVerticalJustificationMinValue() { return GetVerticalJustificationMinValue_68(); } private native int GetVerticalJustificationMaxValue_69(); public int GetVerticalJustificationMaxValue() { return GetVerticalJustificationMaxValue_69(); } private native int GetVerticalJustification_70(); public int GetVerticalJustification() { return GetVerticalJustification_70(); } private native void SetVerticalJustificationToBottom_71(); public void SetVerticalJustificationToBottom() { SetVerticalJustificationToBottom_71(); } private native void SetVerticalJustificationToCentered_72(); public void SetVerticalJustificationToCentered() { SetVerticalJustificationToCentered_72(); } private native void SetVerticalJustificationToTop_73(); public void SetVerticalJustificationToTop() { SetVerticalJustificationToTop_73(); } private native String GetVerticalJustificationAsString_74(); public String GetVerticalJustificationAsString() { return GetVerticalJustificationAsString_74(); } private native void SetUseTightBoundingBox_75(int id0); public void SetUseTightBoundingBox(int id0) { SetUseTightBoundingBox_75(id0); } private native int GetUseTightBoundingBox_76(); public int GetUseTightBoundingBox() { return GetUseTightBoundingBox_76(); } private native void UseTightBoundingBoxOn_77(); public void UseTightBoundingBoxOn() { UseTightBoundingBoxOn_77(); } private native void UseTightBoundingBoxOff_78(); public void UseTightBoundingBoxOff() { UseTightBoundingBoxOff_78(); } private native void SetOrientation_79(double id0); public void SetOrientation(double id0) { SetOrientation_79(id0); } private native double GetOrientation_80(); public double GetOrientation() { return GetOrientation_80(); } private native void SetLineSpacing_81(double id0); public void SetLineSpacing(double id0) { SetLineSpacing_81(id0); } private native double GetLineSpacing_82(); public double GetLineSpacing() { return GetLineSpacing_82(); } private native void SetLineOffset_83(double id0); public void SetLineOffset(double id0) { SetLineOffset_83(id0); } private native double GetLineOffset_84(); public double GetLineOffset() { return GetLineOffset_84(); } private native void ShallowCopy_85(vtkTextProperty id0); public void ShallowCopy(vtkTextProperty id0) { ShallowCopy_85(id0); } public vtkTextProperty() { super(); } public vtkTextProperty(long id) { super(id); } public native long VTKInit(); }