Bug 508723 - [Table] Table must allows to display column header and their text with an angle
Summary: [Table] Table must allows to display column header and their text with an angle
Status: NEW
Alias: None
Product: Papyrus
Classification: Modeling
Component: Table (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-06 04:52 EST by Vincent Lorenzo CLA
Modified: 2016-12-06 04:52 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vincent Lorenzo CLA 2016-12-06 04:52:08 EST
Table must allows to display column header and their text with an angle. 

The method will probably use this kind of code 
Transform tr = new Transform(display);
tr.rotate(-90);
gc.setTransform(tr);

gc.drawText("Text", x, y);

In the best way, it should be provided by NatTable itself and used by Papyrus.