Uses of Interface
org.vectomatic.common.model.style.IStyle

Packages that use IStyle
org.vectomatic.client.rep.controller   
org.vectomatic.client.rep.view   
org.vectomatic.common.model.style   
 

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

Methods in org.vectomatic.client.rep.controller that return IStyle
 IStyle StyleController.getStyle()
          Returns the currently selected style.
 

Methods in org.vectomatic.client.rep.controller with parameters of type IStyle
 void StyleController.setStyle(IStyle style)
          Invoked when the user changes the color in the color menu
 

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

Uses of IStyle in org.vectomatic.client.rep.view
 

Methods in org.vectomatic.client.rep.view that return IStyle
 IStyle PlainColorMenu.getSelectedStyle()
           
 IStyle IStyleMenu.getSelectedStyle()
           
 IStyle StyleWell.getStyle()
           
 

Methods in org.vectomatic.client.rep.view with parameters of type IStyle
 void PlainColorMenu.setSelectedStyle(IStyle style)
           
 void IStyleMenu.setSelectedStyle(IStyle style)
           
 void StyleWell.setStyle(IStyle color, IStyleMenu menu)
           
 

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

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



Copyright © 2010. All Rights Reserved.