Class CustomContext

    • Constructor Detail

      • CustomContext

        public CustomContext()
        Creates a new CustomContext.
      • CustomContext

        public CustomContext​(PictogramElement[] pictogramElements)
        Creates a new CustomContext.
        Parameters:
        pictogramElements - the pictogram elements
    • Method Detail

      • setInnerGraphicsAlgorithm

        public void setInnerGraphicsAlgorithm​(GraphicsAlgorithm innerGraphicsAlgorithm)
        Sets the inner graphics algorithm.
        Parameters:
        innerGraphicsAlgorithm - the new inner graphics algorithm
      • setInnerPictogramElement

        public void setInnerPictogramElement​(PictogramElement innerPictogramElement)
        Sets the inner pictogram element.
        Parameters:
        innerPictogramElement - the new inner pictogram element
      • setPictogramElements

        public void setPictogramElements​(PictogramElement[] pictogramElements)
        Sets the pictogram elements.
        Parameters:
        pictogramElements - The pictogramElements to set.