JIDE 3.5.15

com.jidesoft.tooltip.shapes
Class RectangularBalloonShape

java.lang.Object
  extended by com.jidesoft.tooltip.shapes.RoundedRectangularBalloonShape
      extended by com.jidesoft.tooltip.shapes.RectangularBalloonShape
All Implemented Interfaces:
BalloonShape

public class RectangularBalloonShape
extends RoundedRectangularBalloonShape

A balloon shape implemenation which implements the rectangular shape.


Field Summary
 
Fields inherited from class com.jidesoft.tooltip.shapes.RoundedRectangularBalloonShape
_arrowLeftRatio, _arrowRightRatio, _balloonSizeRatio, _cornerSize, _vertexPosition
 
Constructor Summary
RectangularBalloonShape()
           
 
Method Summary
protected  int getRoundedCornerSize()
           
 
Methods inherited from class com.jidesoft.tooltip.shapes.RoundedRectangularBalloonShape
createOutline, getArrowLeftRatio, getArrowRightRatio, getBalloonSizeRatio, getCornerSize, getDistance, getEdgeDistance, getHotSpot, getInsets, getPosition, getVertexPosition, setArrowLeftRatio, setArrowRightRatio, setBalloonSizeRatio, setCornerSize, setPosition, setVertexPosition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RectangularBalloonShape

public RectangularBalloonShape()
Method Detail

getRoundedCornerSize

protected int getRoundedCornerSize()
Overrides:
getRoundedCornerSize in class RoundedRectangularBalloonShape

JIDE 3.5.15