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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateFrame(int frameWidth, int frameHeight) Create a new main frame with specific proportionsvoidshow()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:
createFramein classPlotter- Parameters:
frameWidth- the width of the frameframeHeight- the height of the frame
-
show
-