Floating Button
Last updated
Last updated
Floating Button is a circular floating button that keeps fixed on its initial position and, usually, is used for the main action of the screen.
Do not forget to create a folder called "images" inside /src/main/resources and save the floatbtn.png image inside it [images].
Type
Name
Description
Constructor
FloatingButton( )
Creates a Floating Button with a predefined icon.
Constructor
FloatingButton(Image foregroundImage)
Creates a Floating Button with setting the icon.
void
setIcon(image foregroundImage)
Sets the Floating Button icon.
void
setIconSize(int iconsize)
Sets the Floating Button icon size.
Image
getIcon( )
Returns the Image that represents the Floating Button icon.
int
getIconSize( )
Returns the size of the Floating Button icon.