MCPcopy Index your code
hub / github.com/benfry/processing4 / getString

Method getString

core/src/processing/data/TableRow.java:33–33  ·  view source on GitHub ↗

Retrieves a String value from the TableRow 's specified column. The column may be specified by either its ID or title. @webref tablerow:method @webBrief Get a String value from the specified column @param column ID number of the column to reference @see TableRow#getInt(int) @see TableR

(int column)

Source from the content-addressed store, hash-verified

31 * @see TableRow#getFloat(int)
32 */
33 public String getString(int column);
34
35 /**
36 * @param columnName title of the column to reference

Callers 15

getGLParametersMethod · 0.65
PShapeSVGMethod · 0.65
parseImageMethod · 0.65
parsePolyMethod · 0.65
parsePathMethod · 0.65
parseColorsMethod · 0.65
getFloatWithUnitMethod · 0.65
LinearGradientMethod · 0.65
RadialGradientMethod · 0.65
parseFontMethod · 0.65
TextMethod · 0.65
LineOfTextMethod · 0.65

Implementers 2

RowPointercore/src/processing/data/Table.java
Tablecore/src/processing/data/Table.java

Calls

no outgoing calls

Tested by

no test coverage detected