plot.java

来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 180 行

JAVA
180
字号
//
// Auto-generated using JActiveX.EXE 5.00.2918
//   ("D:\Program Files\Microsoft Visual Studio\VJ98\jactivex.exe" /wfc /t "D:\Program Files\Microsoft Visual Studio\VJ98\wfc.jnf" /w /xi /X:rkc /l "C:\TEMP\jvcCBC.tmp" /nologo /d "E:\InfoServer\clients\Java\Trend\ISVjTrend" "C:\WINNT\System32\MSCHRT20.OCX")
//
// WARNING: Do not remove the comments that include "@com" directives.
// This source file must be compiled by a @com-aware compiler.
// If you are using the Microsoft Visual J++ compiler, you must use
// version 1.02.3920 or later. Previous versions will not issue an error
// but will not generate COM-enabled class files.
//

package mschrt20;

import com.ms.com.*;
import com.ms.com.IUnknown;
import com.ms.com.Variant;
import msdatsrc.*;

/** @com.class(classid=E9E07528-BA0A-11D1-B137-0000F8753F5D,DynamicCasts) 
    @com.interface(iid=E9E07527-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public class Plot implements IUnknown,com.ms.com.NoAutoScripting,mschrt20.IVcPlot
{
  /** @com.method(vtoffset=4, dispid=1, type=PROPGET, name="AngleUnit", name2="getAngleUnit", addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public native int getAngleUnit();

  /** @com.method(vtoffset=5, dispid=1, type=PROPPUT, name="AngleUnit", name2="putAngleUnit", addFlagsVtable=4)
      @com.parameters([in,type=I4] AngleUnit) */
  public native void setAngleUnit(int AngleUnit);

  /** @com.method(vtoffset=6, dispid=2, type=PROPGET, name="Clockwise", name2="getClockwise", addFlagsVtable=4)
      @com.parameters([type=BOOLEAN] return) */
  public native boolean getClockwise();

  /** @com.method(vtoffset=7, dispid=2, type=PROPPUT, name="Clockwise", name2="putClockwise", addFlagsVtable=4)
      @com.parameters([in,type=BOOLEAN] Clockwise) */
  public native void setClockwise(boolean Clockwise);

  /** @com.method(vtoffset=8, dispid=3, type=PROPGET, name="Sort", name2="getSort", addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public native int getSort();

  /** @com.method(vtoffset=9, dispid=3, type=PROPPUT, name="Sort", name2="putSort", addFlagsVtable=4)
      @com.parameters([in,type=I4] Sort) */
  public native void setSort(int Sort);

  /** @com.method(vtoffset=10, dispid=5, type=PROPGET, name="Backdrop", name2="getBackdrop", addFlagsVtable=4)
      @com.parameters([iid=E9E074E2-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcBackdrop getBackdrop();

  /** @com.method(vtoffset=11, dispid=8, type=PROPGET, name="StartingAngle", name2="getStartingAngle", addFlagsVtable=4)
      @com.parameters([type=R4] return) */
  public native float getStartingAngle();

  /** @com.method(vtoffset=12, dispid=8, type=PROPPUT, name="StartingAngle", name2="putStartingAngle", addFlagsVtable=4)
      @com.parameters([in,type=R4] StartingAngle) */
  public native void setStartingAngle(float StartingAngle);

  /** @com.method(vtoffset=13, dispid=9, type=PROPGET, name="SubPlotLabelPosition", name2="getSubPlotLabelPosition", addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public native int getSubPlotLabelPosition();

  /** @com.method(vtoffset=14, dispid=9, type=PROPPUT, name="SubPlotLabelPosition", name2="putSubPlotLabelPosition", addFlagsVtable=4)
      @com.parameters([in,type=I4] SubPlotLabelPosition) */
  public native void setSubPlotLabelPosition(int SubPlotLabelPosition);

  /** @com.method(vtoffset=15, dispid=10, type=PROPGET, name="BarGap", name2="getBarGap", addFlagsVtable=4)
      @com.parameters([type=R4] return) */
  public native float getBarGap();

  /** @com.method(vtoffset=16, dispid=10, type=PROPPUT, name="BarGap", name2="putBarGap", addFlagsVtable=4)
      @com.parameters([in,type=R4] BarGap) */
  public native void setBarGap(float BarGap);

  /** @com.method(vtoffset=17, dispid=11, type=PROPGET, name="xGap", name2="getxGap", addFlagsVtable=4)
      @com.parameters([type=R4] return) */
  public native float getXGap();

  /** @com.method(vtoffset=18, dispid=11, type=PROPPUT, name="xGap", name2="putxGap", addFlagsVtable=4)
      @com.parameters([in,type=R4] xGap) */
  public native void setXGap(float xGap);

  /** @com.method(vtoffset=19, dispid=12, type=PROPGET, name="AutoLayout", name2="getAutoLayout", addFlagsVtable=4)
      @com.parameters([type=BOOLEAN] return) */
  public native boolean getAutoLayout();

  /** @com.method(vtoffset=20, dispid=12, type=PROPPUT, name="AutoLayout", name2="putAutoLayout", addFlagsVtable=4)
      @com.parameters([in,type=BOOLEAN] AutoLayout) */
  public native void setAutoLayout(boolean AutoLayout);

  /** @com.method(vtoffset=21, dispid=13, type=PROPGET, name="WidthToHeightRatio", name2="getWidthToHeightRatio", addFlagsVtable=4)
      @com.parameters([type=R4] return) */
  public native float getWidthToHeightRatio();

  /** @com.method(vtoffset=22, dispid=13, type=PROPPUT, name="WidthToHeightRatio", name2="putWidthToHeightRatio", addFlagsVtable=4)
      @com.parameters([in,type=R4] WidthToHeightRatio) */
  public native void setWidthToHeightRatio(float WidthToHeightRatio);

  /** @com.method(vtoffset=23, dispid=14, type=PROPGET, name="DepthToHeightRatio", name2="getDepthToHeightRatio", addFlagsVtable=4)
      @com.parameters([type=R4] return) */
  public native float getDepthToHeightRatio();

  /** @com.method(vtoffset=24, dispid=14, type=PROPPUT, name="DepthToHeightRatio", name2="putDepthToHeightRatio", addFlagsVtable=4)
      @com.parameters([in,type=R4] DepthToHeightRatio) */
  public native void setDepthToHeightRatio(float DepthToHeightRatio);

  /** @com.method(vtoffset=25, dispid=15, type=PROPGET, name="LocationRect", name2="getLocationRect", addFlagsVtable=4)
      @com.parameters([iid=E9E074CD-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcRect getLocationRect();

  /** @com.method(vtoffset=26, dispid=16, type=PROPGET, name="Projection", name2="getProjection", addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public native int getProjection();

  /** @com.method(vtoffset=27, dispid=16, type=PROPPUT, name="Projection", name2="putProjection", addFlagsVtable=4)
      @com.parameters([in,type=I4] Projection) */
  public native void setProjection(int Projection);

  /** @com.method(vtoffset=28, dispid=17, type=PROPGET, name="zGap", name2="getzGap", addFlagsVtable=4)
      @com.parameters([type=R4] return) */
  public native float getZGap();

  /** @com.method(vtoffset=29, dispid=17, type=PROPPUT, name="zGap", name2="putzGap", addFlagsVtable=4)
      @com.parameters([in,type=R4] zGap) */
  public native void setZGap(float zGap);

  /** @com.method(vtoffset=30, dispid=18, type=PROPGET, name="View3d", name2="getView3d", addFlagsVtable=4)
      @com.parameters([iid=E9E074F2-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcView3d getView3d();

  /** @com.method(vtoffset=31, dispid=19, type=PROPGET, name="PlotBase", name2="getPlotBase", addFlagsVtable=4)
      @com.parameters([iid=E9E074F4-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcPlotBase getPlotBase();

  /** @com.method(vtoffset=32, dispid=22, type=PROPGET, name="Weighting", name2="getWeighting", addFlagsVtable=4)
      @com.parameters([iid=E9E074FA-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcWeighting getWeighting();

  /** @com.method(vtoffset=33, dispid=23, type=PROPGET, name="Wall", name2="getWall", addFlagsVtable=4)
      @com.parameters([iid=E9E074FC-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcWall getWall();

  /** @com.method(vtoffset=34, dispid=25, type=PROPGET, name="SeriesCollection", name2="getSeriesCollection", addFlagsVtable=4)
      @com.parameters([iid=E9E07513-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcSeriesCollection getSeriesCollection();

  /** @com.method(vtoffset=35, dispid=26, type=PROPGET, name="DataSeriesInRow", name2="getDataSeriesInRow", addFlagsVtable=4)
      @com.parameters([type=BOOLEAN] return) */
  public native boolean getDataSeriesInRow();

  /** @com.method(vtoffset=36, dispid=26, type=PROPPUT, name="DataSeriesInRow", name2="putDataSeriesInRow", addFlagsVtable=4)
      @com.parameters([in,type=BOOLEAN] DataSeriesInRow) */
  public native void setDataSeriesInRow(boolean DataSeriesInRow);

  /** @com.method(vtoffset=37, dispid=27, type=PROPGET, name="Light", name2="getLight", addFlagsVtable=4)
      @com.parameters([iid=E9E074F0-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcLight getLight();

  /** @com.method(vtoffset=38, dispid=29, type=PROPGET, name="DefaultPercentBasis", name2="getDefaultPercentBasis", addFlagsVtable=4)
      @com.parameters([type=I4] return) */
  public native int getDefaultPercentBasis();

  /** @com.method(vtoffset=39, dispid=30, type=PROPGET, name="UniformAxis", name2="getUniformAxis", addFlagsVtable=4)
      @com.parameters([type=BOOLEAN] return) */
  public native boolean getUniformAxis();

  /** @com.method(vtoffset=40, dispid=30, type=PROPPUT, name="UniformAxis", name2="putUniformAxis", addFlagsVtable=4)
      @com.parameters([in,type=BOOLEAN] UniformAxis) */
  public native void setUniformAxis(boolean UniformAxis);

  /** @com.method(vtoffset=41, dispid=31, type=PROPGET, name="Axis", name2="getAxis", addFlagsVtable=4)
      @com.parameters([in,type=I4] axisID, [in,type=VARIANT] Index, [iid=E9E07525-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcAxis getAxis(int axisID, Variant Index);


  public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e07527, (short)0xba0a, (short)0x11d1, (byte)0xb1, (byte)0x37, (byte)0x0, (byte)0x0, (byte)0xf8, (byte)0x75, (byte)0x3f, (byte)0x5d);

  public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xe9e07528, (short)0xba0a, (short)0x11d1, (byte)0xb1, (byte)0x37, (byte)0x0, (byte)0x0, (byte)0xf8, (byte)0x75, (byte)0x3f, (byte)0x5d);
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?