Commit e8b14a2f authored by claes's avatar claes

Regenerated for 4.1

parent 5f51cf65
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -30,7 +30,7 @@ public class JopcChandi extends JopFrame implements JopUtilityIfc {
geInit();
}
public void geInit() {
JopSpider.setSystemName( "-i@l@@p8}");
JopSpider.setSystemName( "-i@l@@`(}");
engine.setAnimationScanTime( 500);
engine.setScanTime( 500);
size = new Dimension( 711, 160);
......@@ -113,6 +113,7 @@ class LocalPanel extends JPanel {
int colorInverse = 0;
int originalColorInverse = 0;
int shadow = 0;
boolean dimmed = false;
public void setColorTone( int colorTone) {
this.colorTone = colorTone;
originalColorTone = colorTone;
......@@ -196,15 +197,15 @@ class LocalPanel extends JPanel {
g.transform( AffineTransform.getScaleInstance( scaleWidth, scaleHeight)); // scaletest
AffineTransform save_tmp;
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Description",8, 20);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Number",8, 68);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Identity",10, 42);
g.setTransform(save);
......@@ -253,16 +254,8 @@ protected class pwr_buttoncommand extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -350,7 +343,7 @@ protected class pwr_buttoncommand extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(102, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -361,11 +354,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
}
g.setColor(GeColor.getColor(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[3]);
{
int fcolor = GeColor.getDrawtype(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, 2, colorInverse));
g.fill( shapes[4]);
......@@ -382,11 +375,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
}
g.setColor(GeColor.getColor(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[10]);
{
int fcolor = GeColor.getDrawtype(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[11]);
......@@ -404,7 +397,7 @@ protected class pwr_buttoncommand extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[18]);
......@@ -413,11 +406,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[17]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -458,16 +451,8 @@ protected class pwr_valuemedium extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -555,7 +540,7 @@ protected class pwr_valuemedium extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -566,11 +551,11 @@ protected class pwr_valuemedium extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -611,16 +596,8 @@ protected class pwr_valuelong extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -708,7 +685,7 @@ protected class pwr_valuelong extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -719,11 +696,11 @@ protected class pwr_valuelong extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......
......@@ -30,7 +30,7 @@ public class JopcChando extends JopFrame implements JopUtilityIfc {
geInit();
}
public void geInit() {
JopSpider.setSystemName( "-i@l@@p8}");
JopSpider.setSystemName( "-i@l@@`(}");
engine.setAnimationScanTime( 500);
engine.setScanTime( 500);
size = new Dimension( 711, 160);
......@@ -113,6 +113,7 @@ class LocalPanel extends JPanel {
int colorInverse = 0;
int originalColorInverse = 0;
int shadow = 0;
boolean dimmed = false;
public void setColorTone( int colorTone) {
this.colorTone = colorTone;
originalColorTone = colorTone;
......@@ -196,15 +197,15 @@ class LocalPanel extends JPanel {
g.transform( AffineTransform.getScaleInstance( scaleWidth, scaleHeight)); // scaletest
AffineTransform save_tmp;
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Description",8, 20);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Number",8, 68);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Identity",10, 42);
g.setTransform(save);
......@@ -253,16 +254,8 @@ protected class pwr_buttoncommand extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -350,7 +343,7 @@ protected class pwr_buttoncommand extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(102, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -361,11 +354,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
}
g.setColor(GeColor.getColor(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[3]);
{
int fcolor = GeColor.getDrawtype(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, 2, colorInverse));
g.fill( shapes[4]);
......@@ -382,11 +375,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
}
g.setColor(GeColor.getColor(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[10]);
{
int fcolor = GeColor.getDrawtype(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[11]);
......@@ -404,7 +397,7 @@ protected class pwr_buttoncommand extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[18]);
......@@ -413,11 +406,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[17]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -458,16 +451,8 @@ protected class pwr_valuemedium extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -555,7 +540,7 @@ protected class pwr_valuemedium extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -566,11 +551,11 @@ protected class pwr_valuemedium extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -611,16 +596,8 @@ protected class pwr_valuelong extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -708,7 +685,7 @@ protected class pwr_valuelong extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -719,11 +696,11 @@ protected class pwr_valuelong extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......
......@@ -31,7 +31,7 @@ public class JopcChanii extends JopFrame implements JopUtilityIfc {
geInit();
}
public void geInit() {
JopSpider.setSystemName( "-i@l@@p8}");
JopSpider.setSystemName( "-i@l@@`(}");
engine.setAnimationScanTime( 500);
engine.setScanTime( 500);
size = new Dimension( 711, 201);
......@@ -124,6 +124,7 @@ class LocalPanel extends JPanel {
int colorInverse = 0;
int originalColorInverse = 0;
int shadow = 0;
boolean dimmed = false;
public void setColorTone( int colorTone) {
this.colorTone = colorTone;
originalColorTone = colorTone;
......@@ -207,19 +208,19 @@ class LocalPanel extends JPanel {
g.transform( AffineTransform.getScaleInstance( scaleWidth, scaleHeight)); // scaletest
AffineTransform save_tmp;
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Description",8, 20);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Number",8, 68);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Identity",10, 42);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "ConversionOn",8, 94);
g.setTransform(save);
......@@ -251,16 +252,8 @@ protected class pwr_valuemedium extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -348,7 +341,7 @@ protected class pwr_valuemedium extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -359,11 +352,11 @@ protected class pwr_valuemedium extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -421,16 +414,8 @@ protected class pwr_buttoncommand extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -518,7 +503,7 @@ protected class pwr_buttoncommand extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(102, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -529,11 +514,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
}
g.setColor(GeColor.getColor(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[3]);
{
int fcolor = GeColor.getDrawtype(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, 2, colorInverse));
g.fill( shapes[4]);
......@@ -550,11 +535,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
}
g.setColor(GeColor.getColor(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[10]);
{
int fcolor = GeColor.getDrawtype(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[11]);
......@@ -572,7 +557,7 @@ protected class pwr_buttoncommand extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[18]);
......@@ -581,11 +566,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[17]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -626,16 +611,8 @@ protected class pwr_valuelong extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -723,7 +700,7 @@ protected class pwr_valuelong extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -734,11 +711,11 @@ protected class pwr_valuelong extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......
......@@ -34,7 +34,7 @@ public class JopcChanio extends JopFrame implements JopUtilityIfc {
geInit();
}
public void geInit() {
JopSpider.setSystemName( "-i@l@@p8}");
JopSpider.setSystemName( "-i@l@@`(}");
engine.setAnimationScanTime( 500);
engine.setScanTime( 500);
size = new Dimension( 711, 226);
......@@ -154,6 +154,7 @@ class LocalPanel extends JPanel {
int colorInverse = 0;
int originalColorInverse = 0;
int shadow = 0;
boolean dimmed = false;
public void setColorTone( int colorTone) {
this.colorTone = colorTone;
originalColorTone = colorTone;
......@@ -237,27 +238,27 @@ class LocalPanel extends JPanel {
g.transform( AffineTransform.getScaleInstance( scaleWidth, scaleHeight)); // scaletest
AffineTransform save_tmp;
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Description",8, 20);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Number",8, 68);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Identity",10, 42);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "TestOn",9, 101);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "FixedOutValue",8, 124);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "TestValue",247, 100);
g.setTransform(save);
......@@ -289,16 +290,8 @@ protected class pwr_valuemedium extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -386,7 +379,7 @@ protected class pwr_valuemedium extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -397,11 +390,11 @@ protected class pwr_valuemedium extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -465,16 +458,8 @@ protected class pwr_buttoncommand extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -562,7 +547,7 @@ protected class pwr_buttoncommand extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(102, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -573,11 +558,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
}
g.setColor(GeColor.getColor(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[3]);
{
int fcolor = GeColor.getDrawtype(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, 2, colorInverse));
g.fill( shapes[4]);
......@@ -594,11 +579,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
}
g.setColor(GeColor.getColor(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[10]);
{
int fcolor = GeColor.getDrawtype(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[11]);
......@@ -616,7 +601,7 @@ protected class pwr_buttoncommand extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[18]);
......@@ -625,11 +610,11 @@ protected class pwr_buttoncommand extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[17]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -670,16 +655,8 @@ protected class pwr_valuelong extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -767,7 +744,7 @@ protected class pwr_valuelong extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -778,11 +755,11 @@ protected class pwr_valuelong extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -31,7 +31,7 @@ public class JopcDsfastconf extends JopFrame implements JopUtilityIfc {
geInit();
}
public void geInit() {
JopSpider.setSystemName( "-i@l@@p8}");
JopSpider.setSystemName( "-i@l@@`(}");
engine.setAnimationScanTime( 500);
engine.setScanTime( 500);
size = new Dimension( 711, 128);
......@@ -117,6 +117,7 @@ class LocalPanel extends JPanel {
int colorInverse = 0;
int originalColorInverse = 0;
int shadow = 0;
boolean dimmed = false;
public void setColorTone( int colorTone) {
this.colorTone = colorTone;
originalColorTone = colorTone;
......@@ -200,17 +201,17 @@ class LocalPanel extends JPanel {
g.transform( AffineTransform.getScaleInstance( scaleWidth, scaleHeight)); // scaletest
AffineTransform save_tmp;
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "Status",14, 44);
g.drawString( "Status",14, 45);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "LogMessage",14, 67);
g.drawString( "LogMessage",14, 68);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "BaseFrequency",14, 22);
g.drawString( "BaseFrequency",14, 23);
g.setTransform(save);
}
public Dimension getPreferredSize() { return size;}
......@@ -240,16 +241,8 @@ protected class pwr_valuelong extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -337,7 +330,7 @@ protected class pwr_valuelong extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -348,11 +341,11 @@ protected class pwr_valuelong extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -385,16 +378,8 @@ protected class pwr_indsquare extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -482,7 +467,7 @@ protected class pwr_indsquare extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(293, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -493,7 +478,7 @@ protected class pwr_indsquare extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
}
......@@ -528,16 +513,8 @@ protected class pwr_valuesmall extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -625,7 +602,7 @@ protected class pwr_valuesmall extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -636,11 +613,11 @@ protected class pwr_valuesmall extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......
......@@ -31,7 +31,7 @@ public class JopcDstrendconf extends JopFrame implements JopUtilityIfc {
geInit();
}
public void geInit() {
JopSpider.setSystemName( "-i@l@@p8}");
JopSpider.setSystemName( "-i@l@@`(}");
engine.setAnimationScanTime( 500);
engine.setScanTime( 500);
size = new Dimension( 712, 131);
......@@ -117,6 +117,7 @@ class LocalPanel extends JPanel {
int colorInverse = 0;
int originalColorInverse = 0;
int shadow = 0;
boolean dimmed = false;
public void setColorTone( int colorTone) {
this.colorTone = colorTone;
originalColorTone = colorTone;
......@@ -200,15 +201,15 @@ class LocalPanel extends JPanel {
g.transform( AffineTransform.getScaleInstance( scaleWidth, scaleHeight)); // scaletest
AffineTransform save_tmp;
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "Status",10, 47);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "LogMessage",10, 70);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "ScanTime",10, 24);
g.setTransform(save);
......@@ -240,16 +241,8 @@ protected class pwr_valuelong extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -337,7 +330,7 @@ protected class pwr_valuelong extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -348,11 +341,11 @@ protected class pwr_valuelong extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -385,16 +378,8 @@ protected class pwr_indsquare extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -482,7 +467,7 @@ protected class pwr_indsquare extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(293, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -493,7 +478,7 @@ protected class pwr_indsquare extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
}
......@@ -528,16 +513,8 @@ protected class pwr_valuesmall extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -625,7 +602,7 @@ protected class pwr_valuesmall extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -636,11 +613,11 @@ protected class pwr_valuesmall extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -33,7 +33,7 @@ public class JopcMessagehandler extends JopFrame implements JopUtilityIfc {
geInit();
}
public void geInit() {
JopSpider.setSystemName( "-i@l@@p8}");
JopSpider.setSystemName( "-i@l@@`(}");
engine.setAnimationScanTime( 500);
engine.setScanTime( 500);
size = new Dimension( 711, 169);
......@@ -139,6 +139,7 @@ class LocalPanel extends JPanel {
int colorInverse = 0;
int originalColorInverse = 0;
int shadow = 0;
boolean dimmed = false;
public void setColorTone( int colorTone) {
this.colorTone = colorTone;
originalColorTone = colorTone;
......@@ -222,23 +223,23 @@ class LocalPanel extends JPanel {
g.transform( AffineTransform.getScaleInstance( scaleWidth, scaleHeight)); // scaletest
AffineTransform save_tmp;
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "Status",13, 92);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "LogMessage",13, 115);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "EventListSize",13, 24);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "EventLogSize",13, 45);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 12));
g.drawString( "MaxApplAlarms",13, 68);
g.setTransform(save);
......@@ -270,16 +271,8 @@ protected class pwr_valuesmall extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -367,7 +360,7 @@ protected class pwr_valuesmall extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -378,11 +371,11 @@ protected class pwr_valuesmall extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -423,16 +416,8 @@ protected class pwr_valuelong extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -520,7 +505,7 @@ protected class pwr_valuelong extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -531,11 +516,11 @@ protected class pwr_valuelong extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -568,16 +553,8 @@ protected class pwr_indsquare extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -665,7 +642,7 @@ protected class pwr_indsquare extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(293, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -676,7 +653,7 @@ protected class pwr_indsquare extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
}
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -46,7 +46,7 @@ public class JopcPlcthreadGen extends JopFrame implements JopUtilityIfc {
geInit();
}
public void geInit() {
JopSpider.setSystemName( "-i@l@@p8}");
JopSpider.setSystemName( "-i@l@@`(}");
engine.setAnimationScanTime( 500);
engine.setScanTime( 500);
size = new Dimension( 811, 274);
......@@ -284,6 +284,7 @@ class LocalPanel extends JPanel {
int colorInverse = 0;
int originalColorInverse = 0;
int shadow = 0;
boolean dimmed = false;
public void setColorTone( int colorTone) {
this.colorTone = colorTone;
originalColorTone = colorTone;
......@@ -367,51 +368,51 @@ class LocalPanel extends JPanel {
g.transform( AffineTransform.getScaleInstance( scaleWidth, scaleHeight)); // scaletest
AffineTransform save_tmp;
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 14));
g.drawString( "Description",20, 27);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "Prio",19, 58);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.PLAIN, 8));
g.drawString( "0",782, 209);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "ScanTime",19, 75);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "ActualScanTIme",19, 92);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "ScanTimeMin",19, 109);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "ScanTimeMean",19, 126);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "ScanTimeMax",19, 143);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "Coverage",19, 159);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "LoopCount",19, 176);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "Count 1/8",19, 193);
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont(new Font("Helvetica", Font.BOLD, 10));
g.drawString( "Count 1/4",19, 210);
g.setTransform(save);
......@@ -470,16 +471,8 @@ protected class JopButtontoggle extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -567,7 +560,7 @@ protected class JopButtontoggle extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(102, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -578,14 +571,14 @@ protected class JopButtontoggle extends GeComponent {
}
}
g.setColor(GeColor.getColor(100, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[3]);
g.setColor(GeColor.getColor(104, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor));
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed));
g.fill( shapes[4]);
{
int fcolor = GeColor.getDrawtype(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
if ( shadow != 0) {
g.setColor(GeColor.shiftColor( fcolor, -2, colorInverse));
g.fill( shapes[6]);
......@@ -594,11 +587,11 @@ protected class JopButtontoggle extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[5]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -645,16 +638,8 @@ protected class pwr_valuelong extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -742,7 +727,7 @@ protected class pwr_valuelong extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -753,11 +738,11 @@ protected class pwr_valuelong extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......@@ -798,16 +783,8 @@ protected class pwr_valuesmall extends GeComponent {
};
public void paintComponent(Graphics g1) {
animationCount = 1;
if ( dd.invisible) {
if ( !dd.invisibleOld) {
dd.invisibleOld = dd.invisible;
repaint();
}
else
dd.invisibleOld = dd.invisible;
if ( !visible)
return;
}
dd.invisibleOld = dd.invisible;
Graphics2D g = (Graphics2D) g1;
float width = getWidth();
float height = getHeight();
......@@ -895,7 +872,7 @@ protected class pwr_valuesmall extends GeComponent {
}
{
int fcolor = GeColor.getDrawtype(41, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor);
colorShift, colorIntensity, colorBrightness, colorInverse, fillColor, dimmed);
g.setColor(GeColor.getColor( fcolor));
g.fill( shapes[0]);
if ( shadow != 0) {
......@@ -906,11 +883,11 @@ protected class pwr_valuesmall extends GeComponent {
}
g.setStroke( new BasicStroke(1F));
g.setColor(GeColor.getColor(0, colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor));
colorShift, colorIntensity, colorBrightness, colorInverse, borderColor, dimmed));
g.draw( shapes[0]);
}
g.setColor(GeColor.getColor( annot1Color , colorTone,
colorShift, colorIntensity, colorBrightness, colorInverse, textColor));
colorShift, colorIntensity, colorBrightness, colorInverse, textColor, dimmed));
g.setFont( annot1Font);
save_tmp = g.getTransform();
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING,RenderingHints.VALUE_ANTIALIAS_OFF);
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -40,7 +40,9 @@ local_java_sources := \
JopcPid.java, \
JopcPlcthreadGen.java, \
JopcPlcthread.java, \
JopcPlcprocess.java
JopcPlcprocess.java, \
JopcSysmonconfig.java, \
JopcDisksup.java
-include $(pwre_sroot)/tools/bld/src/$(os_name)/$(hw_name)/$(type_name)_generic.mk
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment