Searched refs:textBox (Results 1 – 3 of 3) sorted by relevance
48 private Rectangle textBox; field in StringBlock69 …StringBlock(String text, Rectangle textBox, BitmapFont.Align alignment, float size, ColorRGBA colo… in StringBlock() argument72 this.textBox = textBox; in StringBlock()81 this.textBox = null; in StringBlock()93 if (textBox != null) in clone()94 clone.textBox = textBox.clone(); in clone()110 return textBox; in getTextBox()113 void setTextBox(Rectangle textBox) { in setTextBox() argument114 this.textBox = textBox; in setTextBox()
172 Rectangle textBox = block.getTextBox(); in getHeight() local173 if (textBox != null) { in getHeight()174 return Math.max(height, textBox.height); in getHeight()186 Rectangle textBox = block.getTextBox(); in getLineWidth() local187 if (textBox != null) { in getLineWidth()188 return Math.max(letters.getTotalWidth(), textBox.width); in getLineWidth()
1033 <xs:element ref="Sk:textBox"/>1373 <xs:element ref="Sk:textBox"/>1485 <xs:element ref="Sk:textBox"/>1609 <xs:element ref="Sk:textBox"/>2489 <xs:element ref="Sk:textBox"/>2567 <xs:element ref="Sk:textBox"/>2682 <!-- /** textBox2685 <xs:element name="textBox" >