Package org.tweetyproject.commons
Class PlotterMultiFrame
java.lang.Object
org.tweetyproject.commons.Plotter
org.tweetyproject.commons.PlotterMultiFrame
This class is responsible for the behavior of a plotter with multiple frames.
Closing one frame shall only exit the application, iff it was the last frame.
- Version:
- TweetyProject 1.23
- Author:
- Julian Sander
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
createFrame
(int frameWidth, int frameHeight) Create a new main frame with specific proportionsvoid
show()
Show the frame after adding some plots
-
Constructor Details
-
PlotterMultiFrame
public PlotterMultiFrame()Default Constructor
-
-
Method Details
-
createFrame
public void createFrame(int frameWidth, int frameHeight) Create a new main frame with specific proportions- Overrides:
createFrame
in classPlotter
- Parameters:
frameWidth
- the width of the frameframeHeight
- the height of the frame
-
show
-