Uses of Class
org.jgroups.demos.DrawCommand
Packages that use DrawCommand
-
Uses of DrawCommand in org.jgroups.demos
Methods in org.jgroups.demos with parameters of type DrawCommandModifier and TypeMethodDescriptionvoidDraw.DrawPanel.drawPoint(DrawCommand c) Adds pixel to queue and calls repaint() whenever we have MAX_ITEMS pixels in the queue or when MAX_TIME msecs have elapsed (whichever comes first).voidStompDraw.DrawPanel.drawPoint(DrawCommand c) Adds pixel to queue and calls repaint() whenever we have MAX_ITEMS pixels in the queue or when MAX_TIME msecs have elapsed (whichever comes first).