Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

virtuoso.asaph.util.render
Class TextFragment  view TextFragment download TextFragment.java

java.lang.Object
  extended byvirtuoso.asaph.util.render.TextFragment

public class TextFragment
extends java.lang.Object

A fragment of text to render


Field Summary
private  boolean isComment_
           
private  float position_
           
private  java.lang.String str_
           
 
Constructor Summary
(package private) TextFragment(java.lang.String str, float pos, boolean isComment)
          Constructor
 
Method Summary
 float getPosition()
          Get the position
 java.lang.String getString()
          Get the string
 boolean isComment()
          Is this a comment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

str_

private java.lang.String str_

position_

private float position_

isComment_

private boolean isComment_
Constructor Detail

TextFragment

TextFragment(java.lang.String str,
             float pos,
             boolean isComment)
Constructor

Method Detail

getString

public java.lang.String getString()
Get the string


getPosition

public float getPosition()
Get the position


isComment

public boolean isComment()
Is this a comment