de.cau.cs.kieler.kiml.ui
Class EclipseLayoutAlgorithmData

java.lang.Object
  extended by de.cau.cs.kieler.kiml.LayoutAlgorithmData
      extended by de.cau.cs.kieler.kiml.ui.EclipseLayoutAlgorithmData
All Implemented Interfaces:
ILayoutData

public class EclipseLayoutAlgorithmData
extends LayoutAlgorithmData

An extension of layout algorithm data that supports preview images.

Rating yellow
(2011-02-01) reviewed by cmot, soh

Field Summary
 
Fields inherited from class de.cau.cs.kieler.kiml.LayoutAlgorithmData
DEFAULT_LAYOUTER_NAME, MIN_PRIORITY
 
Constructor Summary
EclipseLayoutAlgorithmData()
           
 
Method Summary
 ImageDescriptor getPreviewImage()
          Returns the preview image.
 void setPreviewImage(ImageDescriptor thepreviewImage)
          Sets the preview image.
 
Methods inherited from class de.cau.cs.kieler.kiml.LayoutAlgorithmData
equals, getCategory, getDefaultValue, getDescription, getId, getName, getProvider, getSupportedPriority, getType, hashCode, knowsOption, setCategory, setDescription, setDiagramSupport, setId, setName, setOption, setProvider, setType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EclipseLayoutAlgorithmData

public EclipseLayoutAlgorithmData()
Method Detail

getPreviewImage

public ImageDescriptor getPreviewImage()
Returns the preview image.

Returns:
the preview image

setPreviewImage

public void setPreviewImage(ImageDescriptor thepreviewImage)
Sets the preview image.

Parameters:
thepreviewImage - the preview image to set