📄 color.html
字号:
<TD COLSPAN=2>Fields in <A HREF="../../../jexi/ui/package-summary.html">jexi.ui</A> declared as <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></CODE></FONT></TD>
<TD><CODE><B>Color.</B><B><A HREF="../../../jexi/ui/Color.html#BLACK">BLACK</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></CODE></FONT></TD>
<TD><CODE><B>Color.</B><B><A HREF="../../../jexi/ui/Color.html#WHITE">WHITE</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></CODE></FONT></TD>
<TD><CODE><B>Color.</B><B><A HREF="../../../jexi/ui/Color.html#RED">RED</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></CODE></FONT></TD>
<TD><CODE><B>Color.</B><B><A HREF="../../../jexi/ui/Color.html#GREEN">GREEN</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></CODE></FONT></TD>
<TD><CODE><B>Color.</B><B><A HREF="../../../jexi/ui/Color.html#BLUE">BLUE</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../jexi/ui/package-summary.html">jexi.ui</A> that return <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>abstract <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></CODE></FONT></TD>
<TD><CODE><B>ColorFactory.</B><B><A HREF="../../../jexi/ui/ColorFactory.html#createColor(int, int, int)">createColor</A></B>(int r, int g, int b)</CODE>
<BR>
Create new color.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></CODE></FONT></TD>
<TD><CODE><B>ColorFactory.</B><B><A HREF="../../../jexi/ui/ColorFactory.html#createColor(int)">createColor</A></B>(int color_rgb)</CODE>
<BR>
Create color specified by the predefined constant.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../jexi/ui/package-summary.html">jexi.ui</A> with parameters of type <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ViewDecorator.</B><B><A HREF="../../../jexi/ui/ViewDecorator.html#onFormatChanged(java.lang.String, java.lang.Integer, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, jexi.ui.Color)">onFormatChanged</A></B>(java.lang.String fontName, java.lang.Integer fontSize, java.lang.Boolean bold, java.lang.Boolean italic, java.lang.Boolean underlined, <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A> color)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Graphics.</B><B><A HREF="../../../jexi/ui/Graphics.html#setForecolor(jexi.ui.Color)">setForecolor</A></B>(<A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A> color)</CODE>
<BR>
Set the fore color of the graphics.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Graphics.</B><B><A HREF="../../../jexi/ui/Graphics.html#setBackcolor(jexi.ui.Color)">setBackcolor</A></B>(<A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A> color)</CODE>
<BR>
Set the back color of the graphics.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>View.</B><B><A HREF="../../../jexi/ui/View.html#onFormatChanged(java.lang.String, java.lang.Integer, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, jexi.ui.Color)">onFormatChanged</A></B>(java.lang.String fontName, java.lang.Integer fontSize, java.lang.Boolean bold, java.lang.Boolean italic, java.lang.Boolean underlined, <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A> color)</CODE>
<BR>
When user changed the font name of the selected text.</TD>
</TR>
</TABLE>
<P>
<A NAME="jexi.ui.swt"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
Uses of <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A> in <A HREF="../../../jexi/ui/swt/package-summary.html">jexi.ui.swt</A></FONT></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../jexi/ui/swt/package-summary.html">jexi.ui.swt</A> that return <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></CODE></FONT></TD>
<TD><CODE><B>SWTColorFactory.</B><B><A HREF="../../../jexi/ui/swt/SWTColorFactory.html#createColor(int, int, int)">createColor</A></B>(int r, int g, int b)</CODE>
<BR>
Create color.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TD COLSPAN=2>Methods in <A HREF="../../../jexi/ui/swt/package-summary.html">jexi.ui.swt</A> with parameters of type <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SWTTextView.</B><B><A HREF="../../../jexi/ui/swt/SWTTextView.html#onFormatChanged(java.lang.String, java.lang.Integer, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, jexi.ui.Color)">onFormatChanged</A></B>(java.lang.String fontName, java.lang.Integer fontSize, java.lang.Boolean bold, java.lang.Boolean italic, java.lang.Boolean underlined, <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A> color)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SWTGraphics.</B><B><A HREF="../../../jexi/ui/swt/SWTGraphics.html#setForecolor(jexi.ui.Color)">setForecolor</A></B>(<A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A> color)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SWTGraphics.</B><B><A HREF="../../../jexi/ui/swt/SWTGraphics.html#setBackcolor(jexi.ui.Color)">setBackcolor</A></B>(<A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui">Color</A> color)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../jexi/ui/Color.html" title="interface in jexi.ui"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html" target="_top"><B>FRAMES</B></A>
<A HREF="Color.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -