// java wrapper for vtkGlyphSource2D object // package vtk; import vtk.*; public class vtkGlyphSource2D extends vtkPolyDataAlgorithm { 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 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 SetResolution_30(int id0); public void SetResolution(int id0) { SetResolution_30(id0); } private native int GetResolutionMinValue_31(); public int GetResolutionMinValue() { return GetResolutionMinValue_31(); } private native int GetResolutionMaxValue_32(); public int GetResolutionMaxValue() { return GetResolutionMaxValue_32(); } private native int GetResolution_33(); public int GetResolution() { return GetResolution_33(); } private native void SetGlyphType_34(int id0); public void SetGlyphType(int id0) { SetGlyphType_34(id0); } private native int GetGlyphTypeMinValue_35(); public int GetGlyphTypeMinValue() { return GetGlyphTypeMinValue_35(); } private native int GetGlyphTypeMaxValue_36(); public int GetGlyphTypeMaxValue() { return GetGlyphTypeMaxValue_36(); } private native int GetGlyphType_37(); public int GetGlyphType() { return GetGlyphType_37(); } private native void SetGlyphTypeToNone_38(); public void SetGlyphTypeToNone() { SetGlyphTypeToNone_38(); } private native void SetGlyphTypeToVertex_39(); public void SetGlyphTypeToVertex() { SetGlyphTypeToVertex_39(); } private native void SetGlyphTypeToDash_40(); public void SetGlyphTypeToDash() { SetGlyphTypeToDash_40(); } private native void SetGlyphTypeToCross_41(); public void SetGlyphTypeToCross() { SetGlyphTypeToCross_41(); } private native void SetGlyphTypeToThickCross_42(); public void SetGlyphTypeToThickCross() { SetGlyphTypeToThickCross_42(); } private native void SetGlyphTypeToTriangle_43(); public void SetGlyphTypeToTriangle() { SetGlyphTypeToTriangle_43(); } private native void SetGlyphTypeToSquare_44(); public void SetGlyphTypeToSquare() { SetGlyphTypeToSquare_44(); } private native void SetGlyphTypeToCircle_45(); public void SetGlyphTypeToCircle() { SetGlyphTypeToCircle_45(); } private native void SetGlyphTypeToDiamond_46(); public void SetGlyphTypeToDiamond() { SetGlyphTypeToDiamond_46(); } private native void SetGlyphTypeToArrow_47(); public void SetGlyphTypeToArrow() { SetGlyphTypeToArrow_47(); } private native void SetGlyphTypeToThickArrow_48(); public void SetGlyphTypeToThickArrow() { SetGlyphTypeToThickArrow_48(); } private native void SetGlyphTypeToHookedArrow_49(); public void SetGlyphTypeToHookedArrow() { SetGlyphTypeToHookedArrow_49(); } private native void SetGlyphTypeToEdgeArrow_50(); public void SetGlyphTypeToEdgeArrow() { SetGlyphTypeToEdgeArrow_50(); } private native void SetOutputPointsPrecision_51(int id0); public void SetOutputPointsPrecision(int id0) { SetOutputPointsPrecision_51(id0); } private native int GetOutputPointsPrecision_52(); public int GetOutputPointsPrecision() { return GetOutputPointsPrecision_52(); } public vtkGlyphSource2D() { super(); } public vtkGlyphSource2D(long id) { super(id); } public native long VTKInit(); }