Package it.ramecera.salad.graphic
Class ProgressBarAccess
java.lang.Object
it.ramecera.salad.graphic.ProgressBarAccess
public class ProgressBarAccess
extends java.lang.Object
Simple container of 2 auxiliary rectangles for the management of the progress bars.
Creation date: 2020-04-09
Last updated: 2020-04-09
Changes:
2020-04-09: stabilization on ver. 1.0.0
- Author:
- M. Maglioni
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProgressBarAccess(java.awt.Rectangle barx, java.awt.Rectangle leftx)
useful constructorProgressBarAccess(java.awt.Rectangle barx, java.awt.Rectangle leftx, java.awt.Rectangle testax)
useful constructor -
Method Summary
-
Field Details
-
Constructor Details
-
ProgressBarAccess
public ProgressBarAccess(java.awt.Rectangle barx, java.awt.Rectangle leftx, java.awt.Rectangle testax)useful constructor- Parameters:
barx
- the rectangle for the progress barleftx
- the rectangle for the labeltestax
- the rectangle for the label to the left of the bar
-
ProgressBarAccess
public ProgressBarAccess(java.awt.Rectangle barx, java.awt.Rectangle leftx)useful constructor- Parameters:
barx
- the rectangle for the progress barleftx
- the rectangle for the label on the left of the bar
-