mirror of
https://github.com/sojamo/controlp5
synced 2024-11-19 12:37:57 +01:00
1212 lines
44 KiB
HTML
1212 lines
44 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<!-- NewPage -->
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Generated by javadoc (version 1.7.0_51) on Sun Apr 27 21:39:47 SGT 2014 -->
|
|
<title>Label (Javadocs: controlP5)</title>
|
|
<meta name="date" content="2014-04-27">
|
|
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
|
|
</head>
|
|
<body>
|
|
<script type="text/javascript"><!--
|
|
if (location.href.indexOf('is-external=true') == -1) {
|
|
parent.document.title="Label (Javadocs: controlP5)";
|
|
}
|
|
//-->
|
|
</script>
|
|
<noscript>
|
|
<div>JavaScript is disabled on your browser.</div>
|
|
</noscript>
|
|
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
<div class="topNav"><a name="navbar_top">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../controlP5/package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="package-tree.html">Tree</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">
|
|
<li><a href="../controlP5/Knob.html" title="class in controlP5"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../controlP5/ListBox.html" title="class in controlP5"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../index.html?controlP5/Label.html" target="_top">Frames</a></li>
|
|
<li><a href="Label.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_top">
|
|
<li><a href="../allclasses-noframe.html">All Classes</a></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>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li>Nested | </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 name="skip-navbar_top">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<div class="header">
|
|
<div class="subTitle">controlP5</div>
|
|
<h2 title="Class Label" class="title">Class Label</h2>
|
|
</div>
|
|
<div class="contentContainer">
|
|
<ul class="inheritance">
|
|
<li>java.lang.Object</li>
|
|
<li>
|
|
<ul class="inheritance">
|
|
<li>controlP5.Label</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<div class="description">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<dl>
|
|
<dt>All Implemented Interfaces:</dt>
|
|
<dd><a href="../controlP5/CDrawable.html" title="interface in controlP5">CDrawable</a></dd>
|
|
</dl>
|
|
<hr>
|
|
<br>
|
|
<pre>public class <span class="strong">Label</span>
|
|
extends java.lang.Object
|
|
implements <a href="../controlP5/CDrawable.html" title="interface in controlP5">CDrawable</a></pre>
|
|
<div class="block">A custom label using controlP5's BitFonts or PFont based ControlFonts.</div>
|
|
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../controlP5/ControlFont.html" title="class in controlP5"><code>ControlFont</code></a></dd><script type="text/javascript">
|
|
<!--
|
|
document.getElementsByTagName('html')[0].className = 'isjs';function toggle(dt) { var display, dd=dt; do{ dd = dd.nextSibling } while(dd.tagName!='DD'); toOpen =!dd.style.display;dd.style.display = toOpen? 'block':''; dt.getElementsByTagName('span')[0].innerHTML = toOpen? '-':'+' ; }
|
|
-->
|
|
</script>
|
|
<div id="test" class="toggleList"><dl><dt onclick="toggle(this);"><span>+</span>Example</dt><dd><code><pre>/**
|
|
* ControlP5 Textlabel
|
|
*
|
|
*
|
|
* find a list of public methods available for the Textlabel Controller
|
|
* at the bottom of this sketch.
|
|
*
|
|
* by Andreas Schlegel, 2012
|
|
* www.sojamo.de/libraries/controlp5
|
|
*
|
|
*/
|
|
|
|
import controlP5.*;
|
|
|
|
ControlP5 cp5;
|
|
|
|
Textlabel myTextlabelA;
|
|
Textlabel myTextlabelB;
|
|
|
|
void setup() {
|
|
size(700,400);
|
|
cp5 = new ControlP5(this);
|
|
|
|
myTextlabelA = cp5.addTextlabel("label")
|
|
.setText("A single ControlP5 textlabel, in yellow.")
|
|
.setPosition(100,50)
|
|
.setColorValue(0xffffff00)
|
|
.setFont(createFont("Georgia",20))
|
|
;
|
|
|
|
myTextlabelB = new Textlabel(cp5,"Another textlabel, not created through ControlP5 needs to be rendered separately by calling Textlabel.draw(PApplet).",100,100,400,200);
|
|
|
|
}
|
|
|
|
|
|
|
|
void draw() {
|
|
background(0);
|
|
myTextlabelB.draw(this);
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
a list of all methods available for the Textlabel Controller
|
|
use ControlP5.printPublicMethodsFor(Textlabel.class);
|
|
to print the following list into the console.
|
|
|
|
You can find further details about class Textlabel in the javadoc.
|
|
|
|
Format:
|
|
ClassName : returnType methodName(parameter type)
|
|
|
|
controlP5.Textlabel : Label get()
|
|
controlP5.Textlabel : Textlabel setColor(int)
|
|
controlP5.Textlabel : Textlabel setFont(ControlFont)
|
|
controlP5.Textlabel : Textlabel setFont(PFont)
|
|
controlP5.Textlabel : Textlabel setFont(int)
|
|
controlP5.Textlabel : Textlabel setHeight(int)
|
|
controlP5.Textlabel : Textlabel setLetterSpacing(int)
|
|
controlP5.Textlabel : Textlabel setMultiline(boolean)
|
|
controlP5.Textlabel : Textlabel setStringValue(String)
|
|
controlP5.Textlabel : Textlabel setText(String)
|
|
controlP5.Textlabel : Textlabel setValue(String)
|
|
controlP5.Textlabel : Textlabel setValue(float)
|
|
controlP5.Textlabel : Textlabel setWidth(int)
|
|
controlP5.Textlabel : void draw()
|
|
controlP5.Textlabel : void draw(PApplet)
|
|
controlP5.Textlabel : void draw(int, int)
|
|
controlP5.Controller : CColor getColor()
|
|
controlP5.Controller : ControlBehavior getBehavior()
|
|
controlP5.Controller : ControlWindow getControlWindow()
|
|
controlP5.Controller : ControlWindow getWindow()
|
|
controlP5.Controller : ControllerProperty getProperty(String)
|
|
controlP5.Controller : ControllerProperty getProperty(String, String)
|
|
controlP5.Controller : Label getCaptionLabel()
|
|
controlP5.Controller : Label getValueLabel()
|
|
controlP5.Controller : List getControllerPlugList()
|
|
controlP5.Controller : PImage setImage(PImage)
|
|
controlP5.Controller : PImage setImage(PImage, int)
|
|
controlP5.Controller : PVector getAbsolutePosition()
|
|
controlP5.Controller : PVector getPosition()
|
|
controlP5.Controller : String getAddress()
|
|
controlP5.Controller : String getInfo()
|
|
controlP5.Controller : String getName()
|
|
controlP5.Controller : String getStringValue()
|
|
controlP5.Controller : String toString()
|
|
controlP5.Controller : Tab getTab()
|
|
controlP5.Controller : Textlabel addCallback(CallbackListener)
|
|
controlP5.Controller : Textlabel addListener(ControlListener)
|
|
controlP5.Controller : Textlabel bringToFront()
|
|
controlP5.Controller : Textlabel bringToFront(ControllerInterface)
|
|
controlP5.Controller : Textlabel hide()
|
|
controlP5.Controller : Textlabel linebreak()
|
|
controlP5.Controller : Textlabel listen(boolean)
|
|
controlP5.Controller : Textlabel lock()
|
|
controlP5.Controller : Textlabel plugTo(Object)
|
|
controlP5.Controller : Textlabel plugTo(Object, String)
|
|
controlP5.Controller : Textlabel plugTo(Object[])
|
|
controlP5.Controller : Textlabel plugTo(Object[], String)
|
|
controlP5.Controller : Textlabel registerProperty(String)
|
|
controlP5.Controller : Textlabel registerProperty(String, String)
|
|
controlP5.Controller : Textlabel registerTooltip(String)
|
|
controlP5.Controller : Textlabel removeBehavior()
|
|
controlP5.Controller : Textlabel removeCallback()
|
|
controlP5.Controller : Textlabel removeCallback(CallbackListener)
|
|
controlP5.Controller : Textlabel removeListener(ControlListener)
|
|
controlP5.Controller : Textlabel removeProperty(String)
|
|
controlP5.Controller : Textlabel removeProperty(String, String)
|
|
controlP5.Controller : Textlabel setArrayValue(float[])
|
|
controlP5.Controller : Textlabel setArrayValue(int, float)
|
|
controlP5.Controller : Textlabel setBehavior(ControlBehavior)
|
|
controlP5.Controller : Textlabel setBroadcast(boolean)
|
|
controlP5.Controller : Textlabel setCaptionLabel(String)
|
|
controlP5.Controller : Textlabel setColor(CColor)
|
|
controlP5.Controller : Textlabel setColorActive(int)
|
|
controlP5.Controller : Textlabel setColorBackground(int)
|
|
controlP5.Controller : Textlabel setColorCaptionLabel(int)
|
|
controlP5.Controller : Textlabel setColorForeground(int)
|
|
controlP5.Controller : Textlabel setColorValueLabel(int)
|
|
controlP5.Controller : Textlabel setDecimalPrecision(int)
|
|
controlP5.Controller : Textlabel setDefaultValue(float)
|
|
controlP5.Controller : Textlabel setHeight(int)
|
|
controlP5.Controller : Textlabel setId(int)
|
|
controlP5.Controller : Textlabel setImages(PImage, PImage, PImage)
|
|
controlP5.Controller : Textlabel setImages(PImage, PImage, PImage, PImage)
|
|
controlP5.Controller : Textlabel setLabelVisible(boolean)
|
|
controlP5.Controller : Textlabel setLock(boolean)
|
|
controlP5.Controller : Textlabel setMax(float)
|
|
controlP5.Controller : Textlabel setMin(float)
|
|
controlP5.Controller : Textlabel setMouseOver(boolean)
|
|
controlP5.Controller : Textlabel setMoveable(boolean)
|
|
controlP5.Controller : Textlabel setPosition(PVector)
|
|
controlP5.Controller : Textlabel setPosition(float, float)
|
|
controlP5.Controller : Textlabel setSize(PImage)
|
|
controlP5.Controller : Textlabel setSize(int, int)
|
|
controlP5.Controller : Textlabel setStringValue(String)
|
|
controlP5.Controller : Textlabel setUpdate(boolean)
|
|
controlP5.Controller : Textlabel setValueLabel(String)
|
|
controlP5.Controller : Textlabel setView(ControllerView)
|
|
controlP5.Controller : Textlabel setVisible(boolean)
|
|
controlP5.Controller : Textlabel setWidth(int)
|
|
controlP5.Controller : Textlabel show()
|
|
controlP5.Controller : Textlabel unlock()
|
|
controlP5.Controller : Textlabel unplugFrom(Object)
|
|
controlP5.Controller : Textlabel unplugFrom(Object[])
|
|
controlP5.Controller : Textlabel unregisterTooltip()
|
|
controlP5.Controller : Textlabel update()
|
|
controlP5.Controller : Textlabel updateSize()
|
|
controlP5.Controller : boolean isActive()
|
|
controlP5.Controller : boolean isBroadcast()
|
|
controlP5.Controller : boolean isInside()
|
|
controlP5.Controller : boolean isLabelVisible()
|
|
controlP5.Controller : boolean isListening()
|
|
controlP5.Controller : boolean isLock()
|
|
controlP5.Controller : boolean isMouseOver()
|
|
controlP5.Controller : boolean isMousePressed()
|
|
controlP5.Controller : boolean isMoveable()
|
|
controlP5.Controller : boolean isUpdate()
|
|
controlP5.Controller : boolean isVisible()
|
|
controlP5.Controller : float getArrayValue(int)
|
|
controlP5.Controller : float getDefaultValue()
|
|
controlP5.Controller : float getMax()
|
|
controlP5.Controller : float getMin()
|
|
controlP5.Controller : float getValue()
|
|
controlP5.Controller : float[] getArrayValue()
|
|
controlP5.Controller : int getDecimalPrecision()
|
|
controlP5.Controller : int getHeight()
|
|
controlP5.Controller : int getId()
|
|
controlP5.Controller : int getWidth()
|
|
controlP5.Controller : int listenerSize()
|
|
controlP5.Controller : void remove()
|
|
controlP5.Controller : void setView(ControllerView, int)
|
|
java.lang.Object : String toString()
|
|
java.lang.Object : boolean equals(Object)
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
</pre></code></dd></dl></div></dl>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="summary">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- =========== FIELD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="field_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Field Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
|
|
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colLast" scope="col">Field and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#_myPaddingX">_myPaddingX</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#_myPaddingY">_myPaddingY</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>static int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#paddingX">paddingX</a></strong></code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>static int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#paddingY">paddingY</a></strong></code> </td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="constructor_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Constructor Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
|
|
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colOne" scope="col">Constructor and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colOne"><code><strong><a href="../controlP5/Label.html#Label(controlP5.ControlP5, java.lang.String)">Label</a></strong>(<a href="../controlP5/ControlP5.html" title="class in controlP5">ControlP5</a> theControlP5,
|
|
java.lang.String theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colOne"><code><strong><a href="../controlP5/Label.html#Label(controlP5.ControlP5, java.lang.String, int, int, int)">Label</a></strong>(<a href="../controlP5/ControlP5.html" title="class in controlP5">ControlP5</a> theControlP5,
|
|
java.lang.String theValue,
|
|
int theWidth,
|
|
int theHeight,
|
|
int theColor)</code> </td>
|
|
</tr>
|
|
</table>
|
|
</li>
|
|
</ul>
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_summary">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Summary</h3>
|
|
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
|
|
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
|
|
<tr>
|
|
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
<th class="colLast" scope="col">Method and Description</th>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#align(int[])">align</a></strong>(int[] a)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#align(int, int)">align</a></strong>(int theX,
|
|
int theY)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#alignX(int)">alignX</a></strong>(int theX)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#alignY(int)">alignY</a></strong>(int theY)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#disableColorBackground()">disableColorBackground</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#draw(processing.core.PGraphics)">draw</a></strong>(processing.core.PGraphics theGraphics)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#draw(processing.core.PGraphics, int, int)">draw</a></strong>(processing.core.PGraphics theGraphics,
|
|
int theX,
|
|
int theY)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>void</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#draw(processing.core.PGraphics, int, int, controlP5.ControllerInterface)">draw</a></strong>(processing.core.PGraphics theGraphics,
|
|
int theX,
|
|
int theY,
|
|
<a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> theController)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#enableColorBackground()">enableColorBackground</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>int[]</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getAlign()">getAlign</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getColor()">getColor</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControlFont.html" title="class in controlP5">ControlFont</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getFont()">getFont</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getHeight()">getHeight</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getLetterSpacing()">getLetterSpacing</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getLineHeight()">getLineHeight</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>float</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getOffsetYratio()">getOffsetYratio</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getOverflow()">getOverflow</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/ControllerStyle.html" title="class in controlP5">ControllerStyle</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getStyle()">getStyle</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getText()">getText</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>java.lang.String</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getTextFormatted()">getTextFormatted</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getTextHeight()">getTextHeight</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>int</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#getWidth()">getWidth</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#hide()">hide</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#isFixedSize()">isFixedSize</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#isMultiline()">isMultiline</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#isToUpperCase()">isToUpperCase</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code>boolean</code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#isVisible()">isVisible</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#set(java.lang.String)">set</a></strong>(java.lang.String theValue)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setColor(int)">setColor</a></strong>(int theColor)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setColor(int, boolean)">setColor</a></strong>(int theValue,
|
|
boolean theFlag)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setColorBackground(int)">setColorBackground</a></strong>(int theColor)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setFixedSize(boolean)">setFixedSize</a></strong>(boolean theValue)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setFont(controlP5.ControlFont)">setFont</a></strong>(<a href="../controlP5/ControlFont.html" title="class in controlP5">ControlFont</a> theFont)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setFont(int)">setFont</a></strong>(int theBitFontIndex)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setFont(processing.core.PFont)">setFont</a></strong>(processing.core.PFont thePFont)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setHeight(int)">setHeight</a></strong>(int theHeight)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setLetterSpacing(int)">setLetterSpacing</a></strong>(int theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setLineHeight(int)">setLineHeight</a></strong>(int theValue)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setMultiline(boolean)">setMultiline</a></strong>(boolean theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setOffsetY(int)">setOffsetY</a></strong>(int theValue)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setOffsetYratio(float)">setOffsetYratio</a></strong>(float theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setPadding(int, int)">setPadding</a></strong>(int thePaddingX,
|
|
int thePaddingY)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setPaddingX(int)">setPaddingX</a></strong>(int thePaddingX)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setPaddingY(int)">setPaddingY</a></strong>(int thePaddingY)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setSize(int)">setSize</a></strong>(int theSize)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setText(java.lang.String)">setText</a></strong>(java.lang.String theValue)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setVisible(boolean)">setVisible</a></strong>(boolean theValue)</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#setWidth(int)">setWidth</a></strong>(int theWidth)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#show()">show</a></strong>()</code> </td>
|
|
</tr>
|
|
<tr class="rowColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#toUpperCase(boolean)">toUpperCase</a></strong>(boolean theValue)</code> </td>
|
|
</tr>
|
|
<tr class="altColor">
|
|
<td class="colFirst"><code><a href="../controlP5/Label.html" title="class in controlP5">Label</a></code></td>
|
|
<td class="colLast"><code><strong><a href="../controlP5/Label.html#updateFont(controlP5.ControlFont)">updateFont</a></strong>(<a href="../controlP5/ControlFont.html" title="class in controlP5">ControlFont</a> theFont)</code> </td>
|
|
</tr>
|
|
</table>
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Methods inherited from class java.lang.Object</h3>
|
|
<code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="details">
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<!-- ============ FIELD DETAIL =========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="field_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Field Detail</h3>
|
|
<a name="_myPaddingX">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_myPaddingX</h4>
|
|
<pre>public int _myPaddingX</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="_myPaddingY">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>_myPaddingY</h4>
|
|
<pre>public int _myPaddingY</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="paddingX">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>paddingX</h4>
|
|
<pre>public static int paddingX</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="paddingY">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>paddingY</h4>
|
|
<pre>public static int paddingY</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="constructor_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Constructor Detail</h3>
|
|
<a name="Label(controlP5.ControlP5, java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>Label</h4>
|
|
<pre>public Label(<a href="../controlP5/ControlP5.html" title="class in controlP5">ControlP5</a> theControlP5,
|
|
java.lang.String theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="Label(controlP5.ControlP5, java.lang.String, int, int, int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>Label</h4>
|
|
<pre>public Label(<a href="../controlP5/ControlP5.html" title="class in controlP5">ControlP5</a> theControlP5,
|
|
java.lang.String theValue,
|
|
int theWidth,
|
|
int theHeight,
|
|
int theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
<ul class="blockList">
|
|
<li class="blockList"><a name="method_detail">
|
|
<!-- -->
|
|
</a>
|
|
<h3>Method Detail</h3>
|
|
<a name="align(int[])">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>align</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> align(int[] a)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="align(int, int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>align</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> align(int theX,
|
|
int theY)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="alignX(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>alignX</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> alignX(int theX)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="alignY(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>alignY</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> alignY(int theY)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="disableColorBackground()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>disableColorBackground</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> disableColorBackground()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="draw(processing.core.PGraphics)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>draw</h4>
|
|
<pre>public void draw(processing.core.PGraphics theGraphics)</pre>
|
|
<dl>
|
|
<dt><strong>Specified by:</strong></dt>
|
|
<dd><code><a href="../controlP5/CDrawable.html#draw(processing.core.PGraphics)">draw</a></code> in interface <code><a href="../controlP5/CDrawable.html" title="interface in controlP5">CDrawable</a></code></dd>
|
|
</dl>
|
|
</li>
|
|
</ul>
|
|
<a name="draw(processing.core.PGraphics, int, int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>draw</h4>
|
|
<pre>public void draw(processing.core.PGraphics theGraphics,
|
|
int theX,
|
|
int theY)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="draw(processing.core.PGraphics, int, int, controlP5.ControllerInterface)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>draw</h4>
|
|
<pre>public void draw(processing.core.PGraphics theGraphics,
|
|
int theX,
|
|
int theY,
|
|
<a href="../controlP5/ControllerInterface.html" title="interface in controlP5">ControllerInterface</a><?> theController)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="enableColorBackground()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>enableColorBackground</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> enableColorBackground()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getAlign()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getAlign</h4>
|
|
<pre>public int[] getAlign()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getColor()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getColor</h4>
|
|
<pre>public int getColor()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getFont()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getFont</h4>
|
|
<pre>public <a href="../controlP5/ControlFont.html" title="class in controlP5">ControlFont</a> getFont()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getHeight()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getHeight</h4>
|
|
<pre>public int getHeight()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getLetterSpacing()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getLetterSpacing</h4>
|
|
<pre>public int getLetterSpacing()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getLineHeight()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getLineHeight</h4>
|
|
<pre>public int getLineHeight()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getOffsetYratio()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getOffsetYratio</h4>
|
|
<pre>public float getOffsetYratio()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getOverflow()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getOverflow</h4>
|
|
<pre>public int getOverflow()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getStyle()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getStyle</h4>
|
|
<pre>public <a href="../controlP5/ControllerStyle.html" title="class in controlP5">ControllerStyle</a> getStyle()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getText()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getText</h4>
|
|
<pre>public java.lang.String getText()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getTextFormatted()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getTextFormatted</h4>
|
|
<pre>public java.lang.String getTextFormatted()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getTextHeight()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getTextHeight</h4>
|
|
<pre>public int getTextHeight()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="getWidth()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>getWidth</h4>
|
|
<pre>public int getWidth()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="hide()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>hide</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> hide()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="isFixedSize()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isFixedSize</h4>
|
|
<pre>public boolean isFixedSize()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="isMultiline()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isMultiline</h4>
|
|
<pre>public boolean isMultiline()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="isToUpperCase()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isToUpperCase</h4>
|
|
<pre>public boolean isToUpperCase()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="isVisible()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>isVisible</h4>
|
|
<pre>public boolean isVisible()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="set(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>set</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> set(java.lang.String theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColor(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColor</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setColor(int theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColor(int, boolean)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColor</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setColor(int theValue,
|
|
boolean theFlag)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setColorBackground(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setColorBackground</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setColorBackground(int theColor)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setFixedSize(boolean)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setFixedSize</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setFixedSize(boolean theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setFont(controlP5.ControlFont)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setFont</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setFont(<a href="../controlP5/ControlFont.html" title="class in controlP5">ControlFont</a> theFont)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setFont(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setFont</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setFont(int theBitFontIndex)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setFont(processing.core.PFont)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setFont</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setFont(processing.core.PFont thePFont)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setHeight(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setHeight</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setHeight(int theHeight)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setLetterSpacing(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setLetterSpacing</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setLetterSpacing(int theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setLineHeight(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setLineHeight</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setLineHeight(int theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setMultiline(boolean)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setMultiline</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setMultiline(boolean theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setOffsetY(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setOffsetY</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setOffsetY(int theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setOffsetYratio(float)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setOffsetYratio</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setOffsetYratio(float theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setPadding(int, int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setPadding</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setPadding(int thePaddingX,
|
|
int thePaddingY)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setPaddingX(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setPaddingX</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setPaddingX(int thePaddingX)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setPaddingY(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setPaddingY</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setPaddingY(int thePaddingY)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setSize(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setSize</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setSize(int theSize)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setText(java.lang.String)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setText</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setText(java.lang.String theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setVisible(boolean)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setVisible</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setVisible(boolean theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="setWidth(int)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>setWidth</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> setWidth(int theWidth)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="show()">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>show</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> show()</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="toUpperCase(boolean)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockList">
|
|
<li class="blockList">
|
|
<h4>toUpperCase</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> toUpperCase(boolean theValue)</pre>
|
|
</li>
|
|
</ul>
|
|
<a name="updateFont(controlP5.ControlFont)">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="blockListLast">
|
|
<li class="blockList">
|
|
<h4>updateFont</h4>
|
|
<pre>public <a href="../controlP5/Label.html" title="class in controlP5">Label</a> updateFont(<a href="../controlP5/ControlFont.html" title="class in controlP5">ControlFont</a> theFont)</pre>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<!-- ========= END OF CLASS DATA ========= -->
|
|
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
<div class="bottomNav"><a name="navbar_bottom">
|
|
<!-- -->
|
|
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
|
|
<!-- -->
|
|
</a>
|
|
<ul class="navList" title="Navigation">
|
|
<li><a href="../controlP5/package-summary.html">Package</a></li>
|
|
<li class="navBarCell1Rev">Class</li>
|
|
<li><a href="package-tree.html">Tree</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">
|
|
<li><a href="../controlP5/Knob.html" title="class in controlP5"><span class="strong">Prev Class</span></a></li>
|
|
<li><a href="../controlP5/ListBox.html" title="class in controlP5"><span class="strong">Next Class</span></a></li>
|
|
</ul>
|
|
<ul class="navList">
|
|
<li><a href="../index.html?controlP5/Label.html" target="_top">Frames</a></li>
|
|
<li><a href="Label.html" target="_top">No Frames</a></li>
|
|
</ul>
|
|
<ul class="navList" id="allclasses_navbar_bottom">
|
|
<li><a href="../allclasses-noframe.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>
|
|
</div>
|
|
<div>
|
|
<ul class="subNavList">
|
|
<li>Summary: </li>
|
|
<li>Nested | </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 name="skip-navbar_bottom">
|
|
<!-- -->
|
|
</a></div>
|
|
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
<p class="legalCopy"><small>processing library controlP5 by Andreas Schlegel. (c) 2006-2014</small></p>
|
|
</body>
|
|
</html>
|