Package org.rrd4j.core
Class RrdDoubleMatrix<U extends RrdUpdater<U>>
java.lang.Object
org.rrd4j.core.RrdPrimitive<U>
org.rrd4j.core.RrdDoubleMatrix<U>
- 
Field SummaryFields inherited from class org.rrd4j.core.RrdPrimitiveRRD_DOUBLE, RRD_INT, RRD_LONG, RRD_PRIM_SIZES, RRD_STRING, STRING_LENGTH
- 
Constructor SummaryConstructorsConstructorDescriptionRrdDoubleMatrix(RrdUpdater<U> updater, int row, int column, boolean shouldInitialize) 
- 
Method SummaryModifier and TypeMethodDescription(package private) doubleget(int column, int index) (package private) double[]get(int column, int index, int count) intGetter for the fieldcolumns.intgetRows()Getter for the fieldrows.(package private) voidset(int column, int index, double value) voidset(int column, int index, double[] newValues) set.(package private) voidset(int column, int index, double value, int count) Methods inherited from class org.rrd4j.core.RrdPrimitiveisCachingAllowed, readBytes, readDouble, readDouble, readDouble, readEnum, readInt, readLong, readString, writeBytes, writeDouble, writeDouble, writeDouble, writeDouble, writeEnum, writeInt, writeLong, writeString
- 
Constructor Details- 
RrdDoubleMatrixRrdDoubleMatrix(RrdUpdater<U> updater, int row, int column, boolean shouldInitialize) throws IOException - Throws:
- IOException
 
 
- 
- 
Method Details- 
set- Throws:
- IOException
 
- 
set- Throws:
- IOException
 
- 
setset. - Parameters:
- column- a int.
- index- a int.
- newValues- an array of double.
- Throws:
- IOException- if any.
 
- 
get- Throws:
- IOException
 
- 
get- Throws:
- IOException
 
- 
getColumnspublic int getColumns()Getter for the field columns.- Returns:
- a int.
 
- 
getRowspublic int getRows()Getter for the field rows.- Returns:
- a int.
 
 
-