SYMBOL INDEX (277 symbols across 6 files) FILE: resources/code/ExampleTaglet.java class ExampleTaglet (line 59) | public class ExampleTaglet implements Taglet { method getName (line 67) | public String getName() { method inField (line 78) | public boolean inField() { method inConstructor (line 89) | public boolean inConstructor() { method inMethod (line 100) | public boolean inMethod() { method inOverview (line 111) | public boolean inOverview() { method inPackage (line 122) | public boolean inPackage() { method inType (line 133) | public boolean inType() { method isInlineTag (line 144) | public boolean isInlineTag() { method register (line 152) | public static void register(Map tagletMap) { method toString (line 166) | public String toString(Tag tag) { method toString (line 176) | public String toString(Tag[] tags) { method createHTML (line 185) | String createHTML(String theString) { method readFile (line 207) | String readFile(String theExample) { FILE: src/xyscope/XYWavetable.java class XYWavetable (line 28) | public class XYWavetable implements Waveform method XYWavetable (line 41) | public XYWavetable(int size) method XYWavetable (line 56) | public XYWavetable(float[] waveform) method XYWavetable (line 71) | public XYWavetable(XYWavetable wavetable) method setWaveform (line 87) | public void setWaveform(float[] waveform) method get (line 106) | public float get(int i) method value (line 129) | public float value(float at) method getWaveform (line 152) | public float[] getWaveform() method set (line 170) | public void set(int i, float value) method size (line 184) | public int size() method scale (line 197) | public void scale(float scale) method offset (line 214) | public void offset(float amount) method normalize (line 232) | public void normalize() method invert (line 250) | public void invert() method flip (line 270) | public void flip(float in) method addNoise (line 292) | public void addNoise(float sigma) method rectify (line 308) | public void rectify() method smooth (line 327) | public void smooth(int windowLength) method warp (line 373) | public void warp(float warpPoint, float warpTarget) FILE: src/xyscope/XYscope.java class XYscope (line 23) | public class XYscope { method XYscope (line 164) | public XYscope(PApplet theParent) { method XYscope (line 179) | public XYscope(PApplet theParent, AudioOutput outMix) { method XYscope (line 195) | public XYscope(PApplet theParent, String xyMixer) { method XYscope (line 213) | public XYscope(PApplet theParent, int sampleR) { method XYscope (line 232) | public XYscope(PApplet theParent, String xyMixer, int sampleR) { method XYscope (line 255) | public XYscope(PApplet theParent, String xyMixer, int sampleRateVal, i... method welcome (line 266) | private void welcome() { method initText (line 273) | private void initText() { method getMixerInfo (line 280) | public void getMixerInfo() { method getMixerByName (line 287) | private static Mixer getMixerByName(String toFind) { method initMinim (line 296) | private void initMinim() { method setMixer (line 305) | private void setMixer(String xyMixer) { method setOutput (line 311) | private void setOutput() { method sampleRate (line 316) | public int sampleRate() { method sampleRate (line 320) | public void sampleRate(int sampleRateVal) { method bufferSize (line 325) | public int bufferSize() { method bufferSize (line 329) | public void bufferSize(int bufferSizeVal) { method setWaveTable (line 336) | private void setWaveTable() { method setWaveTable (line 355) | private void setWaveTable(AudioOutput outMix) { method setWaveTableZ (line 371) | private void setWaveTableZ() { method waveReset (line 389) | public void waveReset() { method resetWaves (line 401) | public void resetWaves() { method z (line 412) | public void z(String zMixer) { method z (line 432) | public void z(String zMixer, int sampleR) { method zAuto (line 445) | public boolean zAuto() { method zAuto (line 457) | public void zAuto(boolean zAutoBool) { method wavePoints (line 467) | public ArrayList wavePoints() { method zRange (line 476) | public float[] zRange() { method zRange (line 492) | public void zRange(float zMin, float zMax) { method limitPoints (line 502) | public float limitPoints(){ method limitPoints (line 511) | public void limitPoints(int newLimitPointsVal){ method limitPath (line 526) | public float limitPath(){ method limitPath (line 535) | public void limitPath(float newLimitVal){ method vectrex (line 544) | public void vectrex(){ method vectrex (line 554) | public void vectrex(int vrot){ method vectrex (line 579) | public void vectrex(int vw, int vh, float vamp, int vrot){ method vectrexRatio (line 596) | public float vectrexRatio(){ method vectrexRatio (line 607) | public void vectrexRatio(float vectrexAmpVal){ method laser (line 620) | public void laser(String inR, String inBG){ method setWaveTableRGB (line 637) | private void setWaveTableRGB() { method laserLPF (line 659) | public float laserLPF(){ method laserLPF (line 669) | public void laserLPF(float newLaserLPFVal){ method spotKiller (line 679) | public float spotKiller(){ method spotKiller (line 689) | public void spotKiller(float newLaserCutoffVal){ method strokeMin (line 698) | public PVector strokeMin(){ method strokeMin (line 712) | public void strokeMin(float minR, float minG, float minB){ method strokeMin (line 722) | public void strokeMin(PVector minPV){ method strokeWB (line 731) | public PVector strokeWB(){ method strokeWB (line 745) | public void strokeWB(float wbR, float wbG, float wbB){ method strokeWB (line 755) | public void strokeWB(PVector wbPV){ method strokeDash (line 764) | public PVector strokeDash(){ method strokeDash (line 774) | public void strokeDash(int newDash){ method strokeDash (line 788) | public void strokeDash(int newDashR, int newDashG, int newDashB){ method strokeDash (line 798) | public void strokeDash(PVector newDash){ method stroke (line 812) | public void stroke(float r, float g, float b){ method stroke (line 822) | public void stroke(PVector rgb){ method strokeFreq (line 846) | public PVector strokeFreq() { method strokeFreq (line 856) | public void strokeFreq(float newFreq) { method strokeFreq (line 871) | public void strokeFreq(float newFreqR, float newFreqG, float newFreqB) { method strokeFreq (line 882) | public void strokeFreq(PVector newFreq) { method amp (line 894) | public PVector amp() { method amp (line 904) | public void amp(float newAmp) { method amp (line 927) | public void amp(float newAmpX, float newAmpY) { method amp (line 946) | public void amp(float newAmpX, float newAmpY, float newAmpZ) { method amp (line 966) | public void amp(PVector newAmp) { method freq (line 984) | public PVector freq() { method freq (line 994) | public void freq(float newFreq) { method freq (line 1010) | public void freq(float newFreqX, float newFreqY) { method freq (line 1027) | public void freq(float newFreqX, float newFreqY, float newFreqZ) { method freq (line 1045) | public void freq(PVector newFreq) { method pan (line 1060) | public void pan(float panXVal, float panYVal) { method ease (line 1072) | public void ease(boolean easeBool) { method ease (line 1082) | public boolean ease() { method easeAmount (line 1091) | public float easeAmount() { method easeAmount (line 1101) | public void easeAmount(float newEaseValue) { method debugView (line 1111) | public void debugView(boolean debugBool) { method debugView (line 1120) | public boolean debugView() { method waveSize (line 1131) | public int waveSize() { method waveSize (line 1142) | public void waveSize(int newSize) { method clearWaves (line 1161) | public void clearWaves() { method lerp (line 1183) | private double lerp(double start, double end, double amt) { method buildWavesTest (line 1187) | public void buildWavesTest(ArrayList wc) { method buildWaves (line 1211) | public void buildWaves(int bwm) { method setWaveforms (line 1426) | public void setWaveforms(float[] mfx, float[] mfy) { method setWaveforms (line 1431) | public void setWaveforms(float[] mfx, float[] mfy, float[] mfz) { method emptyWave (line 1457) | private void emptyWave() { method warpWave (line 1471) | public void warpWave(int mx, int pmx) { method buildLaser (line 1478) | private void buildLaser() { method buildColorWave (line 1509) | private void buildColorWave(XYWavetable tableTemp, String RGBval, int ... method buildWaves (line 1540) | public void buildWaves() { method buildX (line 1554) | public void buildX(float[] newWave) { method buildY (line 1577) | public void buildY(float[] newWave) { method buildZ (line 1600) | public void buildZ(float[] newWave) { method easeWaves (line 1615) | private void easeWaves(float[] sShape, float[] tShape) { method easeWaves (line 1623) | private void easeWaves() { method smoothWaves (line 1638) | public boolean smoothWaves() { method smoothWaves (line 1649) | public void smoothWaves(boolean smoothWavesBool) { method smoothWavesAmount (line 1662) | public int smoothWavesAmount() { method smoothWavesAmount (line 1675) | public void smoothWavesAmount(int swAmount) { method drawAll (line 1689) | public void drawAll() { method drawPath (line 1697) | public void drawPath() { method drawPath (line 1705) | public void drawPath(float r, float g, float b) { method drawPoints (line 1723) | public void drawPoints() { method drawPoints (line 1731) | public void drawPoints(float r, float g, float b) { method drawXY (line 1748) | public void drawXY() { method drawXY (line 1755) | public void drawXY(float r, float g, float b) { method drawWaveform (line 1806) | public void drawWaveform(){ method drawWaveform (line 1818) | public void drawWaveform(float lr, float lg, float lb, float rr, float... method drawRGB (line 1881) | public void drawRGB(){ method drawWave (line 1922) | public void drawWave() { method ellipseDetail (line 1975) | public int ellipseDetail() { method ellipseDetail (line 1985) | public void ellipseDetail(int newED) { method ellipseDetail (line 1995) | public void ellipseDetail(float newED) { method rectMode (line 2007) | public void rectMode(int rectModeVal) { method steps (line 2021) | public int steps() { method steps (line 2031) | public void steps(float newSteps) { method point (line 2036) | public void point() { method point (line 2049) | public void point(float x, float y) { method point (line 2063) | public void point(float x, float y, float z) { method line (line 2068) | public void line() { method line (line 2086) | public void line(float x1, float y1, float x2, float y2) { method line (line 2106) | public void line(float x1, float y1, float z1, float x2, float y2, flo... method square (line 2114) | public void square() { method square (line 2135) | public void square(float x, float y, float e) { method rect (line 2144) | public void rect() { method rect (line 2165) | public void rect(float x, float y, float w) { method rect (line 2184) | public void rect(float x, float y, float w, float h) { method vertexRect (line 2192) | private void vertexRect(float x1, float y1, float w1, float h1) { method circle (line 2205) | public void circle() { method ellipse (line 2209) | public void ellipse() { method circle (line 2223) | public void circle(float x, float y, float e) { method ellipse (line 2237) | public void ellipse(float x, float y, float d) { method ellipse (line 2252) | public void ellipse(float x, float y, float w, float h) { method vertexEllipse (line 2259) | private void vertexEllipse(float cx, float cy, float rx, float ry) { method lissajous (line 2282) | public void lissajous(){ method lissajous (line 2298) | public void lissajous(float xPos, float yPos, float radius, float rati... method box (line 2310) | public void box() { method box (line 2323) | public void box(float size) { method box (line 2337) | public void box(float rx, float ryz) { method box (line 2353) | public void box(float rxt, float ryt, float rzt) { method sphere (line 2402) | public void sphere() { method ellipsoid (line 2406) | public void ellipsoid() { method sphere (line 2419) | public void sphere(float rs) { method sphere (line 2433) | public void sphere(float rs, int dxy) { method sphere (line 2448) | public void sphere(float rs, int dx, int dy) { method ellipsoid (line 2463) | public void ellipsoid(float rx, float ry, float rz) { method ellipsoid (line 2479) | public void ellipsoid(float rx, float ry, float rz, int dxy) { method ellipsoid (line 2496) | public void ellipsoid(float rxt, float ryt, float rzt, int dx, int dy) { method torus (line 2563) | public void torus() { method torus (line 2567) | public void torus(float radius, float tubeRadius) { method torus (line 2571) | public void torus(float radius, float tubeRadius, int dxy) { method torus (line 2586) | public void torus(float radius, float tubeRadius, int dx, int dy) { method beginShape (line 2631) | public void beginShape() { method vertex (line 2636) | public void vertex() { method curveVertex (line 2640) | public void curveVertex() { method curveVertex (line 2655) | public void curveVertex(float x, float y) { method curveVertex (line 2671) | public void curveVertex(float x, float y, float z) { method vertex (line 2684) | public void vertex(float x, float y) { method vertex (line 2698) | public void vertex(float x, float y, float z) { method vertex (line 2710) | public void vertex(PVector p) { method vertex (line 2718) | private void vertex(PVector p, boolean mode3D) { method vertexAdd (line 2722) | private void vertexAdd(PVector p, boolean mode3D) { method endShape (line 2760) | public void endShape(int close) { method endShape (line 2786) | public void endShape() { method recorderBegin (line 2802) | public void recorderBegin() { method recorderBegin (line 2806) | public void recorderBegin(String filename) { method recorderEnd (line 2813) | public void recorderEnd() { method contains (line 2827) | private boolean contains(String[] arr, String val) { method textFont (line 2842) | public void textFont(String fontName) { method textSize (line 2866) | public float textSize(){ method textSize (line 2876) | public void textSize(float fontSize){ method textLeading (line 2885) | public float textLeading(){ method textLeading (line 2895) | public void textLeading(float leading){ method textAlign (line 2905) | public void textAlign(int taX) { method textAlign (line 2917) | public void textAlign(int taX, int taY) { method text (line 2927) | public void text() { method text (line 2931) | public void text(float s, float x, float y) { method text (line 2934) | public void text(int s, float x, float y) { method text (line 2949) | public void text(String s, float x, float y) { method textParse (line 2974) | public void textParse(String s, float x, float y) { method textWidth (line 3015) | public float textWidth(int c) { method textWidth (line 3035) | public float textWidth(String s) { method textWidthParse (line 3048) | float textWidthParse(String s) { method textPaths (line 3076) | public PVector[][] textPaths(String s, float x, float y) { method textPathsParse (line 3110) | void textPathsParse(String s, float x, float y, ArrayList { method getDistance (line 3191) | public double getDistance() { method totalSize (line 3205) | public int totalSize() { method getPoints (line 3221) | public ArrayList getPoints() { class XYShape (line 3232) | public class XYShape extends ArrayList { method getDistance (line 3234) | public double getDistance() { FILE: web/includes/js/highlight/highlight.pack.js function e (line 6) | function e(n){Object.freeze(n);var t="function"==typeof n;return Object.... function n (line 6) | function n(e){return e.replace(/&/g,"&").replace(/1)return this.stack.pop()} method closeAllNodes (line 6) | closeAllNodes(){for(;this.closeNode(););} method toJSON (line 6) | toJSON(){return JSON.stringify(this.rootNode,null,4)} method walk (line 6) | walk(e){return this.constructor._walk(e,this.rootNode)} method _walk (line 6) | static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e... method _collapse (line 6) | static _collapse(e){e.children&&(e.children.every(e=>"string"==typeof ... function c (line 6) | function c(e){s+="<"+r(e)+[].map.call(e.attributes,(function(e){return" ... method constructor (line 6) | constructor(e){super(),this.options=e} method addKeyword (line 6) | addKeyword(e,n){""!==e&&(this.openNode(n),this.addText(e),this.closeNo... method addText (line 6) | addText(e){""!==e&&this.add(e)} method addSublanguage (line 6) | addSublanguage(e,n){let t=e.root;t.kind=n,t.sublanguage=!0,this.add(t)} method toHTML (line 6) | toHTML(){return new o(this,this.options).value()} method finalize (line 6) | finalize(){} function u (line 6) | function u(e){s+=""} function d (line 6) | function d(e){("start"===e.event?c:u)(e.node)} class o (line 6) | class o{constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e... method constructor (line 6) | constructor(e,n){this.buffer="",this.classPrefix=n.classPrefix,e.walk(... method addText (line 6) | addText(e){this.buffer+=n(e)} method openNode (line 6) | openNode(e){if(!s(e))return;let n=e.kind;e.sublanguage||(n=`${this.cla... method closeNode (line 6) | closeNode(e){s(e)&&(this.buffer+=i)} method span (line 6) | span(e){this.buffer+=``} method value (line 6) | value(){return this.buffer} class l (line 6) | class l{constructor(){this.rootNode={children:[]},this.stack=[this.rootN... method constructor (line 6) | constructor(){this.rootNode={children:[]},this.stack=[this.rootNode]} method top (line 6) | get top(){return this.stack[this.stack.length-1]} method root (line 6) | get root(){return this.rootNode} method add (line 6) | add(e){this.top.children.push(e)} method openNode (line 6) | openNode(e){let n={kind:e,children:[]};this.add(n),this.stack.push(n)} method closeNode (line 6) | closeNode(){if(this.stack.length>1)return this.stack.pop()} method closeAllNodes (line 6) | closeAllNodes(){for(;this.closeNode(););} method toJSON (line 6) | toJSON(){return JSON.stringify(this.rootNode,null,4)} method walk (line 6) | walk(e){return this.constructor._walk(e,this.rootNode)} method _walk (line 6) | static _walk(e,n){return"string"==typeof n?e.addText(n):n.children&&(e... method _collapse (line 6) | static _collapse(e){e.children&&(e.children.every(e=>"string"==typeof ... class c (line 6) | class c extends l{constructor(e){super(),this.options=e}addKeyword(e,n){... method constructor (line 6) | constructor(e){super(),this.options=e} method addKeyword (line 6) | addKeyword(e,n){""!==e&&(this.openNode(n),this.addText(e),this.closeNo... method addText (line 6) | addText(e){""!==e&&this.add(e)} method addSublanguage (line 6) | addSublanguage(e,n){let t=e.root;t.kind=n,t.sublanguage=!0,this.add(t)} method toHTML (line 6) | toHTML(){return new o(this,this.options).value()} method finalize (line 6) | finalize(){} function u (line 6) | function u(e){return e&&e.source||e} function R (line 6) | function R(e,n){return n?+n:(t=e,E.includes(t.toLowerCase())?0:1);var t} function h (line 6) | function h(e){return g.noHighlightRe.test(e)} function f (line 6) | function f(e,n,t,r){var a={code:n,language:e};T("before:highlight",a);va... function p (line 6) | function p(e,n,r,i){var s=n;function l(e,n){var t=v.case_insensitive?n[0... function m (line 6) | function m(e,n){n=n||g.languages||Object.keys(a);var t=function(e){const... function b (line 6) | function b(e){return g.tabReplace||g.useBR?e.replace(l,(function(e,n){re... function v (line 6) | function v(e){var n,t,r,a,s,o=function(e){var n,t=e.className+" ";if(t+=... function x (line 6) | function x(){if(!x.called){x.called=!0;var e=document.querySelectorAll("... function M (line 6) | function M(e){return e=(e||"").toLowerCase(),a[e]||a[i[e]]} function k (line 6) | function k(e){var n=M(e);return n&&!n.disableAutodetect} function T (line 6) | function T(e,n){var t=e;s.forEach((function(e){e[t]&&e[t](n)}))} FILE: web/includes/js/render.js function display (line 24) | function display(xhr) { FILE: web/includes/js/stmd.js function InlineParser (line 720) | function InlineParser(){ function DocParser (line 1361) | function DocParser(){ function HtmlRenderer (line 1515) | function HtmlRenderer(){