Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

joelib.util
Class LineMatrixHelper  view LineMatrixHelper download LineMatrixHelper.java

java.lang.Object
  extended byjoelib.util.LineMatrixHelper

public class LineMatrixHelper
extends java.lang.Object

Helper methods for writing and loading line matrices.


Field Summary
private static LineMatrixHelper lineMatrixHelper
           
private static org.apache.log4j.Category logger
           
 
Constructor Summary
private LineMatrixHelper()
          Constructor for the JOERandom object
 
Method Summary
static double[][] doubleMatrixFromString(java.lang.String sMatrix)
          Description of the Method
static LineMatrixHelper instance()
          Description of the Method
static int[][] intMatrixFromString(java.lang.String sMatrix)
          Description of the Method
static java.lang.StringBuffer toString(java.lang.StringBuffer sb, double[][] matrix)
          Description of the Method
static java.lang.StringBuffer toString(java.lang.StringBuffer sb, double[][] matrix, wsi.ra.text.DecimalFormatter format)
          Description of the Method
static java.lang.StringBuffer toString(java.lang.StringBuffer sb, int[][] matrix)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

private static org.apache.log4j.Category logger

lineMatrixHelper

private static LineMatrixHelper lineMatrixHelper
Constructor Detail

LineMatrixHelper

private LineMatrixHelper()
Constructor for the JOERandom object

Method Detail

doubleMatrixFromString

public static double[][] doubleMatrixFromString(java.lang.String sMatrix)
Description of the Method


instance

public static LineMatrixHelper instance()
Description of the Method


intMatrixFromString

public static int[][] intMatrixFromString(java.lang.String sMatrix)
Description of the Method


toString

public static java.lang.StringBuffer toString(java.lang.StringBuffer sb,
                                              int[][] matrix)
Description of the Method


toString

public static java.lang.StringBuffer toString(java.lang.StringBuffer sb,
                                              double[][] matrix)
Description of the Method


toString

public static java.lang.StringBuffer toString(java.lang.StringBuffer sb,
                                              double[][] matrix,
                                              wsi.ra.text.DecimalFormatter format)
Description of the Method