[vtkusers] set chart 3D geometry in Java

James Labiak jim at jslengineeringsoftware.com
Tue Dec 9 19:40:20 EST 2014


Unfortunately my project forces me to use Java. What would be an alternative to create surface plots similar to vtkchartxyz without those methods?
Thanks,
Jim

> On Dec 9, 2014, at 7:30 PM, David Gobbi <david.gobbi at gmail.com> wrote:
> 
> It is not wrapped in Java, but it is wrapped in Python.  The same is true for all methods that use vtkVector, vtkRect, or vtkColor.
> 
>  - David
> 
>> On Tue, Dec 9, 2014 at 5:17 PM, Sebastien Jourdain <sebastien.jourdain at kitware.com> wrote:
>> That method is probably not wrapped, hence the issue.
>> 
>> Seb
>> 
>>> On Tue, Dec 9, 2014 at 9:46 AM, James Labiak <jim at jslengineeringsoftware.com> wrote:
>>> For vtkChartXYZ, I cannot seem to find the Java equivalent of the SetGeometry method in C like the code below. I must be missing something. Does anyone have any suggestions?
>>> 
>>> vtkNew<vtkChartXYZ> chart;
>>> chart->SetGeometry(vtkRectf(75.0, 20.0, 250, 260));
>>> 
>>> Thanks,
>>> Jim
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20141209/b59d4014/attachment.html>


More information about the vtkusers mailing list