Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
929eee2e
Commit
929eee2e
authored
Nov 13, 2024
by
Riegel
Browse files
Add FeatureNode implementation
parent
89c2a845
Changes
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/tree/CityObjectNode.java
View file @
929eee2e
...
...
@@ -4,7 +4,7 @@ import de.hft.stuttgart.citydoctor2.datastructure.CityObject;
import
de.hft.stuttgart.citydoctor2.gui.CheckStatus
;
import
de.hft.stuttgart.citydoctor2.gui.Renderer
;
public
class
CityObjectNode
extends
Renderable
{
public
class
CityObjectNode
extends
Renderable
implements
FeatureNode
{
private
final
CityObject
co
;
...
...
@@ -33,4 +33,9 @@ public class CityObjectNode extends Renderable {
renderer
.
render
(
co
);
}
@Override
public
CityObject
getFeature
()
{
return
co
;
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment