org.jplot2d.env
Class DummyEnvironment
- java.lang.Object
-
- org.jplot2d.env.Environment
-
- org.jplot2d.env.DummyEnvironment
-
public class DummyEnvironment extends Environment
-
-
Constructor Summary
Constructors Constructor and Description DummyEnvironment(boolean threadSafe)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidregisterElement(ElementEx element, Element proxy)Register new created element to this environment.-
Methods inherited from class org.jplot2d.env.Environment
addElementChangeListener, beginBatch, endBatch, endBatch, getCommandLogger, getElementChangeListeners, getProxy, removeElementChangeListener, setCommandLogger
-
-
-
-
Method Detail
-
registerElement
public void registerElement(ElementEx element, Element proxy)
Register new created element to this environment. This method is called when element factory create a element proxy. Every new created element has an associated environment. The proxy object will associate with this environment.- Parameters:
element-proxy-
-
-
DMelt 3.0 © DataMelt by jWork.ORG