Interface GeometryWithAppearance<M extends AbstractMaterialObject,​T extends AbstractTextureObject>

    • Method Detail

      • isSetMaterial

        boolean isSetMaterial()
      • getMaterial

        java.util.Collection<M> getMaterial()
      • getMaterial

        M getMaterial​(java.lang.String theme)
      • removeMaterial

        void removeMaterial​(M materialObject)
      • removeMaterial

        void removeMaterial​(java.lang.String theme)
      • unsetMaterial

        void unsetMaterial()
      • isSetTexture

        boolean isSetTexture()
      • getTexture

        java.util.Collection<T> getTexture()
      • getTexture

        T getTexture​(java.lang.String theme)
      • removeTexture

        void removeTexture​(T textureObject)
      • removeTexture

        void removeTexture​(java.lang.String theme)
      • unsetTexture

        void unsetTexture()
      • unsetAppearance

        void unsetAppearance()