rotate html formatted text (java) object

1 view (last 30 days)
Hi,
I am creating a multi line text object which is formatted by html, see sample code below:
d = dialog ( 'windowstyle', 'normal' );
jv=javacomponent('javax.swing.JLabel',[100 100 100 100],d)
set ( jv, 'text', '<HTML><FONT color="RED">line 1<br/>line 2</FONT></html>' )
I cant work out how to rotate the above object by 90 degrees so that the text could be read vertically (for example like a ylabel on a plot) - any help much appreciated.
I'm using r2009b (PC), can upgrade to r2010b but not any more recent.

Accepted Answer

Robert Cumming
Robert Cumming on 19 Jan 2012
FYI: I have yet to find a javacomponent solution to this, I have instead made a number of different rotated text objects to which I can define each color individually. - as the aim in the original question was to use html to (color) format multi line text

More Answers (0)

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!