com.tensegrity.composite.style
Class StyleItemInfo

java.lang.Object
  extended bycom.tensegrity.composite.style.StyleItemInfo
All Implemented Interfaces:
java.lang.Cloneable

public class StyleItemInfo
extends java.lang.Object
implements java.lang.Cloneable

A StyleItemInfo holds all Formats that might get applied to a StyleItem. It is used as a Messenger.

Version:
$Id: StyleItemInfo.java,v 1.6 2004/12/15 11:54:50 MichaelKegel Exp $
Author:
MKegel

Field Summary
 StrokeFormat assignedBorder
          StrokeFormat for the border of a Composite
 FontFormat assignedFont
          FontFormat of the StyleItem
 MarkerFormat assignedMarkerBegin
          MarkerFormat of the start marker
 MarkerFormat assignedMarkerEnd
          MarkerFormat of the end marker
 PaintFormat assignedPaint
          PaintFormat of the StyleItem
 StrokeFormat assignedStroke
          StrokeFormat of the StyleItem
 StyleItem styleitem
          the StyleItem info should be provided for
 java.lang.String styleitemname
          the name of the StyleItem
 
Constructor Summary
StyleItemInfo()
          Default Constructor.
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

styleitem

public StyleItem styleitem
the StyleItem info should be provided for


styleitemname

public java.lang.String styleitemname
the name of the StyleItem


assignedStroke

public StrokeFormat assignedStroke
StrokeFormat of the StyleItem


assignedBorder

public StrokeFormat assignedBorder
StrokeFormat for the border of a Composite


assignedPaint

public PaintFormat assignedPaint
PaintFormat of the StyleItem


assignedFont

public FontFormat assignedFont
FontFormat of the StyleItem


assignedMarkerBegin

public MarkerFormat assignedMarkerBegin
MarkerFormat of the start marker


assignedMarkerEnd

public MarkerFormat assignedMarkerEnd
MarkerFormat of the end marker

Constructor Detail

StyleItemInfo

public StyleItemInfo()
Default Constructor.

Method Detail

clone

public java.lang.Object clone()

toString

public java.lang.String toString()


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.