Uses of Class
standup.clouds.ShapeDetails

Packages that use ShapeDetails
standup.clouds This package provides the implementation for the STANDUP user interface. 
 

Uses of ShapeDetails in standup.clouds
 

Fields in standup.clouds declared as ShapeDetails
protected  ShapeDetails STANDUPShape.shapeDetails
          ShapeDetails for this shape.
(package private)  ShapeDetails ProfileCloudFrontend.shapeDetailsCloud
          Constructor method where the Options is supplied from an appropriate file.
(package private)  ShapeDetails ProfileCloudFrontend.shapeDetailsHoose
           
(package private)  ShapeDetails ProfileCloudFrontend.shapeDetailsMsgWHead
           
(package private)  ShapeDetails ProfileCloudFrontend.shapeDetailsMsgWOHead
           
 

Methods in standup.clouds that return ShapeDetails
(package private)  ShapeDetails STANDUPShape.getShapeDetails()
           
 ShapeDetails ProfileCloudFrontend.getShapeDetailsHouse()
           
 ShapeDetails ProfileCloudFrontend.getShapeDetailsLaffertyBubble()
           
 ShapeDetails ProfileCloudFrontend.getShapeDetailsLubble()
           
 ShapeDetails ProfileCloudFrontend.getShapeDetailsMessageWindowBubbleWithHead()
           
 ShapeDetails ProfileCloudFrontend.getShapeDetailsMessageWindowBubbleWithoutHead()
           
 ShapeDetails ProfileCloudFrontend.getShapeDetailsToolbarBubble()
           
 

Methods in standup.clouds with parameters of type ShapeDetails
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonStayPut.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonRotateRight.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonRotateLeft.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonResize.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonMoveOut.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private)  STANDUPShapeCloudButton AnimatorCloudButtonMoveIn.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
           
(package private) abstract  STANDUPShapeCloudButton AnimatorCloudButton.getInitialShape(CloudButton thing, PanelCloudButtonMenu bb, ShapeDetails shd)
          This returns the initial 'shape' of the CloudButton to be used by this animation.
 

Constructors in standup.clouds with parameters of type ShapeDetails
EntityAnimatedInteractiveBubbleLabelStatic(CloudFrontend _f, JPanel _p, Point _location, Dimension _size, CloudLabel _label, ShapeDetails shd, CloudLabel help)
           
MessageWindowBubble(CloudFrontend _f, JPanel _p, CloudLabel _label, Dimension ukuran, Point _from, Point _to, int _steps, ShapeDetails shd)
           
STANDUPShape(Point p, Dimension d, Dimension md, ShapeDetails shd)
           
STANDUPShape(Point p, Dimension d, ShapeDetails shd)
           
STANDUPShapeCloudButton(Point p, Dimension d, Dimension maxD, ShapeDetails shd, PanelCloudButtonMenu comp, CloudButton.LineMode lm)