Class Loglogistic

  • All Implemented Interfaces:
    Destroyable, GlobalInfoSupporter, LoggingLevelHandler, LoggingSupporter, OptionHandler, ShallowCopySupporter<Paintlet>, SizeOfHandler, AntiAliasingSupporter, Paintlet, Serializable

    public class Loglogistic
    extends AbstractProbabilityPaintlet
    paints the transformed loglogistic distribution

    Valid options are:

    -D <int> (property: debugLevel)
        The greater the number the more additional info the scheme may output to
        the console (0 = off).
        default: 0
        minimum: 0
     
    -stroke-thickness <float> (property: strokeThickness)
        The thickness of the stroke.
        default: 1.0
        minimum: 0.01
     
    -color <java.awt.Color> (property: color)
        Stroke color for the paintlet
        default: #000000
     
    -size <int> (property: size)
        Size of the data points
        default: 5
     
    -fill-point (property: fillPoint)
        Whether to fill the data point with solid color
     
    -fill-color <java.awt.Color> (property: fillColor)
        Color for filling data point
        default: #ff0000
     
    Version:
    $Revision$
    Author:
    msf8
    See Also:
    Serialized Form