Uses of Class
com.metsci.glimpse.charts.vector.parser.attributes.ENCAttributeClass

Packages that use ENCAttributeClass
com.metsci.glimpse.charts.vector.parser   
com.metsci.glimpse.charts.vector.parser.attributes   
 

Uses of ENCAttributeClass in com.metsci.glimpse.charts.vector.parser
 

Fields in com.metsci.glimpse.charts.vector.parser declared as ENCAttributeClass
 ENCAttributeClass ENCAttributeInterpreter.ENCAttributeHeader.attributeClass
           
 

Uses of ENCAttributeClass in com.metsci.glimpse.charts.vector.parser.attributes
 

Methods in com.metsci.glimpse.charts.vector.parser.attributes that return ENCAttributeClass
static ENCAttributeClass ENCAttributeClass.getAttribute(char atype)
           
 ENCAttributeClass ENCListAttribute.getAttributeClass()
           
 ENCAttributeClass ENCIntAttribute.getAttributeClass()
           
 ENCAttributeClass ENCFreeAttribute.getAttributeClass()
           
 ENCAttributeClass ENCFloatAttribute.getAttributeClass()
           
 ENCAttributeClass ENCEnumAttribute.getAttributeClass()
           
 ENCAttributeClass ENCCodedAttribute.getAttributeClass()
           
abstract  ENCAttributeClass ENCAbstractAttribute.getAttributeClass()
           
 ENCAttributeClass AttributeDescription.getAttributeClass()
           
static ENCAttributeClass ENCAttributeClass.read(java.io.DataInput fin)
           
static ENCAttributeClass ENCAttributeClass.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ENCAttributeClass[] ENCAttributeClass.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.metsci.glimpse.charts.vector.parser.attributes with parameters of type ENCAttributeClass
AttributeDescription(ENCAttributeType attributeType, ENCAttributeClass attributeClass)
           
AttributeDescription(ENCAttributeType attributeType, ENCAttributeClass attributeClass, java.lang.String value)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.