Class ShapeData

java.lang.Object
chemaxon.marvin.alignment.ShapeData
All Implemented Interfaces:
Serializable

@PublicApi public class ShapeData extends Object implements Serializable
See Also:
  • Method Details

    • toMolecule

      public Molecule toMolecule()
    • getColoringScheme

      public AlignmentProperties.ColoringScheme getColoringScheme()
    • toData

      public byte[] toData() throws IOException
      Serializes the current object to a byte array
      Returns:
      the serialized array
      Throws:
      IOException
    • getMins

      public double[] getMins()
      Returns:
      the mins
    • getMaxs

      public double[] getMaxs()
      Returns:
      the maxs
    • hasDistanceRanges

      public boolean hasDistanceRanges()
    • copyOf

      public static ShapeData copyOf(ShapeData shapeData)