问JavaFX的一个问题# Java - 爪哇娇娃
b*i
1 楼
我有两个Canvas,重叠显示。上面的透明部分可以让下面的透出来。
我现在要动态修改上方的,让原来不透明的一些点或者线变透明,怎么办?我知道如何
画有颜色的线,如下。但是画无色的线没有成功过。能否指点一二?
GraphicsContext gc = canvas.getGraphicsContext2D();
gc.setStroke(Color.BLUE);
gc.setLineWidth(5);
gc.strokeLine(x0, y0, x1, y1);// randome numbers
我现在要动态修改上方的,让原来不透明的一些点或者线变透明,怎么办?我知道如何
画有颜色的线,如下。但是画无色的线没有成功过。能否指点一二?
GraphicsContext gc = canvas.getGraphicsContext2D();
gc.setStroke(Color.BLUE);
gc.setLineWidth(5);
gc.strokeLine(x0, y0, x1, y1);// randome numbers