xushiting hace 2 años
padre
commit
1e11123067
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;
+  }
 }