Lines Matching refs:LineStyleExt
4222 … /* add */ (this.connLineStylesExt.push(new com.mxgraph.io.vsdx.theme.LineStyleExt(connStyle)));
4231 … /* add */ (this.lineStylesExt.push(new com.mxgraph.io.vsdx.theme.LineStyleExt(schemeStyle)));
5983 var LineStyleExt = (function () { function
5984 function LineStyleExt(elem) { class in LineStyleExt
6001 LineStyleExt.prototype.getRndg = function () { class
6004 LineStyleExt.prototype.getStart = function () {
6007 LineStyleExt.prototype.getStartSize = function () {
6010 LineStyleExt.prototype.getEnd = function () {
6013 LineStyleExt.prototype.getEndSize = function () {
6016 LineStyleExt.prototype.isDashed = function () {
6019 LineStyleExt.prototype.getLineDashPattern = function () {
6022 return LineStyleExt;
6024 theme.LineStyleExt = LineStyleExt;
6025 LineStyleExt["__class"] = "com.mxgraph.io.vsdx.theme.LineStyleExt";