public class RenderUnitIdGenerator
extends java.lang.Object
Constructor and Description |
---|
RenderUnitIdGenerator(int componentTreeId) |
Modifier and Type | Method and Description |
---|---|
long |
calculateLayoutOutputId(java.lang.String componentKey,
int type)
Calculates a returns a unique ID for a given component key and output type.
|
int |
getComponentTreeId()
Returns the ComponentTree ID that this ID-generator is linked with.
|
public int getComponentTreeId()
public long calculateLayoutOutputId(java.lang.String componentKey, int type)
componentKey
- The component keytype
- The output type @see OutputUnitType