Class HighwayMatrix.Cell

java.lang.Object
com._1c.g5.v8.dt.common.gef.drow2d.HighwayMatrix.Cell
Enclosing class:
HighwayMatrix

public static class HighwayMatrix.Cell extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int[]
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Cell(int path)
     
    Cell(int[] path)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    copyPath(int[] dest, int offset)
    Copies path of this cell to the specified destination array.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • path

      public final int[] path
  • Constructor Details

    • Cell

      public Cell(int path)
    • Cell

      public Cell(int[] path)
  • Method Details

    • copyPath

      public void copyPath(int[] dest, int offset)
      Copies path of this cell to the specified destination array.
      Parameters:
      dest - - the destination array.
      offset - - starting position in the destination data.
    • toString

      public String toString()
      Overrides:
      toString in class Object