Uses of Class
uk.co.caprica.vlcj.player.base.Marquee
Packages that use Marquee
Package
Description
This is the main package for vlcj media player applications, providing the classes necessary to create and control
native media players and associated resources.
-
Uses of Marquee in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return MarqueeModifier and TypeMethodDescriptionMarquee.colour
(int rgb) Apply the text colour as RGB components.Apply the text colour.Marquee.disable()
Disable the marquee.Marquee.enable()
Enable the marquee.Marquee.enable
(boolean enable) Apply the initial enabled/disabled state.Marquee.location
(int x, int y) Apply the text location in video co-ordinates.static Marquee
Marquee.marquee()
Create a marquee.Marquee.opacity
(float opacity) Apply the text opacity.Marquee.opacity
(int opacity) Apply the text opacity.Marquee.position
(MarqueePosition position) Apply the text position.Marquee.refresh
(int refresh) Set the time before the marquee text will refresh.Marquee.size
(int size) Apply the text size.Apply the text.Marquee.timeout
(int timeout) Apply the timeout.Methods in uk.co.caprica.vlcj.player.base with parameters of type Marquee