Interface ShapeDescriptor
-
- All Superinterfaces:
Descriptor
,Guarded
,Serializable
- All Known Subinterfaces:
DRShapeDescriptor
@PublicAPI public interface ShapeDescriptor extends Descriptor
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.chemaxon.descriptors.common.Guarded
Guarded.EnsureThat, Guarded.New
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DescriptorGenerator<? extends ShapeDescriptor>
getDescriptorGenerator()
Deprecated.chemaxon.marvin.alignment.ShapeData
getShapeData()
byte[]
toByteArray()
-
Methods inherited from interface com.chemaxon.descriptors.common.Guarded
getGuardObject
-
-
-
-
Method Detail
-
toByteArray
byte[] toByteArray()
-
getShapeData
chemaxon.marvin.alignment.ShapeData getShapeData()
-
getDescriptorGenerator
@Deprecated DescriptorGenerator<? extends ShapeDescriptor> getDescriptorGenerator()
Deprecated.Deprecated.- Returns:
- Associated guard object.
-
-