Uses of Interface
de.javagl.ply.Descriptor
-
-
Uses of Descriptor in de.javagl.ply
Subinterfaces of Descriptor in de.javagl.ply Modifier and Type Interface Description interfaceMutableDescriptorADescriptorwhereElementDescriptorobjects can be added.Methods in de.javagl.ply that return Descriptor Modifier and Type Method Description DescriptorObjectPlySource. getDescriptor()DescriptorPlySource. getDescriptor()Returns theDescriptorthat describes the structure of the data.DescriptorPlyReader. readDescriptor(InputStream inputStream)Read theDescriptorfrom the given input stream.Methods in de.javagl.ply with parameters of type Descriptor Modifier and Type Method Description static MutablePlySourcePlySources. create(Descriptor descriptor)Returns a newMutablePlySourcewith the givenDescriptorvoidAbstractPlyTarget. setDescriptor(Descriptor descriptor)voidObjectPlyTarget. setDescriptor(Descriptor descriptor)voidPlyTarget. setDescriptor(Descriptor descriptor)Will receive theDescriptorfor the PLY data.Constructors in de.javagl.ply with parameters of type Descriptor Constructor Description ObjectPlySource(Descriptor descriptor)Creates a new instance with the givenDescriptor
-