Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting at individual pixels...

843799Aug 24 2001 — edited Aug 27 2001
After and individual frame has been rendered, i'd like to get at the individual pixels and alter them before the frame is displayed. By overriding the canvas3d's postRender() method, i can add my own code into the rendering loop, but does anyone know how i can get the individual RGB values of the frames pixels to alter them?

Comments

DayalanP
Answer

At a high level, you need to extract all the data and add the dimensions and add the 2 dimensions to the extracted data and get them reloaded. If you are getting the History Actual & Budget from Fusion/ERP it will be less trouble to get the data back. All the input data( Budget) in PBCS will be challenge but can be managed.

Regards,

Dayalan P.

Marked as Answer by User_4RWFC · Sep 27 2020
Dornakal

Adding to Dayalan.

Here are the steps if I have to do it

Step 1: Backup the snapshot

Step 2 : Extract  the data (Planning format) in chunks so that you can manage them in excel. We separate data in Months.

Step 3: clear the data

Step 4: add the dimensions.

Step 5 : Load the extracted data

1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 24 2001
Added on Aug 24 2001
2 comments
130 views