public class IlvBlinkingMultiPaint extends java.lang.Object implements Paint
IlvGraphic
support blinking paints.
Limitation: For technical reasons, the period duration is
limited from 1 to max integer (not max long). It is recommended to use
the same durations whenever possible for all objects, and to choose the
durations not too small (e.g. not smaller than 100 ms), because otherwise
the performance of the system will degrade dramatically.
CSS example:
ilvBlinkingMultiPaint {
class : "ilog.views.util.java2d.IlvBlinkingMultiPaint(period,paint)";
paints[0] : "#000000";
paints[1] : "#000000";
period : "3";
}
public java.lang.String class
class : "ilog.views.util.java2d.IlvBlinkingMultiPaint(period,paint)";
public Paint[] paints
paints[0] : "#000000";
paints[1] : "#000000";
public long period
period : "3";
© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.