xushiting 2 rokov pred
rodič
commit
1e11123067
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      src/graphic/Geometry/Line.js

+ 4 - 0
src/graphic/Geometry/Line.js

@@ -18,4 +18,8 @@ export default class Line extends Geometry {
   setCategory(value) {
     this.category = value;
   }
+
+  setArrowColor(value) {
+    this.arrowColor = value;
+  }
 }