Added file representation for SimpleRectangularSubmodelComponents
[Mograsim.git] / net.mograsim.logic.ui / src / net / mograsim / logic / ui / model / components / SubmodelComponent.java
index a4fe1aa..43ec22b 100644 (file)
@@ -58,6 +58,11 @@ public abstract class SubmodelComponent extends GUIComponent
                requestRedraw();// needed if there is no submodel interface pin
        }
 
+       protected double getSubmodelScale()
+       {
+               return submodelScale;
+       }
+
        /**
         * Returns the submodel pin.
         */