Interface IUpdatePolicyPropertyOwner
- All Known Implementing Classes:
AbstractGridLineVisualSet,AbstractLineVisualSet,AbstractPolylineVisualSet,AbstractRegionVisualSet,BarLabeledVisualSet,BarVisualSet,BoxAndWhiskerVisualSet,ConnectionVisualSet,GanttPolylineVisualSet,GanttVisualSet,HeatmapVisualSet,HistogramVisualSet,HorizontalGridLineVisualSet,LabeledVisualSet,LineBarVisualSet,LineVisualSet,PointsVisualSet,PolylineVisualSet,RangeRegionVisualSet,RegionVisualSet,SlotsVisualSet,TriangleMarkerVisualSet,VerticalGridLineVisualSet,VisualSet,WaterfallVisualSet
public interface IUpdatePolicyPropertyOwner
Interface of
VisualSet.UpdatePolicy property owners. Used for visuals that are
require increased performance. Provides an opportunity to reduce
computational costs for VisualSets, all new elements of which are added to
the end of the list. It also allows the user to control the updating of the
list of displayed visuals by manually calling the update method.- Author:
- Aleksey Kirillov
-
Method Summary
Modifier and TypeMethodDescriptionReturn the currentVisualSet.UpdatePolicysetUpdatePolicy(VisualSet.UpdatePolicy updatePolicy) Sets the newVisualSet.UpdatePolicyi.e.
-
Method Details
-
getUpdatePolicy
VisualSet.UpdatePolicy getUpdatePolicy()Return the currentVisualSet.UpdatePolicy- Returns:
- the current
VisualSet.UpdatePolicy
-
setUpdatePolicy
Sets the newVisualSet.UpdatePolicyi.e. the VisualSet update control rule.- Parameters:
updatePolicy- newVisualSet.UpdatePolicyi.e. the VisualSet update control rule- Returns:
- reference to this object
-