示例#1
0
  private void initialize() {
    leftMarkers(true);
    leftThick(true);
    bottomMarkers(true);
    bottomThick(true);

    options.setPchDefault(gOpts -> Index.wrap(0, 3));
    options.setColorDefault(gOpts -> new Color[] {new Color(240, 240, 240)});
  }