Serialized Form
|
Package com.mamarce.mhp.mf.components |
message
org.havi.ui.HStaticText message
- Message label.
yesMessage
org.havi.ui.HStaticText yesMessage
- Yes message label.
noMessage
org.havi.ui.HStaticText noMessage
- No message label.
exit
boolean exit
- Indicates if the user wants to exit from the application. Default value
is set to false.
mXlet
MXLet mXlet
- An
MXlet reference.
state
int state
- State variable.
bgImage
MImage bgImage
- Background image used in STATE_GRAPHIC mode.
yImage
MImage yImage
- YES image used in STATE_GRAPHIC mode.
image
MImage image
- NO image used in STATE_GRAPHIC mode.
defaultContainer
MContainer defaultContainer
- Container for the mask used in STATE_DEFAULT.
backgroundColor
java.awt.Color backgroundColor
- background color for this container.
polygon
java.awt.Polygon polygon
- poligon that descibe the container.
img
java.awt.Image img
- Image.
scrollerBg
java.awt.Color scrollerBg
- Scroller background color.
scrollerTabBg
java.awt.Color scrollerTabBg
- Scroller tab background color.
scrollerActiveArrow
java.awt.Color scrollerActiveArrow
- Scroller actvie arrow background color.
scrollerInactiveArrow
java.awt.Color scrollerInactiveArrow
- Scroller background color.
scrollerOutlineArrow
java.awt.Color scrollerOutlineArrow
- Scroller outline background color.
scrollerHiglight
java.awt.Color scrollerHiglight
- Scroller highlight background color.
scollerShadow
java.awt.Color scollerShadow
- Scroller shadow background color.
sidescrollerPolicy
int sidescrollerPolicy
- The sidescroller policy in use.
sidescroller
boolean sidescroller
- Indicates if the sidescroller should be painted.
scrollerHeight
int scrollerHeight
- The size of the scrollbar.
scrollerUnit
float scrollerUnit
- The positional multiplier.
scrollBlock
int scrollBlock
- scrollBLock size.
scrollBy
int scrollBy
- number of rows to scroll.
text
java.lang.String text
- Text for the ScrollableText.
lineSpace
int lineSpace
- Linespace for the ScrollableText.
rMarg
int rMarg
- Right margin identifier.
lMarg
int lMarg
- Left margin identifier.
tMarg
int tMarg
- Top margin identifier.
bMarg
int bMarg
- Bottom margin identifier.
align
int align
- Orizzontal alignation field.
valign
int valign
- Vertical alignation field.
rowPos
int[] rowPos
- The y-positions of the rows.
rowIndent
int[] rowIndent
- The x-positions of the individual rows.
currentRow
int currentRow
- The row that is displayed on the top of the area.
displayRows
int displayRows
- Number of rows to display.
rows
java.lang.String[] rows
- The splitup of the text to paint.
transparent
boolean transparent
- Supports transparent background.
|
Package com.mamarce.mhp.mf.examples.slideshow |
status
int status
- Indicate current status for the application.
timer
javax.tv.util.TVTimer timer
- TvTimer reference. It's used to schedule sliding of images.
spec
javax.tv.util.TVTimerSpec spec
- TvTimerSpecification reference. It's used to configure timer.
play
MImage play
- Play image.
pause
MImage pause
- Pause image.
images
java.lang.String[] images
- Array for image names.
currentImage
MImage currentImage
- Current image.
index
int index
- Index for current image.
up
MImage up
- Up image.