无法实例化图例类

时间:2018-07-10 11:49:03

标签: class legend

我正在使用Barchart(在NetBeans JavaFX上),并且正在自定义条形的颜色(一切正常!),但是,图例的颜色并未跟随条形的颜色(我已经在此处的另一篇文章中看到了)如何设置图例来做到这一点)...

这是一段代码:

for quote in response.xpath('//div[contains(@class, "post")]'):
    yield {
        'author': quote.xpath('.//div[@class="post-author"]/text()').extract_first(),
        'pdfs': quote.xpath('.//here/I'm/not/sure/in/expression/text()').extract_first(),
    }

问题是: NetBeans不会导入该类。我已经将它放在我的媒体库(for (Node n : lineChart.getChildrenUnmodifiable()) { if (n instanceof Legend) { final Legend legend = (Legend) n; )中,但是它不会导入。

传奇图书馆

Legend Libary

我做错什么了吗? 知道发生了什么吗? 我正在使用NetBeans 8.2(最新Beta版)

0 个答案:

没有答案