Class TemplateBasedStrongComponentRenderer

java.lang.Object
classycle.renderer.AbstractStrongComponentRenderer
classycle.renderer.TemplateBasedStrongComponentRenderer
All Implemented Interfaces:
StrongComponentRenderer

public class TemplateBasedStrongComponentRenderer extends AbstractStrongComponentRenderer
Renderer of a StrongComponent. The renderer is based on a java.text.MessageFormat template.
Author:
Franz-Josef Elmer
  • Constructor Details

    • TemplateBasedStrongComponentRenderer

      public TemplateBasedStrongComponentRenderer(String template, int minimumNumber)
      Creates an instance for the specified template.
      Parameters:
      template - The template.
      minimumNumber - Minimum number of vertices the StrongComponent should have to be rendered.
  • Method Details