gpt4 book ai didi

java - AndroidPlot 和 RectRegion

转载 作者:行者123 更新时间:2023-12-01 15:13:56 26 4
gpt4 key购买 nike

我正在使用 Androidplot (v0.5.0),并且我希望绘制的系列的各个部分具有不同的颜色。我想我需要使用 RectRegion 但该区域从不显示。

XYSeries series = new SimpleXYSeries(timestamps, item.getValues(), "");  
LineAndPointFormatter seriesFmt = new LineAndPointFormatter(
Color.rgb(0, 200, 0),
Color.rgb(0, 100, 0),
Color.rgb(150, 190, 150));

XYRegionFormatter regionFmter = new XYRegionFormatter(Color.RED);
RectRegion region = new RectRegion(0, 10, 0, 10);
seriesFmt.addRegion(region, regionFmter);

我再也找不到 doco 了,但我可以从旧教程中找到我想要实现的目标的旧图像。 http://androidplot.com/w/images/thumb/1/12/RectRegions_final.jpg/398px-RectRegions_final.jpg enter image description here

最佳答案

这是生成您发布的图形的完整源代码的链接 - 希望它能提供您正在寻找的答案:)

https://androidplot.jira.com/source/browse/ANDROIDPLOT/trunk/Examples/DemoApp/src/com/androidplot/demos/XYRegionExampleActivity.java?hb=true

关于java - AndroidPlot 和 RectRegion,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11912666/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com