org.micropainter.ext.incub.bubble3
Class BubblePainter3

java.lang.Object
  extended by org.micropainter.core.painter.AbstractDevice2DPainter
      extended by org.micropainter.ext.incub.bubble3.BubblePainter3

public class BubblePainter3
extends AbstractDevice2DPainter


Field Summary
private  java.util.Vector<Bubble3> bubbles
           
(package private)  java.awt.RenderingHints hints
           
 
Constructor Summary
BubblePainter3()
           
 
Method Summary
 void addBubble(Bubble3 b)
           
 void doPaint(java.awt.Graphics2D g2d)
          painting operation should be sub classes
 
Methods inherited from class org.micropainter.core.painter.AbstractDevice2DPainter
getAntialiasing, getFractional, getInterpolation, getName, getTextAntialiasing, getWindow2D, isLockPainter, lockPainter, paint, setAntialiasing, setFractional, setInterpolation, setName, setTextAntialiasing, setWindow2D, unlockPainter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hints

java.awt.RenderingHints hints

bubbles

private java.util.Vector<Bubble3> bubbles
Constructor Detail

BubblePainter3

public BubblePainter3()
Method Detail

addBubble

public void addBubble(Bubble3 b)

doPaint

public void doPaint(java.awt.Graphics2D g2d)
Description copied from class: AbstractDevice2DPainter
painting operation should be sub classes

Specified by:
doPaint in class AbstractDevice2DPainter