de.jreality.geometry
Class GeometryAttributeListSet

java.lang.Object
  extended by de.jreality.geometry.GeometryAttributeListSet

public class GeometryAttributeListSet
extends java.lang.Object


Method Summary
 void blockAttribute(Attribute attr)
           
 boolean hasEntries()
           
 boolean isBlockAllAttributes()
           
 boolean isBlockAttributeCount()
           
 void setBlockAllAttributes(boolean blockAllAttributes)
           
 void setBlockAttributeCount(boolean blockAttributeCount)
           
 void unblockAttribute(Attribute attr)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

blockAttribute

public void blockAttribute(Attribute attr)

unblockAttribute

public void unblockAttribute(Attribute attr)

isBlockAllAttributes

public boolean isBlockAllAttributes()

setBlockAllAttributes

public void setBlockAllAttributes(boolean blockAllAttributes)

isBlockAttributeCount

public boolean isBlockAttributeCount()

setBlockAttributeCount

public void setBlockAttributeCount(boolean blockAttributeCount)

hasEntries

public boolean hasEntries()