Uses of Interface
org.vectomatic.common.model.IAttributeValue

Packages that use IAttributeValue
org.vectomatic.client.rep.command   
org.vectomatic.client.rep.controller   
org.vectomatic.common.model   
org.vectomatic.common.model.style   
 

Uses of IAttributeValue in org.vectomatic.client.rep.command
 

Constructors in org.vectomatic.client.rep.command with parameters of type IAttributeValue
SetAttributeCommand(RepApplication app, Attribute attr, IAttributeValue value)
           
 

Uses of IAttributeValue in org.vectomatic.client.rep.controller
 

Methods in org.vectomatic.client.rep.controller with parameters of type IAttributeValue
 boolean ShapeSelection.hasAttributeChanged(Attribute attribute, IAttributeValue value)
           
 

Uses of IAttributeValue in org.vectomatic.common.model
 

Classes in org.vectomatic.common.model that implement IAttributeValue
 class FloatAttributeValue
          Class to represent attribute value of type float point number.
 

Fields in org.vectomatic.common.model with type parameters of type IAttributeValue
protected  Map<Attribute,IAttributeValue> Shape._attributes
          A map of attribute, attribute values.
 

Methods in org.vectomatic.common.model that return IAttributeValue
 IAttributeValue Shape.clearAttribute(Attribute attr)
           
 IAttributeValue Shape.getAttribute(Attribute attr)
           
 IAttributeValue Attribute.getDefaultValue()
           
 IAttributeValue Shape.setAttribute(Attribute attr, IAttributeValue value)
           
 

Methods in org.vectomatic.common.model with parameters of type IAttributeValue
 IAttributeValue Shape.setAttribute(Attribute attr, IAttributeValue value)
           
 

Uses of IAttributeValue in org.vectomatic.common.model.style
 

Subinterfaces of IAttributeValue in org.vectomatic.common.model.style
 interface IStyle
          Interface for attribute values which represent a graphical style
 

Classes in org.vectomatic.common.model.style that implement IAttributeValue
 class Color
          Class to represent a Color
 class NoneStyle
          Class to represent an empty graphical style
 



Copyright © 2010. All Rights Reserved.