java.lang.Object
name.jurgenei.gradle.ooxml.canonical.Shape

public class Shape extends Object
Canonical diagram shape node.
  • Constructor Details

    • Shape

      public Shape()
    • Shape

      public Shape(String id, String label)
      Creates a shape node.
      Parameters:
      id - source-derived shape id.
      label - optional shape label.
  • Method Details

    • getId

      public String getId()
      Returns:
      source-derived shape id.
    • getLabel

      public String getLabel()
      Returns:
      optional shape label.