// java wrapper for vtkLegendScaleActor object // package vtk; import vtk.*; public class vtkLegendScaleActor extends vtkProp { 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 SetLabelMode_2(int id0); public void SetLabelMode(int id0) { SetLabelMode_2(id0); } private native int GetLabelModeMinValue_3(); public int GetLabelModeMinValue() { return GetLabelModeMinValue_3(); } private native int GetLabelModeMaxValue_4(); public int GetLabelModeMaxValue() { return GetLabelModeMaxValue_4(); } private native int GetLabelMode_5(); public int GetLabelMode() { return GetLabelMode_5(); } private native void SetLabelModeToDistance_6(); public void SetLabelModeToDistance() { SetLabelModeToDistance_6(); } private native void SetLabelModeToXYCoordinates_7(); public void SetLabelModeToXYCoordinates() { SetLabelModeToXYCoordinates_7(); } private native void SetRightAxisVisibility_8(int id0); public void SetRightAxisVisibility(int id0) { SetRightAxisVisibility_8(id0); } private native int GetRightAxisVisibility_9(); public int GetRightAxisVisibility() { return GetRightAxisVisibility_9(); } private native void RightAxisVisibilityOn_10(); public void RightAxisVisibilityOn() { RightAxisVisibilityOn_10(); } private native void RightAxisVisibilityOff_11(); public void RightAxisVisibilityOff() { RightAxisVisibilityOff_11(); } private native void SetTopAxisVisibility_12(int id0); public void SetTopAxisVisibility(int id0) { SetTopAxisVisibility_12(id0); } private native int GetTopAxisVisibility_13(); public int GetTopAxisVisibility() { return GetTopAxisVisibility_13(); } private native void TopAxisVisibilityOn_14(); public void TopAxisVisibilityOn() { TopAxisVisibilityOn_14(); } private native void TopAxisVisibilityOff_15(); public void TopAxisVisibilityOff() { TopAxisVisibilityOff_15(); } private native void SetLeftAxisVisibility_16(int id0); public void SetLeftAxisVisibility(int id0) { SetLeftAxisVisibility_16(id0); } private native int GetLeftAxisVisibility_17(); public int GetLeftAxisVisibility() { return GetLeftAxisVisibility_17(); } private native void LeftAxisVisibilityOn_18(); public void LeftAxisVisibilityOn() { LeftAxisVisibilityOn_18(); } private native void LeftAxisVisibilityOff_19(); public void LeftAxisVisibilityOff() { LeftAxisVisibilityOff_19(); } private native void SetBottomAxisVisibility_20(int id0); public void SetBottomAxisVisibility(int id0) { SetBottomAxisVisibility_20(id0); } private native int GetBottomAxisVisibility_21(); public int GetBottomAxisVisibility() { return GetBottomAxisVisibility_21(); } private native void BottomAxisVisibilityOn_22(); public void BottomAxisVisibilityOn() { BottomAxisVisibilityOn_22(); } private native void BottomAxisVisibilityOff_23(); public void BottomAxisVisibilityOff() { BottomAxisVisibilityOff_23(); } private native void SetLegendVisibility_24(int id0); public void SetLegendVisibility(int id0) { SetLegendVisibility_24(id0); } private native int GetLegendVisibility_25(); public int GetLegendVisibility() { return GetLegendVisibility_25(); } private native void LegendVisibilityOn_26(); public void LegendVisibilityOn() { LegendVisibilityOn_26(); } private native void LegendVisibilityOff_27(); public void LegendVisibilityOff() { LegendVisibilityOff_27(); } private native void AllAxesOn_28(); public void AllAxesOn() { AllAxesOn_28(); } private native void AllAxesOff_29(); public void AllAxesOff() { AllAxesOff_29(); } private native void AllAnnotationsOn_30(); public void AllAnnotationsOn() { AllAnnotationsOn_30(); } private native void AllAnnotationsOff_31(); public void AllAnnotationsOff() { AllAnnotationsOff_31(); } private native void SetRightBorderOffset_32(int id0); public void SetRightBorderOffset(int id0) { SetRightBorderOffset_32(id0); } private native int GetRightBorderOffsetMinValue_33(); public int GetRightBorderOffsetMinValue() { return GetRightBorderOffsetMinValue_33(); } private native int GetRightBorderOffsetMaxValue_34(); public int GetRightBorderOffsetMaxValue() { return GetRightBorderOffsetMaxValue_34(); } private native int GetRightBorderOffset_35(); public int GetRightBorderOffset() { return GetRightBorderOffset_35(); } private native void SetTopBorderOffset_36(int id0); public void SetTopBorderOffset(int id0) { SetTopBorderOffset_36(id0); } private native int GetTopBorderOffsetMinValue_37(); public int GetTopBorderOffsetMinValue() { return GetTopBorderOffsetMinValue_37(); } private native int GetTopBorderOffsetMaxValue_38(); public int GetTopBorderOffsetMaxValue() { return GetTopBorderOffsetMaxValue_38(); } private native int GetTopBorderOffset_39(); public int GetTopBorderOffset() { return GetTopBorderOffset_39(); } private native void SetLeftBorderOffset_40(int id0); public void SetLeftBorderOffset(int id0) { SetLeftBorderOffset_40(id0); } private native int GetLeftBorderOffsetMinValue_41(); public int GetLeftBorderOffsetMinValue() { return GetLeftBorderOffsetMinValue_41(); } private native int GetLeftBorderOffsetMaxValue_42(); public int GetLeftBorderOffsetMaxValue() { return GetLeftBorderOffsetMaxValue_42(); } private native int GetLeftBorderOffset_43(); public int GetLeftBorderOffset() { return GetLeftBorderOffset_43(); } private native void SetBottomBorderOffset_44(int id0); public void SetBottomBorderOffset(int id0) { SetBottomBorderOffset_44(id0); } private native int GetBottomBorderOffsetMinValue_45(); public int GetBottomBorderOffsetMinValue() { return GetBottomBorderOffsetMinValue_45(); } private native int GetBottomBorderOffsetMaxValue_46(); public int GetBottomBorderOffsetMaxValue() { return GetBottomBorderOffsetMaxValue_46(); } private native int GetBottomBorderOffset_47(); public int GetBottomBorderOffset() { return GetBottomBorderOffset_47(); } private native void SetCornerOffsetFactor_48(double id0); public void SetCornerOffsetFactor(double id0) { SetCornerOffsetFactor_48(id0); } private native double GetCornerOffsetFactorMinValue_49(); public double GetCornerOffsetFactorMinValue() { return GetCornerOffsetFactorMinValue_49(); } private native double GetCornerOffsetFactorMaxValue_50(); public double GetCornerOffsetFactorMaxValue() { return GetCornerOffsetFactorMaxValue_50(); } private native double GetCornerOffsetFactor_51(); public double GetCornerOffsetFactor() { return GetCornerOffsetFactor_51(); } private native long GetLegendTitleProperty_52(); public vtkTextProperty GetLegendTitleProperty() { long temp = GetLegendTitleProperty_52(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLegendLabelProperty_53(); public vtkTextProperty GetLegendLabelProperty() { long temp = GetLegendLabelProperty_53(); if (temp == 0) return null; return (vtkTextProperty)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetRightAxis_54(); public vtkAxisActor2D GetRightAxis() { long temp = GetRightAxis_54(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetTopAxis_55(); public vtkAxisActor2D GetTopAxis() { long temp = GetTopAxis_55(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetLeftAxis_56(); public vtkAxisActor2D GetLeftAxis() { long temp = GetLeftAxis_56(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native long GetBottomAxis_57(); public vtkAxisActor2D GetBottomAxis() { long temp = GetBottomAxis_57(); if (temp == 0) return null; return (vtkAxisActor2D)vtkObjectBase.JAVA_OBJECT_MANAGER.getJavaObject(temp); } private native void BuildRepresentation_58(vtkViewport id0); public void BuildRepresentation(vtkViewport id0) { BuildRepresentation_58(id0); } private native void GetActors2D_59(vtkPropCollection id0); public void GetActors2D(vtkPropCollection id0) { GetActors2D_59(id0); } private native void ReleaseGraphicsResources_60(vtkWindow id0); public void ReleaseGraphicsResources(vtkWindow id0) { ReleaseGraphicsResources_60(id0); } private native int RenderOverlay_61(vtkViewport id0); public int RenderOverlay(vtkViewport id0) { return RenderOverlay_61(id0); } private native int RenderOpaqueGeometry_62(vtkViewport id0); public int RenderOpaqueGeometry(vtkViewport id0) { return RenderOpaqueGeometry_62(id0); } public vtkLegendScaleActor() { super(); } public vtkLegendScaleActor(long id) { super(id); } public native long VTKInit(); }