java.lang.Object
org.palladiosimulator.editors.sirius.custom.style.rotatable.NodeImageExtension

public class NodeImageExtension extends Object
Describe image extension.
  • Field Details

  • Constructor Details

    • NodeImageExtension

      public NodeImageExtension(String id, String topImage, String bottomImage, String leftImage, String rightImage)
      Constructor.
      Parameters:
      id -
      topImage -
      bottomImage -
      leftImage -
      rightImage -
  • Method Details

    • getId

      public String getId()
      Returns:
      the id
    • getMode

      public int getMode()
      Returns:
      the mode
    • getTopImage

      public String getTopImage()
      Returns:
      the top image
    • getBottomImage

      public String getBottomImage()
      Returns:
      the bottom image
    • getLeftImage

      public String getLeftImage()
      Returns:
      the left image
    • getRightImage

      public String getRightImage()
      Returns:
      the right image