Lines Matching refs:LineStyle

3916 …                     /*private*/ this.defaultLineStyle = new com.mxgraph.io.vsdx.theme.LineStyle();
4202 … /* add */ (this.connLineStyles.push(new com.mxgraph.io.vsdx.theme.LineStyle(lineStyle)));
4316 … /* add */ (this.lineStyles.push(new com.mxgraph.io.vsdx.theme.LineStyle(lineStyle)));
5691 var LineStyle = (function () { function
5692 function LineStyle(elem) { class in LineStyle
5732 _this.lineCap = LineStyle.LineCapType.ROUND;
5735 _this.lineCap = LineStyle.LineCapType.SQUARE;
5738 _this.lineCap = LineStyle.LineCapType.FLAT;
5746 _this.lineComp = LineStyle.CompoundLineType.SINGLE;
5749 _this.lineComp = LineStyle.CompoundLineType.DOUBLE;
5752 … _this.lineComp = LineStyle.CompoundLineType.THICK_THIN_DOUBLE;
5755 … _this.lineComp = LineStyle.CompoundLineType.THIN_THICK_DOUBLE;
5758 … _this.lineComp = LineStyle.CompoundLineType.THIN_THICK_THIN_TRIPLE;
5888 LineStyle.prototype.getLineEndType = function (subElem) { class
5893 endType = LineStyle.LineEndType.NONE;
5896 endType = LineStyle.LineEndType.TRIANGLE;
5899 endType = LineStyle.LineEndType.STEALTH;
5902 endType = LineStyle.LineEndType.DIAMOND;
5905 endType = LineStyle.LineEndType.OVAL;
5908 endType = LineStyle.LineEndType.ARROW;
5913 LineStyle.prototype.getLineColor = function (lineColorStyle, theme) {
5919 LineStyle.prototype.isDashed = function () {
5922 LineStyle.prototype.getLineDashPattern = function () {
5925 LineStyle.prototype.getStartSize = function () {
5928 LineStyle.prototype.getEndSize = function () {
5931 LineStyle.prototype.getStart = function () {
5934 LineStyle.prototype.getEnd = function () {
5937 LineStyle.prototype.getLineWidth = function () {
5940 return LineStyle;
5942 theme_3.LineStyle = LineStyle;
5943 LineStyle["__class"] = "com.mxgraph.io.vsdx.theme.LineStyle";
5944 (function (LineStyle) {
5950 })(LineCapType = LineStyle.LineCapType || (LineStyle.LineCapType = {}));
5958 … })(CompoundLineType = LineStyle.CompoundLineType || (LineStyle.CompoundLineType = {}));
5967 })(LineEndType = LineStyle.LineEndType || (LineStyle.LineEndType = {}));
5968 })(LineStyle = theme_3.LineStyle || (theme_3.LineStyle = {}));