?? font.chars.html
字號:
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="chars"><!-- --></A><H3>
chars</H3>
<PRE>
protected java.lang.String <B>chars</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="size"><!-- --></A><H3>
size</H3>
<PRE>
protected double <B>size</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="indices"><!-- --></A><H3>
indices</H3>
<PRE>
protected int[] <B>indices</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="advances"><!-- --></A><H3>
advances</H3>
<PRE>
protected int[] <B>advances</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="totalAdvance"><!-- --></A><H3>
totalAdvance</H3>
<PRE>
protected double <B>totalAdvance</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="ascent"><!-- --></A><H3>
ascent</H3>
<PRE>
protected double <B>ascent</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="descent"><!-- --></A><H3>
descent</H3>
<PRE>
protected double <B>descent</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="leftMargin"><!-- --></A><H3>
leftMargin</H3>
<PRE>
protected double <B>leftMargin</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="rightMargin"><!-- --></A><H3>
rightMargin</H3>
<PRE>
protected double <B>rightMargin</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="Font.Chars(java.lang.String, double)"><!-- --></A><H3>
Font.Chars</H3>
<PRE>
protected <B>Font.Chars</B>(java.lang.String chars,
double size)
throws <A HREF="../../../../com/anotherbigidea/flash/movie/Font.NoGlyphException.html" title="class in com.anotherbigidea.flash.movie">Font.NoGlyphException</A></PRE>
<DL>
<DL>
<DT><B>Parameters:</B><DD><CODE>chars</CODE> - the characters to display (displayable chars only - i.e. no newlines, tabs etc..)<DD><CODE>font</CODE> - may be null if no change of font is required<DD><CODE>size</CODE> - point-size - only relevant if font is not null<DD><CODE>color</CODE> - may be null if no color change is required. May be AlphaColor.<DD><CODE>x</CODE> - new X position for text - only valid if hasX is true<DD><CODE>y</CODE> - new Y position for text - only valid if hasY is true
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../com/anotherbigidea/flash/movie/Font.NoGlyphException.html" title="class in com.anotherbigidea.flash.movie">Font.NoGlyphException</A></CODE></DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>toString</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getFont()"><!-- --></A><H3>
getFont</H3>
<PRE>
public <A HREF="../../../../com/anotherbigidea/flash/movie/Font.html" title="class in com.anotherbigidea.flash.movie">Font</A> <B>getFont</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSize()"><!-- --></A><H3>
getSize</H3>
<PRE>
public double <B>getSize</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTotalAdvance()"><!-- --></A><H3>
getTotalAdvance</H3>
<PRE>
public double <B>getTotalAdvance</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getAscent()"><!-- --></A><H3>
getAscent</H3>
<PRE>
public double <B>getAscent</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getDescent()"><!-- --></A><H3>
getDescent</H3>
<PRE>
public double <B>getDescent</B>()</PRE>
<DL>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getLeftMargin()"><!-- --></A><H3>
getLeftMargin</H3>
<PRE>
public double <B>getLeftMargin</B>()</PRE>
<DL>
<DD>The left margin is the difference between the origin of the first glyph and the left edge of its geometry
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getRightMargin()"><!-- --></A><H3>
getRightMargin</H3>
<PRE>
public double <B>getRightMargin</B>()</PRE>
<DL>
<DD>The right margin is the different between the total advance and the right edge of the geometry of the last glyph
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="init()"><!-- --></A><H3>
init</H3>
<PRE>
protected void <B>init</B>()
throws <A HREF="../../../../com/anotherbigidea/flash/movie/Font.NoGlyphException.html" title="class in com.anotherbigidea.flash.movie">Font.NoGlyphException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="../../../../com/anotherbigidea/flash/movie/Font.NoGlyphException.html" title="class in com.anotherbigidea.flash.movie">Font.NoGlyphException</A></CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<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=2 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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Font.Chars.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-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-all.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">
<A HREF="../../../../com/anotherbigidea/flash/movie/Font.html" title="class in com.anotherbigidea.flash.movie"><B>PREV CLASS</B></A>
<A HREF="../../../../com/anotherbigidea/flash/movie/Font.NoGlyphException.html" title="class in com.anotherbigidea.flash.movie"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/anotherbigidea/flash/movie/Font.Chars.html" target="_top"><B>FRAMES</B></A>
<A HREF="Font.Chars.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>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | <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>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2000-2005 David N Main. All Rights Reserved.</i>
</BODY>
</HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -