public class MacLayerFactory extends DefaultLayerFactory
TimeNowLayer which draws the vertical time now line
different than the default one.| Constructor and Description |
|---|
MacLayerFactory() |
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractSystemLayer> |
createSystemLayer(LayerContainer lc,
Class<T> layerType)
Creates a new system layer.
|
static MacLayerFactory |
getInstance()
Returns the singleton instance.
|
createCustomLayer, createTimelineLayerpublic static MacLayerFactory getInstance()
public <T extends AbstractSystemLayer> T createSystemLayer(LayerContainer lc, Class<T> layerType)
ILayerFactoryAbstractSystemLayer).createSystemLayer in interface ILayerFactorycreateSystemLayer in class DefaultLayerFactoryT - the type of the system layerlc - the layer container, which will manage the layerlayerType - the system layer classCopyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.