// java wrapper for vtkGlyphSource2D object // package vtk; import vtk.*; public class vtkGlyphSource2D extends vtkPolyDataAlgorithm { 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 SetCenter_2(double id0,double id1,double id2); public void SetCenter(double id0,double id1,double id2) { SetCenter_2(id0,id1,id2); } private native void SetCenter_3(double id0[]); public void SetCenter(double id0[]) { SetCenter_3(id0); } private native double[] GetCenter_4(); public double[] GetCenter() { return GetCenter_4(); } private native void SetScale_5(double id0); public void SetScale(double id0) { SetScale_5(id0); } private native double GetScaleMinValue_6(); public double GetScaleMinValue() { return GetScaleMinValue_6(); } private native double GetScaleMaxValue_7(); public double GetScaleMaxValue() { return GetScaleMaxValue_7(); } private native double GetScale_8(); public double GetScale() { return GetScale_8(); } private native void SetScale2_9(double id0); public void SetScale2(double id0) { SetScale2_9(id0); } private native double GetScale2MinValue_10(); public double GetScale2MinValue() { return GetScale2MinValue_10(); } private native double GetScale2MaxValue_11(); public double GetScale2MaxValue() { return GetScale2MaxValue_11(); } private native double GetScale2_12(); public double GetScale2() { return GetScale2_12(); } private native void SetColor_13(double id0,double id1,double id2); public void SetColor(double id0,double id1,double id2) { SetColor_13(id0,id1,id2); } private native void SetColor_14(double id0[]); public void SetColor(double id0[]) { SetColor_14(id0); } private native double[] GetColor_15(); public double[] GetColor() { return GetColor_15(); } private native void SetFilled_16(int id0); public void SetFilled(int id0) { SetFilled_16(id0); } private native int GetFilled_17(); public int GetFilled() { return GetFilled_17(); } private native void FilledOn_18(); public void FilledOn() { FilledOn_18(); } private native void FilledOff_19(); public void FilledOff() { FilledOff_19(); } private native void SetDash_20(int id0); public void SetDash(int id0) { SetDash_20(id0); } private native int GetDash_21(); public int GetDash() { return GetDash_21(); } private native void DashOn_22(); public void DashOn() { DashOn_22(); } private native void DashOff_23(); public void DashOff() { DashOff_23(); } private native void SetCross_24(int id0); public void SetCross(int id0) { SetCross_24(id0); } private native int GetCross_25(); public int GetCross() { return GetCross_25(); } private native void CrossOn_26(); public void CrossOn() { CrossOn_26(); } private native void CrossOff_27(); public void CrossOff() { CrossOff_27(); } private native void SetRotationAngle_28(double id0); public void SetRotationAngle(double id0) { SetRotationAngle_28(id0); } private native double GetRotationAngle_29(); public double GetRotationAngle() { return GetRotationAngle_29(); } private native void SetGlyphType_30(int id0); public void SetGlyphType(int id0) { SetGlyphType_30(id0); } private native int GetGlyphTypeMinValue_31(); public int GetGlyphTypeMinValue() { return GetGlyphTypeMinValue_31(); } private native int GetGlyphTypeMaxValue_32(); public int GetGlyphTypeMaxValue() { return GetGlyphTypeMaxValue_32(); } private native int GetGlyphType_33(); public int GetGlyphType() { return GetGlyphType_33(); } private native void SetGlyphTypeToNone_34(); public void SetGlyphTypeToNone() { SetGlyphTypeToNone_34(); } private native void SetGlyphTypeToVertex_35(); public void SetGlyphTypeToVertex() { SetGlyphTypeToVertex_35(); } private native void SetGlyphTypeToDash_36(); public void SetGlyphTypeToDash() { SetGlyphTypeToDash_36(); } private native void SetGlyphTypeToCross_37(); public void SetGlyphTypeToCross() { SetGlyphTypeToCross_37(); } private native void SetGlyphTypeToThickCross_38(); public void SetGlyphTypeToThickCross() { SetGlyphTypeToThickCross_38(); } private native void SetGlyphTypeToTriangle_39(); public void SetGlyphTypeToTriangle() { SetGlyphTypeToTriangle_39(); } private native void SetGlyphTypeToSquare_40(); public void SetGlyphTypeToSquare() { SetGlyphTypeToSquare_40(); } private native void SetGlyphTypeToCircle_41(); public void SetGlyphTypeToCircle() { SetGlyphTypeToCircle_41(); } private native void SetGlyphTypeToDiamond_42(); public void SetGlyphTypeToDiamond() { SetGlyphTypeToDiamond_42(); } private native void SetGlyphTypeToArrow_43(); public void SetGlyphTypeToArrow() { SetGlyphTypeToArrow_43(); } private native void SetGlyphTypeToThickArrow_44(); public void SetGlyphTypeToThickArrow() { SetGlyphTypeToThickArrow_44(); } private native void SetGlyphTypeToHookedArrow_45(); public void SetGlyphTypeToHookedArrow() { SetGlyphTypeToHookedArrow_45(); } private native void SetGlyphTypeToEdgeArrow_46(); public void SetGlyphTypeToEdgeArrow() { SetGlyphTypeToEdgeArrow_46(); } public vtkGlyphSource2D() { super(); } public vtkGlyphSource2D(long id) { super(id); } public native long VTKInit(); }