// java wrapper for vtkTextProperty object // package vtk; import vtk.*; public class vtkTextProperty extends vtkObject { private native String GetClassName_0(); public String GetClassName() { return GetClassName_0(); } 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 GetOpacity_6(); public double GetOpacity() { return GetOpacity_6(); } private native String GetFontFamilyAsString_7(); public String GetFontFamilyAsString() { return GetFontFamilyAsString_7(); } private native void SetFontFamilyAsString_8(String id0); public void SetFontFamilyAsString(String id0) { SetFontFamilyAsString_8(id0); } private native void SetFontFamily_9(int id0); public void SetFontFamily(int id0) { SetFontFamily_9(id0); } private native int GetFontFamily_10(); public int GetFontFamily() { return GetFontFamily_10(); } private native int GetFontFamilyMinValue_11(); public int GetFontFamilyMinValue() { return GetFontFamilyMinValue_11(); } private native void SetFontFamilyToArial_12(); public void SetFontFamilyToArial() { SetFontFamilyToArial_12(); } private native void SetFontFamilyToCourier_13(); public void SetFontFamilyToCourier() { SetFontFamilyToCourier_13(); } private native void SetFontFamilyToTimes_14(); public void SetFontFamilyToTimes() { SetFontFamilyToTimes_14(); } private native int GetFontFamilyFromString_15(String id0); public int GetFontFamilyFromString(String id0) { return GetFontFamilyFromString_15(id0); } private native String GetFontFamilyAsString_16(int id0); public String GetFontFamilyAsString(int id0) { return GetFontFamilyAsString_16(id0); } private native void SetFontSize_17(int id0); public void SetFontSize(int id0) { SetFontSize_17(id0); } private native int GetFontSizeMinValue_18(); public int GetFontSizeMinValue() { return GetFontSizeMinValue_18(); } private native int GetFontSizeMaxValue_19(); public int GetFontSizeMaxValue() { return GetFontSizeMaxValue_19(); } private native int GetFontSize_20(); public int GetFontSize() { return GetFontSize_20(); } private native void SetBold_21(int id0); public void SetBold(int id0) { SetBold_21(id0); } private native int GetBold_22(); public int GetBold() { return GetBold_22(); } private native void BoldOn_23(); public void BoldOn() { BoldOn_23(); } private native void BoldOff_24(); public void BoldOff() { BoldOff_24(); } private native void SetItalic_25(int id0); public void SetItalic(int id0) { SetItalic_25(id0); } private native int GetItalic_26(); public int GetItalic() { return GetItalic_26(); } private native void ItalicOn_27(); public void ItalicOn() { ItalicOn_27(); } private native void ItalicOff_28(); public void ItalicOff() { ItalicOff_28(); } private native void SetShadow_29(int id0); public void SetShadow(int id0) { SetShadow_29(id0); } private native int GetShadow_30(); public int GetShadow() { return GetShadow_30(); } private native void ShadowOn_31(); public void ShadowOn() { ShadowOn_31(); } private native void ShadowOff_32(); public void ShadowOff() { ShadowOff_32(); } private native void SetShadowOffset_33(int id0,int id1); public void SetShadowOffset(int id0,int id1) { SetShadowOffset_33(id0,id1); } private native void SetShadowOffset_34(int id0[]); public void SetShadowOffset(int id0[]) { SetShadowOffset_34(id0); } private native int[] GetShadowOffset_35(); public int[] GetShadowOffset() { return GetShadowOffset_35(); } private native void GetShadowColor_36(double id0[]); public void GetShadowColor(double id0[]) { GetShadowColor_36(id0); } private native void SetJustification_37(int id0); public void SetJustification(int id0) { SetJustification_37(id0); } private native int GetJustificationMinValue_38(); public int GetJustificationMinValue() { return GetJustificationMinValue_38(); } private native int GetJustificationMaxValue_39(); public int GetJustificationMaxValue() { return GetJustificationMaxValue_39(); } private native int GetJustification_40(); public int GetJustification() { return GetJustification_40(); } private native void SetJustificationToLeft_41(); public void SetJustificationToLeft() { SetJustificationToLeft_41(); } private native void SetJustificationToCentered_42(); public void SetJustificationToCentered() { SetJustificationToCentered_42(); } private native void SetJustificationToRight_43(); public void SetJustificationToRight() { SetJustificationToRight_43(); } private native String GetJustificationAsString_44(); public String GetJustificationAsString() { return GetJustificationAsString_44(); } private native void SetVerticalJustification_45(int id0); public void SetVerticalJustification(int id0) { SetVerticalJustification_45(id0); } private native int GetVerticalJustificationMinValue_46(); public int GetVerticalJustificationMinValue() { return GetVerticalJustificationMinValue_46(); } private native int GetVerticalJustificationMaxValue_47(); public int GetVerticalJustificationMaxValue() { return GetVerticalJustificationMaxValue_47(); } private native int GetVerticalJustification_48(); public int GetVerticalJustification() { return GetVerticalJustification_48(); } private native void SetVerticalJustificationToBottom_49(); public void SetVerticalJustificationToBottom() { SetVerticalJustificationToBottom_49(); } private native void SetVerticalJustificationToCentered_50(); public void SetVerticalJustificationToCentered() { SetVerticalJustificationToCentered_50(); } private native void SetVerticalJustificationToTop_51(); public void SetVerticalJustificationToTop() { SetVerticalJustificationToTop_51(); } private native String GetVerticalJustificationAsString_52(); public String GetVerticalJustificationAsString() { return GetVerticalJustificationAsString_52(); } private native void SetOrientation_53(double id0); public void SetOrientation(double id0) { SetOrientation_53(id0); } private native double GetOrientation_54(); public double GetOrientation() { return GetOrientation_54(); } private native void SetLineSpacing_55(double id0); public void SetLineSpacing(double id0) { SetLineSpacing_55(id0); } private native double GetLineSpacing_56(); public double GetLineSpacing() { return GetLineSpacing_56(); } private native void SetLineOffset_57(double id0); public void SetLineOffset(double id0) { SetLineOffset_57(id0); } private native double GetLineOffset_58(); public double GetLineOffset() { return GetLineOffset_58(); } private native void ShallowCopy_59(vtkTextProperty id0); public void ShallowCopy(vtkTextProperty id0) { ShallowCopy_59(id0); } public vtkTextProperty() { super(); } public vtkTextProperty(long id) { super(id); } public native long VTKInit(); }