Uses of Class
org.jgroups.demos.DrawCommand

Packages that use DrawCommand
Package
Description
Provides demonstrations of JGroups functionality.
  • Uses of DrawCommand in org.jgroups.demos

    Methods in org.jgroups.demos with parameters of type DrawCommand
    Modifier and Type
    Method
    Description
    void
    Draw.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).
    void
    StompDraw.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).