| | | | Browse by category |
Question
How can IlvGeneralNode
dynamically redraw correctly after changing any of the property, including foreground, background, filled color, stroke color and width?
Answer
Due to the new feature introduced in earlier version of JViews, any changes in the general node's property will result in reconstruction of the node's graphic objects. This might cause the bounding box of the node to be changed slightly. Hence, you must perform these changes within the IlvManager
.applyToObject
method. Please refer to the IlvManager
documentation for more information on the applyToObject
method.
Refer to the"The Essential JViews Framework > Managers > Managing Graphic Objects > Modifying Geometric Properties of Objects" section of the JViews Diagrammer documentation for more detail information.