Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
25bca2b2
Commit
25bca2b2
authored
Mar 21, 2017
by
Clemens Krug
Browse files
Added JavaDoc
parent
50a76407
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/visualization/ui/PlottingView.java
View file @
25bca2b2
...
...
@@ -39,8 +39,7 @@ import com.google.common.collect.Maps;
* Changed this class up quite a bit because when one would
* add more and more metrics to the visualisation, they would get unreadable small. Reworked this
* class so the charts will allways fill the view if theres is space, but if you add do many plots
* they will stay add a minimum height of 250 px and a scrollbar will be added instead. Also added a little
* JavaDoc.
* they will stay add a minimum height of 250 px and a scrollbar will be added instead.
*/
public
class
PlottingView
extends
JFrame
{
private
static
final
int
VIEW_WIDTH
=
900
;
...
...
@@ -165,6 +164,8 @@ public class PlottingView extends JFrame {
* there won't be a scrollbar if all of the components have a greater height than
* {@link #PLOT_HEIGHT_MIN}. However, if you add so many components that they can't
* fit in while maintaining that minimum height, a scrollbar will be added.
*
* @author Clemens Krug
*/
private
class
PlotBox
extends
JPanel
implements
Scrollable
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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