mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 17:04:42 -04:00
added a comment
This commit is contained in:
parent
ad8b524d5f
commit
9d7cc23c47
@ -10,6 +10,7 @@ import de.neemann.digital.core.Value;
|
|||||||
import java.awt.*;
|
import java.awt.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
* Defines the styles (color, line thickness, font size and style) which are used to draw the circuit.
|
||||||
*/
|
*/
|
||||||
public final class Style {
|
public final class Style {
|
||||||
/**
|
/**
|
||||||
@ -19,7 +20,7 @@ public final class Style {
|
|||||||
/**
|
/**
|
||||||
* thickness of thin lines
|
* thickness of thin lines
|
||||||
*/
|
*/
|
||||||
public static final int LINETHIN = MAXLINETHICK / 2;
|
private static final int LINETHIN = MAXLINETHICK / 2;
|
||||||
|
|
||||||
private static final int WIRETHICK = MAXLINETHICK;
|
private static final int WIRETHICK = MAXLINETHICK;
|
||||||
private static final int LINETHICK = MAXLINETHICK;
|
private static final int LINETHICK = MAXLINETHICK;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user