com.tensegrity.composite.style
Interface StyleDescriptorItem
- All Known Implementing Classes:
- DefaultStyleDescriptorItem
- public interface StyleDescriptorItem
A StyleDescriptorItem represents another level of abstraction
in the definition of a complete style for a Repository element.
It is needed because of the following issues:
-
A
StyleItem has to be associated with a corresponding
GeometryItem. Because they can be used within many
StyleDescriptor objects, this cannot be done directly. The
association has to be done with a StyleDescriptorItem.
- Version:
- $Id: StyleDescriptorItem.java,v 1.3 2005/05/03 11:45:57 KevinCVS Exp $
- Author:
- MKegel
getType
public int getType()
getName
public java.lang.String getName()
getItemName
public java.lang.String getItemName()
getItem
public StyleItem getItem()
getGeometryItemName
public java.lang.String getGeometryItemName()
Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.