Aded puck detection using Esera
This commit is contained in:
@@ -211,10 +211,16 @@ public class Puck extends DeviceBase {
|
||||
}
|
||||
|
||||
Font getLabelFont() {
|
||||
if (plotRect != null){
|
||||
return new Font("Times New Roman", Font.BOLD, 18);
|
||||
}
|
||||
return new Font("Times New Roman", Font.BOLD, 12);
|
||||
}
|
||||
|
||||
Font getIdFont() {
|
||||
if (plotRect != null){
|
||||
return new Font("Times New Roman", Font.PLAIN, 12);
|
||||
}
|
||||
return new Font("Times New Roman", Font.PLAIN, 9);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user