示例#1
0
 /** [Advanced] */
 public RenderingHints getRenderingHints() {
   Graphics2D g = getG();
   return g == null ? null : g.getRenderingHints();
 }