Package | Description |
---|---|
uk.co.caprica.vlcj.player |
This is the main package for vlcj client applications, providing the classes
necessary to create and control native media players and associated
resources.
|
Modifier and Type | Method and Description |
---|---|
Marquee |
Marquee.colour(Color colour)
Apply the text colour.
|
Marquee |
Marquee.colour(int rgb)
Apply the text colour as RGB components.
|
Marquee |
Marquee.disable()
Disable the marquee.
|
Marquee |
Marquee.enable()
Enable the marquee.
|
Marquee |
Marquee.enable(boolean enable)
Apply the initial enabled/disabled state.
|
Marquee |
Marquee.location(int x,
int y)
Apply the text location in video co-ordinates.
|
static Marquee |
Marquee.marquee()
Create a marquee.
|
Marquee |
Marquee.opacity(float opacity)
Apply the text opacity.
|
Marquee |
Marquee.opacity(int opacity)
Apply the text opacity.
|
Marquee |
Marquee.position(libvlc_marquee_position_e position)
Apply the text position.
|
Marquee |
Marquee.size(int size)
Apply the text size.
|
Marquee |
Marquee.text(String text)
Apply the text.
|
Marquee |
Marquee.timeout(int timeout)
Apply the timeout.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.