public final class ContinuousContainer extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
clearPropertiesFromOverFlowRenderer(IPropertyContainer overFlowRenderer)
Removes properties from the overflow renderer that are not needed for continuous container.
|
void |
reApplyProperties(AbstractRenderer blockRenderer)
Re adds the properties that were removed from the overflow renderer.
|
static void |
setupContinuousContainerIfNeeded(AbstractRenderer blockRenderer)
Sets up the needed values in the model element of the renderer.
|
void |
updateValueOfSavedProperty(int property,
Object value)
Updates values of the saved property.
|
public static void clearPropertiesFromOverFlowRenderer(IPropertyContainer overFlowRenderer)
overFlowRenderer - the renderer that is used to remove properties from.public static void setupContinuousContainerIfNeeded(AbstractRenderer blockRenderer)
blockRenderer - the renderer that is used to set up continuous container.public void reApplyProperties(AbstractRenderer blockRenderer)
blockRenderer - the renderer that is used to reapply properties.public void updateValueOfSavedProperty(int property,
Object value)
property - the property to be updatedvalue - the new valueCopyright © 1998–2025 Apryse Group NV. All rights reserved.