org.geotools.gce.grassraster.core.color
Class AttributeTable

Object
  extended by AttributeTable

public class AttributeTable
extends Object


Nested Class Summary
 class AttributeTable.CellAttribute
           
 
Constructor Summary
AttributeTable()
          Creates a new instance of AttributeTable
 
Method Summary
 void addAttribute(float cat0, float cat1, String value)
           
 void addAttribute(float cat, String value)
           
 Enumeration<AttributeTable.CellAttribute> getCategories()
           
 int size()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeTable

public AttributeTable()
Creates a new instance of AttributeTable

Method Detail

size

public int size()

getCategories

public Enumeration<AttributeTable.CellAttribute> getCategories()

addAttribute

public void addAttribute(float cat,
                         String value)

addAttribute

public void addAttribute(float cat0,
                         float cat1,
                         String value)


Copyright © 1996-2014 Geotools. All Rights Reserved.