Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • B BraillePlot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Georg Graßnick
  • BraillePlot
  • Merge requests
  • !42

Legend rasterizer column views

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ghost User requested to merge feat/rasterizer-update-21 into master Oct 02, 2019
  • Overview 6
  • Commits 9
  • Pipelines 0
  • Changes 6

This updates the legend rasterizer with a column view.

Use the following interface:

    /**
     * Add a column to the columnview.
     * @param columnName Name of column.
     * @param explanations {@link Map} of symbols and descriptions inside the column.
     */
    public void addColumn(final String columnName, final Map<String, String> explanations)

    /**
     * Set the columnview title.
     * @param columnViewTitle The title for the columnview.
     */
    public void setColumnViewTitle(final String columnViewTitle)
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feat/rasterizer-update-21

Impressum · Nutzungsbedingungen · Datenschutz