日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網為廣大站長提供免費收錄網站服務,提交前請做好本站友鏈:【 網站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(50元/站),

點擊這里在線咨詢客服
新站提交
  • 網站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會員:747

本文介紹了用PDFbox繪制餅圖的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我正試著用PDFbox繪制餅圖,但切片之間有白線,有人能幫我嗎?是否有此選項?

附上我正在使用的繪制圓弧的代碼:

while (start < stop) {
    List<Float> smallArc = PdfUtils.createSmallArc(a, b, radius, start, start + 
        2.0944 > stop ? stop : start + 2.0944);
    contentStream.saveGraphicsState();
    contentStream.setNonStrokingColor(components[0], components[1], 
        components[2]);
    contentStream.moveTo(smallArc.get(0), smallArc.get(1));
    contentStream.curveTo(smallArc.get(2), smallArc.get(3), smallArc.get(4), 
        smallArc.get(5), smallArc.get(6), smallArc.get(7));
    contentStream.fill();
    contentStream.restoreGraphicsState();
    start += 2.0944;
}


public static List<Float> createSmallArc(float x, float y, double r, double a1, double a2) {
    double a = (a2 - a1) / 2;
    double x4 = r * Math.cos(a);
    double y4 = r * Math.sin(a);
    double x1 = x4;
    double y1 = -y4;
    double q1 = x1 * x1 + y1 * y1;

    double q2 = q1 + x1 * x4 + y1 * y4;
    double k2 = 4 / 3d * (Math.sqrt(2 * q1 * q2) - q2) / (x1 * y4 - y1 * x4);
    double x2 = x1 - k2 * y1;
    double y2 = y1 + k2 * x1;
    double x3 = x2;
    double y3 = -y2;

    double ar = a + a1;
    double cos_ar = Math.cos(ar);
    double sin_ar = Math.sin(ar);

    List<Float> list = new ArrayList<Float>();
    list.add((float) (r * Math.cos(a1)) + x);
    list.add((float) -(r * Math.sin(a1)) + y);
    list.add((float) (x2 * cos_ar - y2 * sin_ar) + x);
    list.add((float) -(x2 * sin_ar + y2 * cos_ar) + y);
    list.add((float) (x3 * cos_ar - y3 * sin_ar) + x);
    list.add((float) -(x3 * sin_ar + y3 * cos_ar) + y);
    list.add((float) (r * Math.cos(a2)) + x);
    list.add((float) -(r * Math.sin(a2)) + y);
    return list;
}

結果附圖:

謝謝

推薦答案

不使用fill(),而是使用fillAndStroke()方法并使用與setNonStrokingColor()相同的參數調用setStrokingColor()。

這篇關于用PDFbox繪制餅圖的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,

分享到:
標簽:pdfbox 繪制
用戶無頭像

網友整理

注冊時間:

網站:5 個   小程序:0 個  文章:12 篇

  • 51998

    網站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會員

趕快注冊賬號,推廣您的網站吧!
最新入駐小程序

數獨大挑戰2018-06-03

數獨一種數學游戲,玩家需要根據9

答題星2018-06-03

您可以通過答題星輕松地創建試卷

全階人生考試2018-06-03

各種考試題,題庫,初中,高中,大學四六

運動步數有氧達人2018-06-03

記錄運動步數,積累氧氣值。還可偷

每日養生app2018-06-03

每日養生,天天健康

體育訓練成績評定2018-06-03

通用課目體育訓練成績評定