Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
proview
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Esteban Blanc
proview
Commits
f1e167a4
Commit
f1e167a4
authored
Feb 25, 2005
by
claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dimmed arg in getColor
parent
336eba38
Changes
68
Show whitespace changes
Inline
Side-by-side
Showing
68 changed files
with
450 additions
and
448 deletions
+450
-448
java/jpwr/beans/src/JopArrow.java
java/jpwr/beans/src/JopArrow.java
+2
-2
java/jpwr/beans/src/JopButtonset.java
java/jpwr/beans/src/JopButtonset.java
+4
-4
java/jpwr/beans/src/JopButtontoggle.java
java/jpwr/beans/src/JopButtontoggle.java
+3
-3
java/jpwr/beans/src/JopCheckvalve.java
java/jpwr/beans/src/JopCheckvalve.java
+3
-3
java/jpwr/beans/src/JopFilter.java
java/jpwr/beans/src/JopFilter.java
+3
-3
java/jpwr/beans/src/JopFramemedium.java
java/jpwr/beans/src/JopFramemedium.java
+4
-4
java/jpwr/beans/src/JopFrameroundcorners.java
java/jpwr/beans/src/JopFrameroundcorners.java
+12
-12
java/jpwr/beans/src/JopFramethick.java
java/jpwr/beans/src/JopFramethick.java
+4
-4
java/jpwr/beans/src/JopFramethin.java
java/jpwr/beans/src/JopFramethin.java
+4
-4
java/jpwr/beans/src/JopHydraulicpump.java
java/jpwr/beans/src/JopHydraulicpump.java
+4
-4
java/jpwr/beans/src/JopIndround.java
java/jpwr/beans/src/JopIndround.java
+3
-2
java/jpwr/beans/src/JopIndroundlarge.java
java/jpwr/beans/src/JopIndroundlarge.java
+4
-4
java/jpwr/beans/src/JopIndsoap.java
java/jpwr/beans/src/JopIndsoap.java
+12
-12
java/jpwr/beans/src/JopIndsquare.java
java/jpwr/beans/src/JopIndsquare.java
+2
-2
java/jpwr/beans/src/JopIndsquarelarge.java
java/jpwr/beans/src/JopIndsquarelarge.java
+3
-3
java/jpwr/beans/src/JopMotor.java
java/jpwr/beans/src/JopMotor.java
+2
-2
java/jpwr/beans/src/JopPressuregauge.java
java/jpwr/beans/src/JopPressuregauge.java
+5
-5
java/jpwr/beans/src/JopPressureswitch.java
java/jpwr/beans/src/JopPressureswitch.java
+2
-2
java/jpwr/beans/src/JopReleasevalve.java
java/jpwr/beans/src/JopReleasevalve.java
+9
-9
java/jpwr/beans/src/JopReleasevalveright.java
java/jpwr/beans/src/JopReleasevalveright.java
+9
-9
java/jpwr/beans/src/JopReliefgray.java
java/jpwr/beans/src/JopReliefgray.java
+10
-10
java/jpwr/beans/src/JopReliefmedium.java
java/jpwr/beans/src/JopReliefmedium.java
+5
-5
java/jpwr/beans/src/JopReliefroundcornersgray.java
java/jpwr/beans/src/JopReliefroundcornersgray.java
+22
-22
java/jpwr/beans/src/JopReliefroundcornersmedium.java
java/jpwr/beans/src/JopReliefroundcornersmedium.java
+19
-19
java/jpwr/beans/src/JopReliefroundcornersthick.java
java/jpwr/beans/src/JopReliefroundcornersthick.java
+19
-19
java/jpwr/beans/src/JopReliefthick.java
java/jpwr/beans/src/JopReliefthick.java
+5
-5
java/jpwr/beans/src/JopReliefthin.java
java/jpwr/beans/src/JopReliefthin.java
+5
-5
java/jpwr/beans/src/JopRoundbutton.java
java/jpwr/beans/src/JopRoundbutton.java
+11
-11
java/jpwr/beans/src/JopSoapbutton.java
java/jpwr/beans/src/JopSoapbutton.java
+12
-12
java/jpwr/beans/src/JopSpeedswitch.java
java/jpwr/beans/src/JopSpeedswitch.java
+5
-5
java/jpwr/beans/src/JopTank.java
java/jpwr/beans/src/JopTank.java
+7
-7
java/jpwr/beans/src/JopValve.java
java/jpwr/beans/src/JopValve.java
+2
-2
java/jpwr/beans/src/JopValvecontrol.java
java/jpwr/beans/src/JopValvecontrol.java
+5
-5
java/jpwr/beans/src/JopValvemanuel.java
java/jpwr/beans/src/JopValvemanuel.java
+4
-4
src/jpwr/beans/src/JopArrow.java
src/jpwr/beans/src/JopArrow.java
+2
-2
src/jpwr/beans/src/JopButtonset.java
src/jpwr/beans/src/JopButtonset.java
+4
-4
src/jpwr/beans/src/JopButtontoggle.java
src/jpwr/beans/src/JopButtontoggle.java
+3
-3
src/jpwr/beans/src/JopCheckvalve.java
src/jpwr/beans/src/JopCheckvalve.java
+3
-3
src/jpwr/beans/src/JopFilter.java
src/jpwr/beans/src/JopFilter.java
+3
-3
src/jpwr/beans/src/JopFramemedium.java
src/jpwr/beans/src/JopFramemedium.java
+4
-4
src/jpwr/beans/src/JopFrameroundcorners.java
src/jpwr/beans/src/JopFrameroundcorners.java
+12
-12
src/jpwr/beans/src/JopFramethick.java
src/jpwr/beans/src/JopFramethick.java
+4
-4
src/jpwr/beans/src/JopFramethin.java
src/jpwr/beans/src/JopFramethin.java
+4
-4
src/jpwr/beans/src/JopHydraulicpump.java
src/jpwr/beans/src/JopHydraulicpump.java
+4
-4
src/jpwr/beans/src/JopIndround.java
src/jpwr/beans/src/JopIndround.java
+3
-2
src/jpwr/beans/src/JopIndroundlarge.java
src/jpwr/beans/src/JopIndroundlarge.java
+4
-4
src/jpwr/beans/src/JopIndsoap.java
src/jpwr/beans/src/JopIndsoap.java
+12
-12
src/jpwr/beans/src/JopIndsquare.java
src/jpwr/beans/src/JopIndsquare.java
+2
-2
src/jpwr/beans/src/JopIndsquarelarge.java
src/jpwr/beans/src/JopIndsquarelarge.java
+3
-3
src/jpwr/beans/src/JopMotor.java
src/jpwr/beans/src/JopMotor.java
+2
-2
src/jpwr/beans/src/JopPressuregauge.java
src/jpwr/beans/src/JopPressuregauge.java
+5
-5
src/jpwr/beans/src/JopPressureswitch.java
src/jpwr/beans/src/JopPressureswitch.java
+2
-2
src/jpwr/beans/src/JopReleasevalve.java
src/jpwr/beans/src/JopReleasevalve.java
+9
-9
src/jpwr/beans/src/JopReleasevalveright.java
src/jpwr/beans/src/JopReleasevalveright.java
+9
-9
src/jpwr/beans/src/JopReliefgray.java
src/jpwr/beans/src/JopReliefgray.java
+10
-10
src/jpwr/beans/src/JopReliefmedium.java
src/jpwr/beans/src/JopReliefmedium.java
+5
-5
src/jpwr/beans/src/JopReliefroundcornersgray.java
src/jpwr/beans/src/JopReliefroundcornersgray.java
+22
-22
src/jpwr/beans/src/JopReliefroundcornersmedium.java
src/jpwr/beans/src/JopReliefroundcornersmedium.java
+19
-19
src/jpwr/beans/src/JopReliefroundcornersthick.java
src/jpwr/beans/src/JopReliefroundcornersthick.java
+19
-19
src/jpwr/beans/src/JopReliefthick.java
src/jpwr/beans/src/JopReliefthick.java
+5
-5
src/jpwr/beans/src/JopReliefthin.java
src/jpwr/beans/src/JopReliefthin.java
+5
-5
src/jpwr/beans/src/JopRoundbutton.java
src/jpwr/beans/src/JopRoundbutton.java
+11
-11
src/jpwr/beans/src/JopSoapbutton.java
src/jpwr/beans/src/JopSoapbutton.java
+12
-12
src/jpwr/beans/src/JopSpeedswitch.java
src/jpwr/beans/src/JopSpeedswitch.java
+5
-5
src/jpwr/beans/src/JopTank.java
src/jpwr/beans/src/JopTank.java
+7
-7
src/jpwr/beans/src/JopValve.java
src/jpwr/beans/src/JopValve.java
+2
-2
src/jpwr/beans/src/JopValvecontrol.java
src/jpwr/beans/src/JopValvecontrol.java
+5
-5
src/jpwr/beans/src/JopValvemanuel.java
src/jpwr/beans/src/JopValvemanuel.java
+4
-4
No files found.
java/jpwr/beans/src/JopArrow.java
View file @
f1e167a4
...
...
@@ -135,11 +135,11 @@ public class JopArrow extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
2
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopButtonset.java
View file @
f1e167a4
...
...
@@ -263,17 +263,17 @@ public class JopButtonset extends JComponent implements JopDynamic, JopConfirm,
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
22
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
20
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
23
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
annot1Font
);
...
...
java/jpwr/beans/src/JopButtontoggle.java
View file @
f1e167a4
...
...
@@ -226,13 +226,13 @@ public class JopButtontoggle extends JComponent implements JopDynamic, ActionLis
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
22
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
20
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
23
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
borderColor
));
...
...
java/jpwr/beans/src/JopCheckvalve.java
View file @
f1e167a4
...
...
@@ -138,15 +138,15 @@ public class JopCheckvalve extends JComponent {
height
/
original_height
));
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopFilter.java
View file @
f1e167a4
...
...
@@ -178,15 +178,15 @@ public class JopFilter extends JComponent implements JopDynamic, ActionListener{
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopFramemedium.java
View file @
f1e167a4
...
...
@@ -138,16 +138,16 @@ public class JopFramemedium extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopFrameroundcorners.java
View file @
f1e167a4
...
...
@@ -147,51 +147,51 @@ public class JopFrameroundcorners extends JComponent {
height
/
original_height
));
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
7
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
8
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
9
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
10
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
11
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopFramethick.java
View file @
f1e167a4
...
...
@@ -138,16 +138,16 @@ public class JopFramethick extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopFramethin.java
View file @
f1e167a4
...
...
@@ -139,19 +139,19 @@ public class JopFramethin extends JComponent {
height
/
original_height
));
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
24
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
24
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
10
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
10
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopHydraulicpump.java
View file @
f1e167a4
...
...
@@ -179,19 +179,19 @@ public class JopHydraulicpump extends JComponent implements JopDynamic, ActionLi
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopIndround.java
View file @
f1e167a4
...
...
@@ -178,12 +178,12 @@ public class JopIndround extends JComponent implements JopDynamic, ActionListene
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
@@ -237,3 +237,4 @@ public class JopIndround extends JComponent implements JopDynamic, ActionListene
return
null
;
}
}
java/jpwr/beans/src/JopIndroundlarge.java
View file @
f1e167a4
...
...
@@ -180,18 +180,18 @@ public class JopIndroundlarge extends JComponent implements JopDynamic, ActionLi
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
97
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
90
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopIndsoap.java
View file @
f1e167a4
...
...
@@ -192,48 +192,48 @@ public class JopIndsoap extends JComponent implements JopDynamic, ActionListener
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
((
Arc2D
)
shapes
[
4
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
((
Arc2D
)
shapes
[
4
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
((
Arc2D
)
shapes
[
5
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
((
Arc2D
)
shapes
[
5
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
97
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
90
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
annot1Font
);
...
...
java/jpwr/beans/src/JopIndsquare.java
View file @
f1e167a4
...
...
@@ -177,11 +177,11 @@ public class JopIndsquare extends JComponent implements JopDynamic, ActionListen
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopIndsquarelarge.java
View file @
f1e167a4
...
...
@@ -178,14 +178,14 @@ public class JopIndsquarelarge extends JComponent implements JopDynamic, ActionL
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
95
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopMotor.java
View file @
f1e167a4
...
...
@@ -178,12 +178,12 @@ public class JopMotor extends JComponent implements JopDynamic, ActionListener{
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
23
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
new
Font
(
"Helvetica"
,
Font
.
PLAIN
,
14
));
...
...
java/jpwr/beans/src/JopPressuregauge.java
View file @
f1e167a4
...
...
@@ -138,23 +138,23 @@ public class JopPressuregauge extends JComponent {
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopPressureswitch.java
View file @
f1e167a4
...
...
@@ -135,11 +135,11 @@ public class JopPressureswitch extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReleasevalve.java
View file @
f1e167a4
...
...
@@ -183,38 +183,38 @@ public class JopReleasevalve extends JComponent implements JopDynamic, ActionLis
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReleasevalveright.java
View file @
f1e167a4
...
...
@@ -183,38 +183,38 @@ public class JopReleasevalveright extends JComponent implements JopDynamic, Acti
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReliefgray.java
View file @
f1e167a4
...
...
@@ -144,34 +144,34 @@ public class JopReliefgray extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
15
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setColor
(
GeColor
.
getColor
(
10
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReliefmedium.java
View file @
f1e167a4
...
...
@@ -139,19 +139,19 @@ public class JopReliefmedium extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReliefroundcornersgray.java
View file @
f1e167a4
...
...
@@ -156,70 +156,70 @@ public class JopReliefroundcornersgray extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
18
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
15
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
15
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
g
.
setColor
(
GeColor
.
getColor
(
18
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
10
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
11
]);
g
.
setColor
(
GeColor
.
getColor
(
10
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
12
]);
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
13
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
14
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
15
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
16
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
17
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
18
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
19
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
20
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
21
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReliefroundcornersmedium.java
View file @
f1e167a4
...
...
@@ -153,61 +153,61 @@ public class JopReliefroundcornersmedium extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
20
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
10
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
11
]);
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
12
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
13
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
14
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
15
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
16
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
17
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
18
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReliefroundcornersthick.java
View file @
f1e167a4
...
...
@@ -153,61 +153,61 @@ public class JopReliefroundcornersthick extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
10
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
11
]);
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
12
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
13
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
14
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
15
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
16
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
17
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
18
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReliefthick.java
View file @
f1e167a4
...
...
@@ -139,19 +139,19 @@ public class JopReliefthick extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopReliefthin.java
View file @
f1e167a4
...
...
@@ -139,19 +139,19 @@ public class JopReliefthin extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopRoundbutton.java
View file @
f1e167a4
...
...
@@ -268,44 +268,44 @@ public class JopRoundbutton extends JComponent implements JopDynamic, JopConfirm
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
8
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
((
Arc2D
)
shapes
[
6
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
90
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
((
Arc2D
)
shapes
[
6
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
((
Arc2D
)
shapes
[
7
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
92
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
((
Arc2D
)
shapes
[
7
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
91
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
annot1Font
);
...
...
java/jpwr/beans/src/JopSoapbutton.java
View file @
f1e167a4
...
...
@@ -269,48 +269,48 @@ public class JopSoapbutton extends JComponent implements JopDynamic, JopConfirm,
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
((
Arc2D
)
shapes
[
4
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
((
Arc2D
)
shapes
[
4
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
((
Arc2D
)
shapes
[
5
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
((
Arc2D
)
shapes
[
5
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
73
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
70
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
annot1Font
);
...
...
java/jpwr/beans/src/JopSpeedswitch.java
View file @
f1e167a4
...
...
@@ -180,23 +180,23 @@ public class JopSpeedswitch extends JComponent implements JopDynamic, ActionList
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
43
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopTank.java
View file @
f1e167a4
...
...
@@ -139,33 +139,33 @@ public class JopTank extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
1
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
((
Arc2D
)
shapes
[
1
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
((
Arc2D
)
shapes
[
2
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
((
Arc2D
)
shapes
[
2
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopValve.java
View file @
f1e167a4
...
...
@@ -177,11 +177,11 @@ public class JopValve extends JComponent implements JopDynamic, ActionListener{
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopValvecontrol.java
View file @
f1e167a4
...
...
@@ -179,22 +179,22 @@ public class JopValvecontrol extends JComponent implements JopDynamic, ActionLis
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
java/jpwr/beans/src/JopValvemanuel.java
View file @
f1e167a4
...
...
@@ -179,19 +179,19 @@ public class JopValvemanuel extends JComponent implements JopDynamic, ActionList
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopArrow.java
View file @
f1e167a4
...
...
@@ -135,11 +135,11 @@ public class JopArrow extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
2
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopButtonset.java
View file @
f1e167a4
...
...
@@ -263,17 +263,17 @@ public class JopButtonset extends JComponent implements JopDynamic, JopConfirm,
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
22
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
20
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
23
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
annot1Font
);
...
...
src/jpwr/beans/src/JopButtontoggle.java
View file @
f1e167a4
...
...
@@ -226,13 +226,13 @@ public class JopButtontoggle extends JComponent implements JopDynamic, ActionLis
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
22
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
20
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
23
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
borderColor
));
...
...
src/jpwr/beans/src/JopCheckvalve.java
View file @
f1e167a4
...
...
@@ -138,15 +138,15 @@ public class JopCheckvalve extends JComponent {
height
/
original_height
));
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopFilter.java
View file @
f1e167a4
...
...
@@ -178,15 +178,15 @@ public class JopFilter extends JComponent implements JopDynamic, ActionListener{
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopFramemedium.java
View file @
f1e167a4
...
...
@@ -138,16 +138,16 @@ public class JopFramemedium extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopFrameroundcorners.java
View file @
f1e167a4
...
...
@@ -147,51 +147,51 @@ public class JopFrameroundcorners extends JComponent {
height
/
original_height
));
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
7
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
8
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
9
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
10
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
11
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopFramethick.java
View file @
f1e167a4
...
...
@@ -138,16 +138,16 @@ public class JopFramethick extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopFramethin.java
View file @
f1e167a4
...
...
@@ -139,19 +139,19 @@ public class JopFramethin extends JComponent {
height
/
original_height
));
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
24
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
24
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
10
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
10
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopHydraulicpump.java
View file @
f1e167a4
...
...
@@ -179,19 +179,19 @@ public class JopHydraulicpump extends JComponent implements JopDynamic, ActionLi
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopIndround.java
View file @
f1e167a4
...
...
@@ -178,12 +178,12 @@ public class JopIndround extends JComponent implements JopDynamic, ActionListene
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
@@ -237,3 +237,4 @@ public class JopIndround extends JComponent implements JopDynamic, ActionListene
return
null
;
}
}
src/jpwr/beans/src/JopIndroundlarge.java
View file @
f1e167a4
...
...
@@ -180,18 +180,18 @@ public class JopIndroundlarge extends JComponent implements JopDynamic, ActionLi
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
97
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
90
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopIndsoap.java
View file @
f1e167a4
...
...
@@ -192,48 +192,48 @@ public class JopIndsoap extends JComponent implements JopDynamic, ActionListener
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
((
Arc2D
)
shapes
[
4
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
((
Arc2D
)
shapes
[
4
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
((
Arc2D
)
shapes
[
5
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
((
Arc2D
)
shapes
[
5
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
97
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
90
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
annot1Font
);
...
...
src/jpwr/beans/src/JopIndsquare.java
View file @
f1e167a4
...
...
@@ -177,11 +177,11 @@ public class JopIndsquare extends JComponent implements JopDynamic, ActionListen
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopIndsquarelarge.java
View file @
f1e167a4
...
...
@@ -178,14 +178,14 @@ public class JopIndsquarelarge extends JComponent implements JopDynamic, ActionL
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
96
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
95
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopMotor.java
View file @
f1e167a4
...
...
@@ -178,12 +178,12 @@ public class JopMotor extends JComponent implements JopDynamic, ActionListener{
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
23
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
new
Font
(
"Helvetica"
,
Font
.
PLAIN
,
14
));
...
...
src/jpwr/beans/src/JopPressuregauge.java
View file @
f1e167a4
...
...
@@ -138,23 +138,23 @@ public class JopPressuregauge extends JComponent {
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopPressureswitch.java
View file @
f1e167a4
...
...
@@ -135,11 +135,11 @@ public class JopPressureswitch extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReleasevalve.java
View file @
f1e167a4
...
...
@@ -183,38 +183,38 @@ public class JopReleasevalve extends JComponent implements JopDynamic, ActionLis
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReleasevalveright.java
View file @
f1e167a4
...
...
@@ -183,38 +183,38 @@ public class JopReleasevalveright extends JComponent implements JopDynamic, Acti
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReliefgray.java
View file @
f1e167a4
...
...
@@ -144,34 +144,34 @@ public class JopReliefgray extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
15
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setColor
(
GeColor
.
getColor
(
10
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReliefmedium.java
View file @
f1e167a4
...
...
@@ -139,19 +139,19 @@ public class JopReliefmedium extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReliefroundcornersgray.java
View file @
f1e167a4
...
...
@@ -156,70 +156,70 @@ public class JopReliefroundcornersgray extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
18
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
15
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
15
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
g
.
setColor
(
GeColor
.
getColor
(
18
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
10
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
11
]);
g
.
setColor
(
GeColor
.
getColor
(
10
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
12
]);
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
13
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
14
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
15
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
16
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
17
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
18
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
19
]);
g
.
setColor
(
GeColor
.
getColor
(
16
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
20
]);
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
21
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReliefroundcornersmedium.java
View file @
f1e167a4
...
...
@@ -153,61 +153,61 @@ public class JopReliefroundcornersmedium extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
20
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
10
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
11
]);
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
12
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
13
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
14
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
15
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
16
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
17
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
18
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReliefroundcornersthick.java
View file @
f1e167a4
...
...
@@ -153,61 +153,61 @@ public class JopReliefroundcornersthick extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
10
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
11
]);
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
12
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
13
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
14
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
15
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
16
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
17
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
18
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReliefthick.java
View file @
f1e167a4
...
...
@@ -139,19 +139,19 @@ public class JopReliefthick extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopReliefthin.java
View file @
f1e167a4
...
...
@@ -139,19 +139,19 @@ public class JopReliefthin extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
30
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
32
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
33
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
31
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopRoundbutton.java
View file @
f1e167a4
...
...
@@ -268,44 +268,44 @@ public class JopRoundbutton extends JComponent implements JopDynamic, JopConfirm
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
12
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
11
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
17
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
g
.
setColor
(
GeColor
.
getColor
(
8
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
((
Arc2D
)
shapes
[
6
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
90
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
6
]);
((
Arc2D
)
shapes
[
6
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
((
Arc2D
)
shapes
[
7
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
92
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
7
]);
((
Arc2D
)
shapes
[
7
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
14
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
91
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
annot1Font
);
...
...
src/jpwr/beans/src/JopSoapbutton.java
View file @
f1e167a4
...
...
@@ -269,48 +269,48 @@ public class JopSoapbutton extends JComponent implements JopDynamic, JopConfirm,
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
13
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
3
]);
((
Arc2D
)
shapes
[
4
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
4
]);
((
Arc2D
)
shapes
[
4
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
((
Arc2D
)
shapes
[
5
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
5
]);
((
Arc2D
)
shapes
[
5
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
5
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
6
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
7
]);
g
.
setColor
(
GeColor
.
getColor
(
73
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
8
]);
g
.
setColor
(
GeColor
.
getColor
(
70
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
9
]);
g
.
setColor
(
Color
.
black
);
g
.
setFont
(
annot1Font
);
...
...
src/jpwr/beans/src/JopSpeedswitch.java
View file @
f1e167a4
...
...
@@ -180,23 +180,23 @@ public class JopSpeedswitch extends JComponent implements JopDynamic, ActionList
height
/
original_height
));
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
43
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
0
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
fill
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopTank.java
View file @
f1e167a4
...
...
@@ -139,33 +139,33 @@ public class JopTank extends JComponent {
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
((
Arc2D
)
shapes
[
1
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
((
Arc2D
)
shapes
[
1
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
((
Arc2D
)
shapes
[
2
]).
setArcType
(
Arc2D
.
PIE
);
g
.
setColor
(
GeColor
.
getColor
(
72
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
2
]);
((
Arc2D
)
shapes
[
2
]).
setArcType
(
Arc2D
.
OPEN
);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
3
]);
g
.
setStroke
(
new
BasicStroke
(
2
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
4
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopValve.java
View file @
f1e167a4
...
...
@@ -177,11 +177,11 @@ public class JopValve extends JComponent implements JopDynamic, ActionListener{
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopValvecontrol.java
View file @
f1e167a4
...
...
@@ -179,22 +179,22 @@ public class JopValvecontrol extends JComponent implements JopDynamic, ActionLis
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
src/jpwr/beans/src/JopValvemanuel.java
View file @
f1e167a4
...
...
@@ -179,19 +179,19 @@ public class JopValvemanuel extends JComponent implements JopDynamic, ActionList
g
.
transform
(
AffineTransform
.
getScaleInstance
(
width
/
original_width
,
height
/
original_height
));
g
.
setColor
(
GeColor
.
getColor
(
21
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
fillColor
,
false
));
g
.
fill
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
0
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
1
]);
g
.
setStroke
(
new
BasicStroke
(
1
F
));
g
.
setColor
(
GeColor
.
getColor
(
0
,
colorTone
,
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
));
colorShift
,
colorIntensity
,
colorBrightness
,
colorInverse
,
borderColor
,
false
));
g
.
draw
(
shapes
[
2
]);
g
.
setTransform
(
save
);
}
...
...
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