Uses of Class
org.vectomatic.common.model.Attribute

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

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

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

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

Methods in org.vectomatic.client.rep.controller that return Attribute
 Attribute StyleController.getStyleAttribute()
           
 

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

Constructors in org.vectomatic.client.rep.controller with parameters of type Attribute
StyleController(RepApplication app, String label, Attribute styleAttribute, Attribute opacityAttribute, IStyle defaultStyle, FloatAttributeValue defaultOpacity)
           
 

Uses of Attribute in org.vectomatic.common.model
 

Fields in org.vectomatic.common.model declared as Attribute
static Attribute Attribute.FILL_OPACITY
           
static Attribute Attribute.FILL_STYLE
           
static Attribute Attribute.LINE_CAP
           
static Attribute Attribute.LINE_OPACITY
           
static Attribute Attribute.LINE_PATTERN
           
static Attribute Attribute.LINE_STYLE
           
static Attribute Attribute.LINE_WIDTH
           
 

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

Methods in org.vectomatic.common.model that return types with arguments of type Attribute
 Set<Attribute> Shape.getDefinedAttributes()
           
 

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



Copyright © 2010. All Rights Reserved.