⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 axis.java

📁 此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试
💻 JAVA
字号:
//
// 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=E9E07526-BA0A-11D1-B137-0000F8753F5D,DynamicCasts) 
    @com.interface(iid=E9E07525-BA0A-11D1-B137-0000F8753F5D, thread=AUTO, type=DUAL) */
public class Axis implements IUnknown,com.ms.com.NoAutoScripting,mschrt20.IVcAxis
{
  /** @com.method(vtoffset=4, dispid=1, type=PROPGET, name="Pen", name2="getPen", addFlagsVtable=4)
      @com.parameters([iid=E9E074D1-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcPen getPen();

  /** @com.method(vtoffset=5, dispid=2, type=PROPGET, name="LabelLevelCount", name2="getLabelLevelCount", addFlagsVtable=4)
      @com.parameters([type=I2] return) */
  public native short getLabelLevelCount();

  /** @com.method(vtoffset=6, dispid=3, type=PROPGET, name="CategoryScale", name2="getCategoryScale", addFlagsVtable=4)
      @com.parameters([iid=E9E07517-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcCategoryScale getCategoryScale();

  /** @com.method(vtoffset=7, dispid=5, type=PROPGET, name="AxisGrid", name2="getAxisGrid", addFlagsVtable=4)
      @com.parameters([iid=E9E0751B-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcAxisGrid getAxisGrid();

  /** @com.method(vtoffset=8, dispid=6, type=PROPGET, name="Intersection", name2="getIntersection", addFlagsVtable=4)
      @com.parameters([iid=E9E0751D-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcIntersection getIntersection();

  /** @com.method(vtoffset=9, dispid=7, type=PROPGET, name="Tick", name2="getTick", addFlagsVtable=4)
      @com.parameters([iid=E9E0751F-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcTick getTick();

  /** @com.method(vtoffset=10, dispid=8, type=PROPGET, name="AxisScale", name2="getAxisScale", addFlagsVtable=4)
      @com.parameters([iid=E9E07521-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcAxisScale getAxisScale();

  /** @com.method(vtoffset=11, dispid=9, type=PROPGET, name="ValueScale", name2="getValueScale", addFlagsVtable=4)
      @com.parameters([iid=E9E07523-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcValueScale getValueScale();

  /** @com.method(vtoffset=12, dispid=10, type=PROPGET, name="AxisTitle", name2="getAxisTitle", addFlagsVtable=4)
      @com.parameters([iid=E9E07515-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcAxisTitle getAxisTitle();

  /** @com.method(vtoffset=13, dispid=11, type=PROPGET, name="Labels", name2="getLabels", addFlagsVtable=4)
      @com.parameters([iid=E9E0750A-BA0A-11D1-B137-0000F8753F5D,thread=AUTO,type=DISPATCH] return) */
  public native mschrt20.IVcLabels getLabels();


  public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0xe9e07525, (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)0xe9e07526, (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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -