<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.17) on Mon Nov 28 20:13:40 CST 2022 --> <title>Panel</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="dc.created" content="2022-11-28"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../jquery/jquery-ui.min.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../jquery-ui.overrides.css" title="Style"> <script type="text/javascript" src="../../script.js"></script> <script type="text/javascript" src="../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../jquery/jquery-3.6.0.min.js"></script> <script type="text/javascript" src="../../jquery/jquery-ui.min.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Panel"; } } catch(err) { } //--> var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":9,"i27":10,"i28":10,"i29":9,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10}; var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; var pathtoroot = "../../"; var useModuleDirectories = true; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <header role="banner"> <nav role="navigation"> <div class="fixedNav"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../index.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses.html">All Classes</a></li> </ul> <ul class="navListSearch"> <li><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li><a href="#nested.class.summary">Nested</a> | </li> <li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a id="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding"> </div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> </nav> </header> <!-- ======== START OF CLASS DATA ======== --> <main role="main"> <div class="header"> <div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">sig.engine</a></div> <h2 title="Class Panel" class="title">Class Panel</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>java.awt.Component</li> <li> <ul class="inheritance"> <li>java.awt.Container</li> <li> <ul class="inheritance"> <li>javax.swing.JComponent</li> <li> <ul class="inheritance"> <li>javax.swing.JPanel</li> <li> <ul class="inheritance"> <li>sig.engine.Panel</li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><code>java.awt.event.KeyListener</code>, <code>java.awt.image.ImageObserver</code>, <code>java.awt.MenuContainer</code>, <code>java.io.Serializable</code>, <code>java.lang.Runnable</code>, <code>java.util.EventListener</code>, <code>javax.accessibility.Accessible</code></dd> </dl> <hr> <pre>public class <span class="typeNameLabel">Panel</span> extends javax.swing.JPanel implements java.lang.Runnable, java.awt.event.KeyListener</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../serialized-form.html#sig.engine.Panel">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <section> <ul class="blockList"> <li class="blockList"><a id="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <ul class="blockList"> <li class="blockList"><a id="nested.classes.inherited.from.class.javax.swing.JPanel"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class javax.swing.JPanel</h3> <code>javax.swing.JPanel.AccessibleJPanel</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="nested.classes.inherited.from.class.javax.swing.JComponent"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class javax.swing.JComponent</h3> <code>javax.swing.JComponent.AccessibleJComponent</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="nested.classes.inherited.from.class.java.awt.Container"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Container</h3> <code>java.awt.Container.AccessibleAWTContainer</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="nested.classes.inherited.from.class.java.awt.Component"> <!-- --> </a> <h3>Nested classes/interfaces inherited from class java.awt.Component</h3> <code>java.awt.Component.AccessibleAWTComponent, java.awt.Component.BaselineResizeBehavior, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy</code></li> </ul> </li> </ul> </section> <!-- =========== FIELD SUMMARY =========== --> <section> <ul class="blockList"> <li class="blockList"><a id="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary"> <caption><span>Fields</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Field</th> <th class="colLast" scope="col">Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#button">button</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static javax.swing.JFrame</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#f">f</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>double</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#nanaX">nanaX</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>double</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#nanaY">nanaY</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="Panel.html" title="class in sig.engine">Panel</a></code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#p">p</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int[]</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#pixel">pixel</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static java.awt.RenderingHints</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#RENDERHINTS">RENDERHINTS</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#scaleTime">scaleTime</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TIME">TIME</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static int</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#UPDATE_LOOP_FRAMERATE">UPDATE_LOOP_FRAMERATE</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static long</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#UPDATE_LOOP_NANOTIME">UPDATE_LOOP_NANOTIME</a></span></code></th> <td class="colLast"> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static double</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#UPDATE_MULT">UPDATE_MULT</a></span></code></th> <td class="colLast"> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a id="fields.inherited.from.class.javax.swing.JComponent"> <!-- --> </a> <h3>Fields inherited from class javax.swing.JComponent</h3> <code>listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="fields.inherited.from.class.java.awt.Component"> <!-- --> </a> <h3>Fields inherited from class java.awt.Component</h3> <code>accessibleContext, BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="fields.inherited.from.class.java.awt.image.ImageObserver"> <!-- --> </a> <h3>Fields inherited from interface java.awt.image.ImageObserver</h3> <code>ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH</code></li> </ul> </li> </ul> </section> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <section> <ul class="blockList"> <li class="blockList"><a id="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Constructor</th> <th class="colLast" scope="col">Description</th> </tr> <tr class="altColor"> <th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(javax.swing.JFrame)">Panel</a></span>​(javax.swing.JFrame f)</code></th> <td class="colLast"> </td> </tr> </table> </li> </ul> </section> <!-- ========== METHOD SUMMARY =========== --> <section> <ul class="blockList"> <li class="blockList"><a id="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Clear(sig.engine.Color)">Clear</a></span>​(<a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw(int,int,sig.engine.Color)">Draw</a></span>​(int x, int y, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Animated_Sprite(double,double,sig.engine.AnimatedSprite,double)">Draw_Animated_Sprite</a></span>​(double x, double y, <a href="AnimatedSprite.html" title="class in sig.engine">AnimatedSprite</a> sprite, double frameIndex)</code></th> <td class="colLast"> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Animated_Sprite(double,double,sig.engine.AnimatedSprite,double,sig.engine.Color,sig.engine.Transform)">Draw_Animated_Sprite</a></span>​(double x, double y, <a href="AnimatedSprite.html" title="class in sig.engine">AnimatedSprite</a> sprite, double frameIndex, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</code></th> <td class="colLast"> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Animated_Sprite_Partial_Ext(double,double,double,double,double,double,sig.engine.AnimatedSprite,double,sig.engine.Color,sig.engine.Transform)">Draw_Animated_Sprite_Partial_Ext</a></span>​(double x, double y, double xOffset, double yOffset, double w, double h, <a href="AnimatedSprite.html" title="class in sig.engine">AnimatedSprite</a> sprite, double frameIndex, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</code></th> <td class="colLast"> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Circle(int,int,int,sig.engine.Color)">Draw_Circle</a></span>​(int x, int y, int radius, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Circle(int,int,int,sig.engine.Color,byte)">Draw_Circle</a></span>​(int x, int y, int radius, <a href="Color.html" title="class in sig.engine">Color</a> col, byte mask)</code></th> <td class="colLast"> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Line(int,int,int,int,sig.engine.Color)">Draw_Line</a></span>​(int x1, int y1, int x2, int y2, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Rect(double,double,double,double,sig.engine.Color)">Draw_Rect</a></span>​(double x, double y, double w, double h, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Sprite(double,double,sig.engine.Sprite)">Draw_Sprite</a></span>​(double x, double y, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite)</code></th> <td class="colLast"> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Sprite(double,double,sig.engine.Sprite,sig.engine.Color)">Draw_Sprite</a></span>​(double x, double y, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Sprite(double,double,sig.engine.Sprite,sig.engine.Transform)">Draw_Sprite</a></span>​(double x, double y, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</code></th> <td class="colLast"> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Sprite_Partial(double,double,double,double,double,double,sig.engine.Sprite,double,sig.engine.Color,sig.engine.Transform)">Draw_Sprite_Partial</a></span>​(double x, double y, double xOffset, double yOffset, double w, double h, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, double frame_index, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</code></th> <td class="colLast"> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Sprite_Partial_Ext(double,double,double,double,double,double,sig.engine.Sprite,double,sig.engine.Color,sig.engine.Transform)">Draw_Sprite_Partial_Ext</a></span>​(double x, double y, double xOffset, double yOffset, double w, double h, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, double frame_index, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</code></th> <td class="colLast"> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Sprite_Partial_Ext(double,double,double,double,double,double,sig.engine.Sprite,sig.engine.Color,sig.engine.Transform)">Draw_Sprite_Partial_Ext</a></span>​(double x, double y, double xOffset, double yOffset, double w, double h, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</code></th> <td class="colLast"> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Text(double,double,java.lang.String,sig.engine.Font)">Draw_Text</a></span>​(double x, double y, java.lang.String s, <a href="Font.html" title="enum in sig.engine">Font</a> f)</code></th> <td class="colLast"> </td> </tr> <tr id="i16" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Text_Ext(double,double,java.lang.String,sig.engine.Font,sig.engine.Color)">Draw_Text_Ext</a></span>​(double x, double y, java.lang.String s, <a href="Font.html" title="enum in sig.engine">Font</a> f, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i17" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Draw_Triangle(double,double,double,double,double,double,sig.engine.Color)">Draw_Triangle</a></span>​(double x1, double y1, double x2, double y2, double x3, double y3, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i18" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Fill_Circle(int,int,int,sig.engine.Color)">Fill_Circle</a></span>​(int x, int y, int radius, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i19" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Fill_Rect(double,double,double,double,sig.engine.Color)">Fill_Rect</a></span>​(double x, double y, double w, double h, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i20" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#Fill_Triangle(double,double,double,double,double,double,sig.engine.Color)">Fill_Triangle</a></span>​(double x1, double y1, double x2, double y2, double x3, double y3, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i21" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FillCircle(double,double,double,sig.engine.Color)">FillCircle</a></span>​(double center_x, double center_y, double r, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i22" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FillOval(double,double,double,double,sig.engine.Color)">FillOval</a></span>​(double center_x, double center_y, double w, double h, <a href="Color.html" title="class in sig.engine">Color</a> col)</code></th> <td class="colLast"> </td> </tr> <tr id="i23" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FillPolygon(double,double,sig.engine.Color,java.util.List)">FillPolygon</a></span>​(double x_offset, double y_offset, <a href="Color.html" title="class in sig.engine">Color</a> col, java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Integer>> points)</code></th> <td class="colLast"> </td> </tr> <tr id="i24" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FillTexturedPolygon(java.util.List,java.util.List,java.util.List,sig.engine.Sprite,sig.engine.PolygonStructure)">FillTexturedPolygon</a></span>​(java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Double>> vPoints, java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Double>> vTex, java.util.List<<a href="Color.html" title="class in sig.engine">Color</a>> vColour, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprTex, <a href="PolygonStructure.html" title="enum in sig.engine">PolygonStructure</a> structure)</code></th> <td class="colLast"> </td> </tr> <tr id="i25" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#FillTexturedTriangle(java.util.List,java.util.List,java.util.List,sig.engine.Sprite)">FillTexturedTriangle</a></span>​(java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Double>> vPoints, java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Double>> vTex, java.util.List<<a href="Color.html" title="class in sig.engine">Color</a>> vColour, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprTex)</code></th> <td class="colLast"> </td> </tr> <tr id="i26" class="altColor"> <td class="colFirst"><code>protected static java.awt.image.ColorModel</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCompatibleColorModel()">getCompatibleColorModel</a></span>()</code></th> <td class="colLast"> <div class="block">Get Best Color model available for current screen.</div> </td> </tr> <tr id="i27" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#imageUpdate(java.awt.Image,int,int,int,int,int)">imageUpdate</a></span>​(java.awt.Image image, int a, int b, int c, int d, int e)</code></th> <td class="colLast"> <div class="block">Overrides ImageObserver.imageUpdate.</div> </td> </tr> <tr id="i28" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#init()">init</a></span>()</code></th> <td class="colLast"> <div class="block">Call it after been visible and after resizes.</div> </td> </tr> <tr id="i29" class="rowColor"> <td class="colFirst"><code>static void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#InitializeEngine(sig.JavaProjectTemplate)">InitializeEngine</a></span>​(<a href="../JavaProjectTemplate.html" title="class in sig">JavaProjectTemplate</a> instance)</code></th> <td class="colLast"> </td> </tr> <tr id="i30" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#keyPressed(java.awt.event.KeyEvent)">keyPressed</a></span>​(java.awt.event.KeyEvent e)</code></th> <td class="colLast"> </td> </tr> <tr id="i31" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#keyReleased(java.awt.event.KeyEvent)">keyReleased</a></span>​(java.awt.event.KeyEvent e)</code></th> <td class="colLast"> </td> </tr> <tr id="i32" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#keyTyped(java.awt.event.KeyEvent)">keyTyped</a></span>​(java.awt.event.KeyEvent e)</code></th> <td class="colLast"> </td> </tr> <tr id="i33" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#paintComponent(java.awt.Graphics)">paintComponent</a></span>​(java.awt.Graphics g)</code></th> <td class="colLast"> </td> </tr> <tr id="i34" class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#render()">render</a></span>()</code></th> <td class="colLast"> <div class="block">Do your draws in here !! pixel is your canvas!</div> </td> </tr> <tr id="i35" class="rowColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#run()">run</a></span>()</code></th> <td class="colLast"> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a id="methods.inherited.from.class.javax.swing.JPanel"> <!-- --> </a> <h3>Methods inherited from class javax.swing.JPanel</h3> <code>getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="methods.inherited.from.class.javax.swing.JComponent"> <!-- --> </a> <h3>Methods inherited from class javax.swing.JComponent</h3> <code>addAncestorListener, addNotify, addVetoableChangeListener, computeVisibleRect, contains, createToolTip, disable, enable, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, getActionForKeyStroke, getActionMap, getAlignmentX, getAlignmentY, getAncestorListeners, getAutoscrolls, getBaseline, getBaselineResizeBehavior, getBorder, getBounds, getClientProperty, getComponentGraphics, getComponentPopupMenu, getConditionForKeyStroke, getDebugGraphicsOptions, getDefaultLocale, getFontMetrics, getGraphics, getHeight, getInheritsPopupMenu, getInputMap, getInputMap, getInputVerifier, getInsets, getInsets, getListeners, getLocation, getMaximumSize, getMinimumSize, getNextFocusableComponent, getPopupLocation, getPreferredSize, getRegisteredKeyStrokes, getRootPane, getSize, getToolTipLocation, getToolTipText, getToolTipText, getTopLevelAncestor, getTransferHandler, getVerifyInputWhenFocusTarget, getVetoableChangeListeners, getVisibleRect, getWidth, getX, getY, grabFocus, hide, isDoubleBuffered, isLightweightComponent, isManagingFocus, isOpaque, isOptimizedDrawingEnabled, isPaintingForPrint, isPaintingOrigin, isPaintingTile, isRequestFocusEnabled, isValidateRoot, paint, paintBorder, paintChildren, paintImmediately, paintImmediately, print, printAll, printBorder, printChildren, printComponent, processComponentKeyEvent, processKeyBinding, processKeyEvent, processMouseEvent, processMouseMotionEvent, putClientProperty, registerKeyboardAction, registerKeyboardAction, removeAncestorListener, removeNotify, removeVetoableChangeListener, repaint, repaint, requestDefaultFocus, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, resetKeyboardActions, reshape, revalidate, scrollRectToVisible, setActionMap, setAlignmentX, setAlignmentY, setAutoscrolls, setBackground, setBorder, setComponentPopupMenu, setDebugGraphicsOptions, setDefaultLocale, setDoubleBuffered, setEnabled, setFocusTraversalKeys, setFont, setForeground, setInheritsPopupMenu, setInputMap, setInputVerifier, setMaximumSize, setMinimumSize, setNextFocusableComponent, setOpaque, setPreferredSize, setRequestFocusEnabled, setToolTipText, setTransferHandler, setUI, setVerifyInputWhenFocusTarget, setVisible, unregisterKeyboardAction, update</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="methods.inherited.from.class.java.awt.Container"> <!-- --> </a> <h3>Methods inherited from class java.awt.Container</h3> <code>add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getComponentZOrder, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getLayout, getMousePosition, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicyProvider, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paintComponents, preferredSize, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, setComponentZOrder, setFocusCycleRoot, setFocusTraversalPolicy, setFocusTraversalPolicyProvider, setLayout, transferFocusDownCycle, validate, validateTree</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="methods.inherited.from.class.java.awt.Component"> <!-- --> </a> <h3>Methods inherited from class java.awt.Component</h3> <code>action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, createImage, createImage, createVolatileImage, createVolatileImage, disableEvents, dispatchEvent, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getForeground, getGraphicsConfiguration, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocale, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMousePosition, getMouseWheelListeners, getName, getParent, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getToolkit, getTreeLock, gotFocus, handleEvent, hasFocus, inside, isBackgroundSet, isCursorSet, isDisplayable, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isMaximumSizeSet, isMinimumSizeSet, isPreferredSizeSet, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, resize, resize, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setFocusable, setFocusTraversalKeysEnabled, setIgnoreRepaint, setLocale, setLocation, setLocation, setMixingCutoutShape, setName, setSize, setSize, show, show, size, toString, transferFocus, transferFocusBackward, transferFocusUpCycle</code></li> </ul> <ul class="blockList"> <li class="blockList"><a id="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li> </ul> </li> </ul> </section> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <section> <ul class="blockList"> <li class="blockList"><a id="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a id="pixel"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>pixel</h4> <pre>public int[] pixel</pre> </li> </ul> <a id="nanaX"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nanaX</h4> <pre>public double nanaX</pre> </li> </ul> <a id="nanaY"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>nanaY</h4> <pre>public double nanaY</pre> </li> </ul> <a id="button"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>button</h4> <pre>public int button</pre> </li> </ul> <a id="UPDATE_LOOP_FRAMERATE"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>UPDATE_LOOP_FRAMERATE</h4> <pre>public static final int UPDATE_LOOP_FRAMERATE</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../constant-values.html#sig.engine.Panel.UPDATE_LOOP_FRAMERATE">Constant Field Values</a></dd> </dl> </li> </ul> <a id="UPDATE_LOOP_NANOTIME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>UPDATE_LOOP_NANOTIME</h4> <pre>public static final long UPDATE_LOOP_NANOTIME</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../constant-values.html#sig.engine.Panel.UPDATE_LOOP_NANOTIME">Constant Field Values</a></dd> </dl> </li> </ul> <a id="UPDATE_MULT"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>UPDATE_MULT</h4> <pre>public static final double UPDATE_MULT</pre> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../constant-values.html#sig.engine.Panel.UPDATE_MULT">Constant Field Values</a></dd> </dl> </li> </ul> <a id="RENDERHINTS"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>RENDERHINTS</h4> <pre>public static java.awt.RenderingHints RENDERHINTS</pre> </li> </ul> <a id="TIME"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TIME</h4> <pre>public static long TIME</pre> </li> </ul> <a id="scaleTime"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>scaleTime</h4> <pre>public static long scaleTime</pre> </li> </ul> <a id="p"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>p</h4> <pre>public static <a href="Panel.html" title="class in sig.engine">Panel</a> p</pre> </li> </ul> <a id="f"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>f</h4> <pre>public static javax.swing.JFrame f</pre> </li> </ul> </li> </ul> </section> <!-- ========= CONSTRUCTOR DETAIL ======== --> <section> <ul class="blockList"> <li class="blockList"><a id="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a id="<init>(javax.swing.JFrame)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Panel</h4> <pre>public Panel​(javax.swing.JFrame f)</pre> </li> </ul> </li> </ul> </section> <!-- ============ METHOD DETAIL ========== --> <section> <ul class="blockList"> <li class="blockList"><a id="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a id="InitializeEngine(sig.JavaProjectTemplate)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>InitializeEngine</h4> <pre class="methodSignature">public static void InitializeEngine​(<a href="../JavaProjectTemplate.html" title="class in sig">JavaProjectTemplate</a> instance)</pre> </li> </ul> <a id="getCompatibleColorModel()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getCompatibleColorModel</h4> <pre class="methodSignature">protected static java.awt.image.ColorModel getCompatibleColorModel()</pre> <div class="block">Get Best Color model available for current screen.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>color model</dd> </dl> </li> </ul> <a id="init()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>init</h4> <pre class="methodSignature">public void init()</pre> <div class="block">Call it after been visible and after resizes.</div> </li> </ul> <a id="paintComponent(java.awt.Graphics)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>paintComponent</h4> <pre class="methodSignature">public void paintComponent​(java.awt.Graphics g)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>paintComponent</code> in class <code>javax.swing.JComponent</code></dd> </dl> </li> </ul> <a id="imageUpdate(java.awt.Image,int,int,int,int,int)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>imageUpdate</h4> <pre class="methodSignature">public boolean imageUpdate​(java.awt.Image image, int a, int b, int c, int d, int e)</pre> <div class="block">Overrides ImageObserver.imageUpdate. Always return true, assuming that imageBuffer is ready to go when called</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>imageUpdate</code> in interface <code>java.awt.image.ImageObserver</code></dd> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code>imageUpdate</code> in class <code>java.awt.Component</code></dd> </dl> </li> </ul> <a id="render()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>render</h4> <pre class="methodSignature">public void render()</pre> <div class="block">Do your draws in here !! pixel is your canvas!</div> </li> </ul> <a id="FillCircle(double,double,double,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FillCircle</h4> <pre class="methodSignature">public void FillCircle​(double center_x, double center_y, double r, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="FillOval(double,double,double,double,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FillOval</h4> <pre class="methodSignature">public void FillOval​(double center_x, double center_y, double w, double h, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="FillPolygon(double,double,sig.engine.Color,java.util.List)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FillPolygon</h4> <pre class="methodSignature">public void FillPolygon​(double x_offset, double y_offset, <a href="Color.html" title="class in sig.engine">Color</a> col, java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Integer>> points)</pre> </li> </ul> <a id="Draw(int,int,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw</h4> <pre class="methodSignature">public void Draw​(int x, int y, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="run()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>run</h4> <pre class="methodSignature">public void run()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>run</code> in interface <code>java.lang.Runnable</code></dd> </dl> </li> </ul> <a id="keyTyped(java.awt.event.KeyEvent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>keyTyped</h4> <pre class="methodSignature">public void keyTyped​(java.awt.event.KeyEvent e)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>keyTyped</code> in interface <code>java.awt.event.KeyListener</code></dd> </dl> </li> </ul> <a id="keyPressed(java.awt.event.KeyEvent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>keyPressed</h4> <pre class="methodSignature">public void keyPressed​(java.awt.event.KeyEvent e)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>keyPressed</code> in interface <code>java.awt.event.KeyListener</code></dd> </dl> </li> </ul> <a id="keyReleased(java.awt.event.KeyEvent)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>keyReleased</h4> <pre class="methodSignature">public void keyReleased​(java.awt.event.KeyEvent e)</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code>keyReleased</code> in interface <code>java.awt.event.KeyListener</code></dd> </dl> </li> </ul> <a id="Draw_Text(double,double,java.lang.String,sig.engine.Font)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Text</h4> <pre class="methodSignature">public void Draw_Text​(double x, double y, java.lang.String s, <a href="Font.html" title="enum in sig.engine">Font</a> f)</pre> </li> </ul> <a id="Draw_Text_Ext(double,double,java.lang.String,sig.engine.Font,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Text_Ext</h4> <pre class="methodSignature">public void Draw_Text_Ext​(double x, double y, java.lang.String s, <a href="Font.html" title="enum in sig.engine">Font</a> f, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="Draw_Line(int,int,int,int,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Line</h4> <pre class="methodSignature">public void Draw_Line​(int x1, int y1, int x2, int y2, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="Fill_Rect(double,double,double,double,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Fill_Rect</h4> <pre class="methodSignature">public void Fill_Rect​(double x, double y, double w, double h, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="Draw_Sprite(double,double,sig.engine.Sprite)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Sprite</h4> <pre class="methodSignature">public void Draw_Sprite​(double x, double y, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite)</pre> </li> </ul> <a id="Draw_Animated_Sprite(double,double,sig.engine.AnimatedSprite,double)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Animated_Sprite</h4> <pre class="methodSignature">public void Draw_Animated_Sprite​(double x, double y, <a href="AnimatedSprite.html" title="class in sig.engine">AnimatedSprite</a> sprite, double frameIndex)</pre> </li> </ul> <a id="Draw_Sprite(double,double,sig.engine.Sprite,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Sprite</h4> <pre class="methodSignature">public void Draw_Sprite​(double x, double y, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="Draw_Sprite(double,double,sig.engine.Sprite,sig.engine.Transform)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Sprite</h4> <pre class="methodSignature">public void Draw_Sprite​(double x, double y, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</pre> </li> </ul> <a id="Draw_Animated_Sprite(double,double,sig.engine.AnimatedSprite,double,sig.engine.Color,sig.engine.Transform)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Animated_Sprite</h4> <pre class="methodSignature">public void Draw_Animated_Sprite​(double x, double y, <a href="AnimatedSprite.html" title="class in sig.engine">AnimatedSprite</a> sprite, double frameIndex, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</pre> </li> </ul> <a id="Draw_Sprite_Partial(double,double,double,double,double,double,sig.engine.Sprite,double,sig.engine.Color,sig.engine.Transform)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Sprite_Partial</h4> <pre class="methodSignature">public void Draw_Sprite_Partial​(double x, double y, double xOffset, double yOffset, double w, double h, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, double frame_index, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</pre> </li> </ul> <a id="Draw_Sprite_Partial_Ext(double,double,double,double,double,double,sig.engine.Sprite,sig.engine.Color,sig.engine.Transform)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Sprite_Partial_Ext</h4> <pre class="methodSignature">public void Draw_Sprite_Partial_Ext​(double x, double y, double xOffset, double yOffset, double w, double h, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</pre> </li> </ul> <a id="Draw_Animated_Sprite_Partial_Ext(double,double,double,double,double,double,sig.engine.AnimatedSprite,double,sig.engine.Color,sig.engine.Transform)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Animated_Sprite_Partial_Ext</h4> <pre class="methodSignature">public void Draw_Animated_Sprite_Partial_Ext​(double x, double y, double xOffset, double yOffset, double w, double h, <a href="AnimatedSprite.html" title="class in sig.engine">AnimatedSprite</a> sprite, double frameIndex, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</pre> </li> </ul> <a id="Draw_Sprite_Partial_Ext(double,double,double,double,double,double,sig.engine.Sprite,double,sig.engine.Color,sig.engine.Transform)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Sprite_Partial_Ext</h4> <pre class="methodSignature">public void Draw_Sprite_Partial_Ext​(double x, double y, double xOffset, double yOffset, double w, double h, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprite, double frame_index, <a href="Color.html" title="class in sig.engine">Color</a> col, <a href="Transform.html" title="enum in sig.engine">Transform</a> transform)</pre> </li> </ul> <a id="Draw_Rect(double,double,double,double,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Rect</h4> <pre class="methodSignature">public void Draw_Rect​(double x, double y, double w, double h, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="Draw_Triangle(double,double,double,double,double,double,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Triangle</h4> <pre class="methodSignature">public void Draw_Triangle​(double x1, double y1, double x2, double y2, double x3, double y3, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="Fill_Triangle(double,double,double,double,double,double,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Fill_Triangle</h4> <pre class="methodSignature">public void Fill_Triangle​(double x1, double y1, double x2, double y2, double x3, double y3, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="FillTexturedTriangle(java.util.List,java.util.List,java.util.List,sig.engine.Sprite)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FillTexturedTriangle</h4> <pre class="methodSignature">public void FillTexturedTriangle​(java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Double>> vPoints, java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Double>> vTex, java.util.List<<a href="Color.html" title="class in sig.engine">Color</a>> vColour, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprTex)</pre> </li> </ul> <a id="Draw_Circle(int,int,int,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Circle</h4> <pre class="methodSignature">public void Draw_Circle​(int x, int y, int radius, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="Draw_Circle(int,int,int,sig.engine.Color,byte)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Draw_Circle</h4> <pre class="methodSignature">public void Draw_Circle​(int x, int y, int radius, <a href="Color.html" title="class in sig.engine">Color</a> col, byte mask)</pre> </li> </ul> <a id="Fill_Circle(int,int,int,sig.engine.Color)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>Fill_Circle</h4> <pre class="methodSignature">public void Fill_Circle​(int x, int y, int radius, <a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> <a id="FillTexturedPolygon(java.util.List,java.util.List,java.util.List,sig.engine.Sprite,sig.engine.PolygonStructure)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>FillTexturedPolygon</h4> <pre class="methodSignature">public void FillTexturedPolygon​(java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Double>> vPoints, java.util.List<<a href="Point.html" title="class in sig.engine">Point</a><java.lang.Double>> vTex, java.util.List<<a href="Color.html" title="class in sig.engine">Color</a>> vColour, <a href="Sprite.html" title="class in sig.engine">Sprite</a> sprTex, <a href="PolygonStructure.html" title="enum in sig.engine">PolygonStructure</a> structure)</pre> </li> </ul> <a id="Clear(sig.engine.Color)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Clear</h4> <pre class="methodSignature">public void Clear​(<a href="Color.html" title="class in sig.engine">Color</a> col)</pre> </li> </ul> </li> </ul> </section> </li> </ul> </div> </div> </main> <!-- ========= END OF CLASS DATA ========= --> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../index.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li><a href="#nested.class.summary">Nested</a> | </li> <li><a href="#field.summary">Field</a> | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li><a href="#field.detail">Field</a> | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a id="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> </footer> </body> </html>