@wcardinal/wcardinal-geditor
Version:
WebGL-based graphic editor, tester and viewer for supervisory systems
38 lines • 1.83 kB
JavaScript
import { __extends } from "tslib";
import { ESubthemeDefaultEditorShapeChartLine } from "./e-subtheme-default-editor-shape-chart-line";
var ESubthemeDefaultEnUsEditorShapeChartLine = /** @class */ (function (_super) {
__extends(ESubthemeDefaultEnUsEditorShapeChartLine, _super);
function ESubthemeDefaultEnUsEditorShapeChartLine() {
return _super !== null && _super.apply(this, arguments) || this;
}
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getCheckXAxisLabel = function () {
return "X Axis";
};
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getCheckXAxisMajorTickLabel = function () {
return "Major Tick";
};
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getCheckXAxisMinorTickLabel = function () {
return "Minor Tick";
};
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getCheckYAxisLabel = function () {
return "Y Axis";
};
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getCheckYAxisMajorTickLabel = function () {
return "Major Tick";
};
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getCheckYAxisMinorTickLabel = function () {
return "Minor Tick";
};
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getTextMajorTickCountLabel = function () {
return "Major Tick Count";
};
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getTextMinorTickCountLabel = function () {
return "Minor Tick Count";
};
ESubthemeDefaultEnUsEditorShapeChartLine.prototype.getTextPaddingLabel = function () {
return "Padding";
};
return ESubthemeDefaultEnUsEditorShapeChartLine;
}(ESubthemeDefaultEditorShapeChartLine));
export { ESubthemeDefaultEnUsEditorShapeChartLine };
//# sourceMappingURL=e-subtheme-default-en-us-editor-shape-chart-line.js.map