ilog.views.maps.label
Class IlvMapAreaLabel.ParameterRecord

java.lang.Object
  extended by ilog.views.maps.label.IlvMapAreaLabel.ParameterRecord
Enclosing class:
IlvMapAreaLabel

public static class IlvMapAreaLabel.ParameterRecord
extends Object

Class holding parameters for IlvMapAreaLabel instances.

Since:
JViews 7.5

Field Summary
 int clutterDistance
          Minimum distance between label bounding boxes.
 int imageLabelVerticalSpacing
          Vertical offset between text and image.
 boolean labelEvenIfLarger
          Display labels if they do not fit inside the area.
 int polylineThreshold
          Polyline simplification parameter (minimum distance between points).
 
Constructor Summary
IlvMapAreaLabel.ParameterRecord()
          Creates a new ParameterRecord.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clutterDistance

public int clutterDistance
Minimum distance between label bounding boxes.


polylineThreshold

public int polylineThreshold
Polyline simplification parameter (minimum distance between points).


imageLabelVerticalSpacing

public int imageLabelVerticalSpacing
Vertical offset between text and image.


labelEvenIfLarger

public boolean labelEvenIfLarger
Display labels if they do not fit inside the area.

Constructor Detail

IlvMapAreaLabel.ParameterRecord

public IlvMapAreaLabel.ParameterRecord()
Creates a new ParameterRecord.



Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.