shared
Class ASCIIPref

java.lang.Object
  |
  +--shared.DisplayPref
        |
        +--shared.ASCIIPref

public class ASCIIPref
extends DisplayPref

Provides preferences for non-graphical output.


Fields inherited from class shared.DisplayPref
ASCIIDisplay, defaultDisplayPref, DisplayLandscape, DisplayPortrait, DotGraphDisplay, DotPostscriptDisplay, EviVizDisplay, RatioDefault, RatioFill, RuleVizDisplay, TableVizDisplay, TreeVizDisplay
 
Constructor Summary
ASCIIPref()
          Constructor.
 
Method Summary
 ASCIIPref typecast_to_ASCII()
          Casts this object to an ASCII preference object.
 
Methods inherited from class shared.DisplayPref
get_display_backfit_disks, get_graph_size_x, get_graph_size_y, get_orientation, get_page_size_x, get_page_size_y, get_ratio, preference_type, set_display_backfit_disks, set_graph_size, set_orientation, set_page_size, set_preference_type, set_ratio, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASCIIPref

public ASCIIPref()
Constructor.
Method Detail

typecast_to_ASCII

public ASCIIPref typecast_to_ASCII()
Casts this object to an ASCII preference object.
Returns:
A reference to this object.