public abstract class LayoutMergerFactory
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
LayoutMergerFactory()
Constructor for derived classes.
|
Modifier and Type | Method and Description |
---|---|
static LayoutMergerFactory |
getInstance() |
abstract LayoutMerger |
newMerger(Cell topCell) |
protected LayoutMergerFactory()
Constructor for derived classes.
The constructor does nothing.
Derived classes must create LayoutMergerFactory
objects
public abstract LayoutMerger newMerger(Cell topCell)
public static LayoutMergerFactory getInstance()