📄 imagelabel.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Tue May 29 17:54:34 CDT 2001 -->
<TITLE>
: Class ImageLabel
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../com/motorola/lwt/ComponentScreen.html"><B>PREV CLASS</B></A>
<A HREF="../../../com/motorola/lwt/InteractableComponent.html"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>
<A HREF="ImageLabel.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.motorola.lwt</FONT>
<BR>
Class ImageLabel</H2>
<PRE>
java.lang.Object
|
+--<A HREF="../../../com/motorola/lwt/Component.html">com.motorola.lwt.Component</A>
|
+--<A HREF="../../../com/motorola/lwt/InteractableComponent.html">com.motorola.lwt.InteractableComponent</A>
|
+--<B>com.motorola.lwt.ImageLabel</B>
</PRE>
<HR>
<DL>
<DT>public class <B>ImageLabel</B><DT>extends <A HREF="../../../com/motorola/lwt/InteractableComponent.html">InteractableComponent</A></DL>
<P>
ImageLabel is a Component that can display an image and/or a text label. The image and/or text label, referred to as the ImageLabel's <em>contents</em>, can be collectively placed North, South, East, West, or centered within the bounds of the ImageLabel.<br> <br> The relative layout of the contents can be controlled by specifying the location of the text label relative to the image. The text label can be placed either above the image, below the image, to the left of the image, to the right of the image, or in the center of the image.<br> <br> An ImageLabel may be either interactable or non-interactable. An interactable ImageLabel may be actuated by the user and its state can be normal, disabled or pressed. Separate images may be provided for each of these states; the normal image is used by default if a specific image is not provided for a given state.<br> <br> A non-interactable ImageLabel cannot be actuated by the user; its state can be either normal or disabled.<br> The space between the text and the image in the LABEL_RIGHT or LABEL_LEFT position is 3 pixels.<br> The space between the text and the image in the LABEL_ABOVE or LABEL_BELOW position is 2 pixels.<br> In the absence of either text and image, the space value will be zero.<br> <hr> <b>MOTOROLA and the Stylized M Logo are registered trademarks of Motorola, Inc. Reg. U.S. Pat. & Tm. Off.<br>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -