Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor ZoneRenderer - initial steps #4384

Merged
merged 4 commits into from
Nov 9, 2023

Conversation

bubblobill
Copy link
Collaborator

@bubblobill bubblobill commented Nov 8, 2023

Identify the Bug or Feature request
First step for resolving #3691

Description of the Change
Move ZoneRenderer & ZoneRendererFactory to new package net.rptools.maptool.client.ui.zone.renderer
.
ZoneRenderer sub-classes split off to package classes

Possible Drawbacks
none

Documentation Notes
Refactor zone renderering into new package net.rptools.maptool.client.ui.zone.renderer.

Release Notes
N/A


This change is Reviewable

Move ZoneRender & ZoneRendererFactory to renderer package
Moved ZoneRenderer & ZoneRendererFactory to package.
Moved subclasses/enums/etc out of ZoneRenderer and into package.
Changed accesses from private to package-private where necessary.
@cwisniew cwisniew added this pull request to the merge queue Nov 9, 2023
@cwisniew cwisniew added the code-maintenance Adding/editing javadocs, unit tests, formatting. label Nov 9, 2023
Merged via the queue into RPTools:develop with commit 99479c3 Nov 9, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-maintenance Adding/editing javadocs, unit tests, formatting.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants