UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

38 lines 1.81 kB
import { __extends } from "tslib"; import { ESubthemeDefaultEditorShapeChartLine } from "./e-subtheme-default-editor-shape-chart-line"; var ESubthemeDefaultJaJpEditorShapeChartLine = /** @class */ (function (_super) { __extends(ESubthemeDefaultJaJpEditorShapeChartLine, _super); function ESubthemeDefaultJaJpEditorShapeChartLine() { return _super !== null && _super.apply(this, arguments) || this; } ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getCheckXAxisLabel = function () { return "X軸"; }; ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getCheckXAxisMajorTickLabel = function () { return "目盛"; }; ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getCheckXAxisMinorTickLabel = function () { return "補助目盛"; }; ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getCheckYAxisLabel = function () { return "Y軸"; }; ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getCheckYAxisMajorTickLabel = function () { return "目盛"; }; ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getCheckYAxisMinorTickLabel = function () { return "補助目盛"; }; ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getTextMajorTickCountLabel = function () { return "目盛数"; }; ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getTextMinorTickCountLabel = function () { return "補助目盛数"; }; ESubthemeDefaultJaJpEditorShapeChartLine.prototype.getTextPaddingLabel = function () { return "余白"; }; return ESubthemeDefaultJaJpEditorShapeChartLine; }(ESubthemeDefaultEditorShapeChartLine)); export { ESubthemeDefaultJaJpEditorShapeChartLine }; //# sourceMappingURL=e-subtheme-default-ja-jp-editor-shape-chart-line.js.map