y.view
Class YRenderingHints

java.lang.Object
  |
  +--y.view.YRenderingHints

public class YRenderingHints
extends Object

Provides rendering hint keys whose associated values may be interpreted by NodeRealizer, EdgeRealizer and other objects that are drawn within a Graph2DView..


Field Summary
static RenderingHints.Key PAINT_DETAIL_THRESHOLD_KEY
          A key whose associated value must be of type Double.
 
Constructor Summary
YRenderingHints()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PAINT_DETAIL_THRESHOLD_KEY

public static RenderingHints.Key PAINT_DETAIL_THRESHOLD_KEY
A key whose associated value must be of type Double. The value is interpreted as a threshold value of the graphics context scale value. If the actual scale value is smalled than the threshold then the client is requested to draw in an inexpensive less detailed mode. Otherwise the client is requested to draw in normal mode.

See Also:
Graph2DView.setPaintDetailThreshold(double)
Constructor Detail

YRenderingHints

public YRenderingHints()

© Copyright 2000-2003,
yWorks GmbH.
All rights reserved.

2003