sub_arctic.text
Class marker

java.lang.Object
  |
  +--sub_arctic.text.run
        |
        +--sub_arctic.text.marker

public class marker
extends run

This is the class that holds the information about a point in a a structure.


Fields inherited from class sub_arctic.text.run
_next, _prev
 
Method Summary
 int width()
          Width of this object in pixels.
 
Methods inherited from class sub_arctic.text.run
next, prev
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

width

public int width()
Width of this object in pixels. Markers never take up an screen space.
Overrides:
width in class run