diff options
Diffstat (limited to 'src/WirePlotter.java')
| -rw-r--r-- | src/WirePlotter.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/WirePlotter.java b/src/WirePlotter.java new file mode 100644 index 0000000..975bb76 --- /dev/null +++ b/src/WirePlotter.java @@ -0,0 +1,11 @@ +import java.awt.Graphics; + +public abstract interface WirePlotter +{ + public abstract void plotWire(Graphics paramGraphics, CoordinateSystem paramCoordinateSystem, Point3D[] paramArrayOfPoint3D); +} + +/* Location: Modulus.jar + * Qualified Name: WirePlotter + * JD-Core Version: 0.6.2 + */
\ No newline at end of file |