Uses of Class
org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.layout.CaroselLayout
-
-
Uses of CaroselLayout in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components
Fields in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components declared as CaroselLayout Modifier and Type Field Description protected CaroselLayout
JCarosel. layout
The layout being used for the carouselMethods in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.components with parameters of type CaroselLayout Modifier and Type Method Description void
JCarosel. setLayout(CaroselLayout layout)
Specifies which type of CarouselLayout to be used to lay the component out around the carousel Any looping layout can be used. -
Uses of CaroselLayout in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.layout
Subclasses of CaroselLayout in org.pushingpixels.radiance.theming.extras.internal.contrib.blogofbug.swing.layout Modifier and Type Class Description class
OffsetCaroselLayout
Offsets a normal carousel layout be a fixed amount allowing it be "moved" around the screen.
-