Class
zebkit.draw.CutStringRender
extends <zebkit.draw.StringRender> |
<zebkit.draw> |
Render to visualize string whose width is greater than available or specified width.
Inherited methods:
calcLineWidth( )
getBottom( )
getLeft( )
getLine(l)
getLineHeight( )
getLines( )
getLineSize(line)
getMaxOffset( )
getPreferredSize( )
getRight( )
getTop( )
getValue( )
invalidate( )
ownerChanged(v)
paint(g, x, y, w, h, c)
resizeFont(size)
restyleFont(style)
setColor(c)
setFont(f)
setValue(o)
valueWasChanged(o, n)
Inherited attributes:
public
String
color
public
zebkit.Font
font
public
Integer
lineIndent
protected
zebkit.layout.Layoutable
owner
protected
Integer
stringWidth
public
Object
target




public
<Integer>
maxWidth
Maximal width of the string in pixels. By default the attribute is set to -1. |