mschart.java
来自「此文件为OPC Client IsVJTrend源代码,在VJ++开发环境下调试」· Java 代码 · 共 1,322 行 · 第 1/5 页
JAVA
1,322 行
_jcommem_ocx.setRowLabelCount(RowLabelCount);
}
public synchronized short getRowLabelIndex() {
return _jcommem_ocx.getRowLabelIndex();
}
public synchronized void setRowLabelIndex(short RowLabelIndex) {
_jcommem_ocx.setRowLabelIndex(RowLabelIndex);
}
public synchronized short getSeriesColumn() {
return _jcommem_ocx.getSeriesColumn();
}
public synchronized void setSeriesColumn(short SeriesColumn) {
_jcommem_ocx.setSeriesColumn(SeriesColumn);
}
public synchronized int getSeriesType() {
return _jcommem_ocx.getSeriesType();
}
public synchronized void setSeriesType(int SeriesType) {
_jcommem_ocx.setSeriesType(SeriesType);
}
public synchronized boolean getShowLegend() {
return _jcommem_ocx.getShowLegend();
}
public synchronized void setShowLegend(boolean ShowLegend) {
_jcommem_ocx.setShowLegend(ShowLegend);
}
public synchronized int getDrawMode() {
return _jcommem_ocx.getDrawMode();
}
public synchronized void setDrawMode(int DrawMode) {
_jcommem_ocx.setDrawMode(DrawMode);
}
public synchronized int getBorderStyle() {
return _jcommem_ocx.getBorderStyle();
}
public synchronized void setBorderStyle(int BorderStyle) {
_jcommem_ocx.setBorderStyle(BorderStyle);
}
public synchronized boolean getEnabled() {
return _jcommem_ocx.getEnabled();
}
public synchronized void setEnabled(boolean Enabled) {
_jcommem_ocx.setEnabled(Enabled);
}
public synchronized int getHWnd() {
return _jcommem_ocx.getHWnd();
}
public synchronized mschrt20.IVcTitle getTitle() {
return _jcommem_ocx.getTitle();
}
public synchronized mschrt20.IVcFootnote getFootnote() {
return _jcommem_ocx.getFootnote();
}
public synchronized String getTitleText() {
return _jcommem_ocx.getTitleText();
}
public synchronized void setTitleText(String TitleText) {
_jcommem_ocx.setTitleText(TitleText);
}
public synchronized boolean getStacking() {
return _jcommem_ocx.getStacking();
}
public synchronized void setStacking(boolean Stacking) {
_jcommem_ocx.setStacking(Stacking);
}
public synchronized int getTextLengthType() {
return _jcommem_ocx.getTextLengthType();
}
public synchronized void setTextLengthType(int TextLengthType) {
_jcommem_ocx.setTextLengthType(TextLengthType);
}
public synchronized boolean getAllowSelections() {
return _jcommem_ocx.getAllowSelections();
}
public synchronized void setAllowSelections(boolean AllowSelections) {
_jcommem_ocx.setAllowSelections(AllowSelections);
}
public synchronized boolean getAllowSeriesSelection() {
return _jcommem_ocx.getAllowSeriesSelection();
}
public synchronized void setAllowSeriesSelection(boolean AllowSeriesSelection) {
_jcommem_ocx.setAllowSeriesSelection(AllowSeriesSelection);
}
public synchronized boolean getAllowDynamicRotation() {
return _jcommem_ocx.getAllowDynamicRotation();
}
public synchronized void setAllowDynamicRotation(boolean AllowDynamicRotation) {
_jcommem_ocx.setAllowDynamicRotation(AllowDynamicRotation);
}
public synchronized short getActiveSeriesCount() {
return _jcommem_ocx.getActiveSeriesCount();
}
public synchronized mschrt20.IVcBackdrop getBackdrop() {
return _jcommem_ocx.getBackdrop();
}
public synchronized mschrt20.IVcLegend getLegend() {
return _jcommem_ocx.getLegend();
}
public synchronized mschrt20.IVcDataGrid getDataGrid() {
return _jcommem_ocx.getDataGrid();
}
public synchronized mschrt20.IVcPlot getPlot() {
return _jcommem_ocx.getPlot();
}
public synchronized boolean getAllowDithering() {
return _jcommem_ocx.getAllowDithering();
}
public synchronized void setAllowDithering(boolean AllowDithering) {
_jcommem_ocx.setAllowDithering(AllowDithering);
}
public synchronized boolean getDoSetCursor() {
return _jcommem_ocx.getDoSetCursor();
}
public synchronized void setDoSetCursor(boolean DoSetCursor) {
_jcommem_ocx.setDoSetCursor(DoSetCursor);
}
public synchronized boolean getChart3d() {
return _jcommem_ocx.getChart3d();
}
public synchronized Variant getChartData() {
return _jcommem_ocx.getChartData();
}
public synchronized void setChartData(Variant Array) {
_jcommem_ocx.setChartData(Array);
}
/** @hidden */
public synchronized int getChart() {
return _jcommem_ocx.getChart();
}
public synchronized int getMousePointer() {
return _jcommem_ocx.getMousePointer();
}
public synchronized void setMousePointer(int MousePointer) {
_jcommem_ocx.setMousePointer(MousePointer);
}
/** @hidden */
public synchronized void AboutBox() {
_jcommem_ocx.AboutBox();
}
public synchronized void Refresh() {
_jcommem_ocx.Refresh();
}
public synchronized void EditPaste() {
_jcommem_ocx.EditPaste();
}
public synchronized void EditCopy() {
_jcommem_ocx.EditCopy();
}
public synchronized void Layout() {
_jcommem_ocx.Layout();
}
public synchronized void ToDefaults() {
_jcommem_ocx.ToDefaults();
}
public synchronized void SelectPart(short part, short index1, short index2, short index3, short index4) {
_jcommem_ocx.SelectPart(part, index1, index2, index3, index4);
}
public synchronized void GetSelectedPart(short[] part, short[] index1, short[] index2, short[] index3, short[] index4) {
_jcommem_ocx.GetSelectedPart(part, index1, index2, index3, index4);
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?