standup.clouds
Class STANDUPShapeCloudButton

java.lang.Object
  extended by standup.clouds.STANDUPShape
      extended by standup.clouds.STANDUPShapeCloudButton

public class STANDUPShapeCloudButton
extends STANDUPShape


Field Summary
private  Point browserCentre
           
private  CloudButton.LineMode lineMode
           
 
Fields inherited from class standup.clouds.STANDUPShape
dimension, img, imgHighlighted, location, maxDimension, shapeDetails
 
Constructor Summary
STANDUPShapeCloudButton(Point p, Dimension d, Dimension maxD, ShapeDetails shd, PanelCloudButtonMenu comp, CloudButton.LineMode lm)
           
 
Method Summary
private  void drawLine(Graphics2D g2)
           
(package private)  void myDraw(Graphics2D g2)
           
(package private)  void myDrawHighlighted(Graphics2D g2)
           
 
Methods inherited from class standup.clouds.STANDUPShape
contains, getBubbleLabelCanvasDimension, getDimension, getLocation, getMaximumBubbleLabelCanvasDimension, getShapeDetails, setImages, setLocation, setSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

browserCentre

private Point browserCentre

lineMode

private CloudButton.LineMode lineMode
Constructor Detail

STANDUPShapeCloudButton

public STANDUPShapeCloudButton(Point p,
                               Dimension d,
                               Dimension maxD,
                               ShapeDetails shd,
                               PanelCloudButtonMenu comp,
                               CloudButton.LineMode lm)
Method Detail

drawLine

private void drawLine(Graphics2D g2)

myDraw

void myDraw(Graphics2D g2)
Overrides:
myDraw in class STANDUPShape

myDrawHighlighted

void myDrawHighlighted(Graphics2D g2)
Overrides:
myDrawHighlighted in class STANDUPShape