|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StyleItem | |
| com.tensegrity.composite.style | Styles are used to define the visual appearance of an element. |
| com.tensegrity.composite.style.persistence | Provides classes for making style attributes persistent. |
| com.tensegrity.gui.graphdocument | This package contains the GraphDocument interface, a Factory for creating such documents as well as a definition for a panel which may hold such documents. |
| com.tensegrity.gui.swing.dialog | This package contains several Dialog implementations, such as a ColorChooser for the three Format types (Paint, Stroke, Font) of the Graphics API. |
| com.tensegrity.gui.swing.dialog.panel | The package for all format panel implementations. |
| Uses of StyleItem in com.tensegrity.composite.style |
| Classes in com.tensegrity.composite.style that implement StyleItem | |
class |
DefaultStyleItem
Default implementation of interface StyleItem. |
| Fields in com.tensegrity.composite.style declared as StyleItem | |
StyleItem |
StyleItemInfo.styleitem
the StyleItem info should be provided for |
| Methods in com.tensegrity.composite.style that return StyleItem | |
StyleItem |
StyleDescriptorItem.getItem()
|
StyleItem |
DefaultStyleDescriptorItem.getItem()
|
static StyleItem |
StyleItemPool.get(java.lang.String name)
Returns the pooled StyleItem stored under the given name. |
static StyleItem |
StyleItemPool.remove(java.lang.String name)
Removes the StyleItem with the given name from the pool. |
| Methods in com.tensegrity.composite.style with parameters of type StyleItem | |
static void |
StyleService.applyItemtoPrimitiveEx(Primitive primitive,
StyleItem item)
This method applies the given StyleItem to the parameter primitive. |
static void |
StyleService.applyItemtoPrimitive(Primitive primitive,
StyleItem item)
Applies the StyleItem item to the given
Primitive. |
static void |
StyleItemPool.pool(StyleItem style)
Pools the given StyleItem under it's name. |
| Uses of StyleItem in com.tensegrity.composite.style.persistence |
| Constructors in com.tensegrity.composite.style.persistence with parameters of type StyleItem | |
StyleItemSerializer(StyleItem item)
Constructor for StyleItemSerializer. |
|
| Uses of StyleItem in com.tensegrity.gui.graphdocument |
| Methods in com.tensegrity.gui.graphdocument with parameters of type StyleItem | |
static boolean |
ElementDefinitionUtil.internalCompareStyleItemWithAttributeList(StyleItem si,
AttributeList list)
Compares a StyleItem instance with an AttributeList
of a serialized StyleItem. |
| Uses of StyleItem in com.tensegrity.gui.swing.dialog |
| Methods in com.tensegrity.gui.swing.dialog that return StyleItem | |
StyleItem |
StyleDialog.getSelectedItem()
Returns the currently selected item of the internal FormatStyle. |
| Uses of StyleItem in com.tensegrity.gui.swing.dialog.panel |
| Methods in com.tensegrity.gui.swing.dialog.panel that return StyleItem | |
StyleItem |
FormatStyle.getSelectedItem()
Returns the currently selected item of the internal combobox. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||