public final class space/kscience/plotly/DfExtKt {
public static final fun numberGreaterThan (Lspace/kscience/dataforge/meta/Scheme;Ljava/lang/Number;Ljava/lang/Number;Lspace/kscience/dataforge/names/Name;)Lkotlin/properties/ReadWriteProperty;
public static synthetic fun numberGreaterThan$default (Lspace/kscience/dataforge/meta/Scheme;Ljava/lang/Number;Ljava/lang/Number;Lspace/kscience/dataforge/names/Name;ILjava/lang/Object;)Lkotlin/properties/ReadWriteProperty;
public static final fun numberInRange (Lspace/kscience/dataforge/meta/Scheme;Lkotlin/ranges/ClosedRange;Lspace/kscience/dataforge/names/Name;)Lkotlin/properties/ReadWriteProperty;
public static synthetic fun numberInRange$default (Lspace/kscience/dataforge/meta/Scheme;Lkotlin/ranges/ClosedRange;Lspace/kscience/dataforge/names/Name;ILjava/lang/Object;)Lkotlin/properties/ReadWriteProperty;
}
public final class space/kscience/plotly/FileExportKt {
public static final fun display (Lspace/kscience/plotly/Plotly;Lkotlin/jvm/functions/Function2;)V
public static final fun export (Lspace/kscience/plotly/Plot;Ljava/nio/file/Path;Lspace/kscience/plotly/OrcaFormat;)V
public static synthetic fun export$default (Lspace/kscience/plotly/Plot;Ljava/nio/file/Path;Lspace/kscience/plotly/OrcaFormat;ILjava/lang/Object;)V
public static final fun makeFile (Lspace/kscience/plotly/Plot;Ljava/nio/file/Path;ZLspace/kscience/plotly/ResourceLocation;Lspace/kscience/plotly/PlotlyConfig;)V
public static final fun makeFile (Lspace/kscience/plotly/PlotlyFragment;Ljava/nio/file/Path;ZLjava/lang/String;Lspace/kscience/plotly/ResourceLocation;Ljava/util/List;)V
public static final fun makeFile (Lspace/kscience/plotly/PlotlyPage;Ljava/nio/file/Path;Z)V
public static synthetic fun makeFile$default (Lspace/kscience/plotly/Plot;Ljava/nio/file/Path;ZLspace/kscience/plotly/ResourceLocation;Lspace/kscience/plotly/PlotlyConfig;ILjava/lang/Object;)V
public static synthetic fun makeFile$default (Lspace/kscience/plotly/PlotlyFragment;Ljava/nio/file/Path;ZLjava/lang/String;Lspace/kscience/plotly/ResourceLocation;Ljava/util/List;ILjava/lang/Object;)V
public static synthetic fun makeFile$default (Lspace/kscience/plotly/PlotlyPage;Ljava/nio/file/Path;ZILjava/lang/Object;)V
public static final fun selectFile (Ljavax/swing/filechooser/FileNameExtensionFilter;)Ljava/nio/file/Path;
public static synthetic fun selectFile$default (Ljavax/swing/filechooser/FileNameExtensionFilter;ILjava/lang/Object;)Ljava/nio/file/Path;
public static final fun getCdnPlotlyHeader ()Lspace/kscience/visionforge/html/HtmlFragment;
public static final fun getMathJaxHeader ()Lspace/kscience/visionforge/html/HtmlFragment;
public static final fun toHTML (Lspace/kscience/plotly/Plot;[Lspace/kscience/visionforge/html/HtmlFragment;Lspace/kscience/plotly/PlotlyConfig;)Ljava/lang/String;
public static synthetic fun toHTML$default (Lspace/kscience/plotly/Plot;[Lspace/kscience/visionforge/html/HtmlFragment;Lspace/kscience/plotly/PlotlyConfig;ILjava/lang/Object;)Ljava/lang/String;
public final class space/kscience/plotly/OrcaFormat : java/lang/Enum {
public static final field jpeg Lspace/kscience/plotly/OrcaFormat;
public static final field pdf Lspace/kscience/plotly/OrcaFormat;
public static final field png Lspace/kscience/plotly/OrcaFormat;
public static final field svg Lspace/kscience/plotly/OrcaFormat;
public static final field webp Lspace/kscience/plotly/OrcaFormat;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/OrcaFormat;
public static fun values ()[Lspace/kscience/plotly/OrcaFormat;
}
public final class space/kscience/plotly/Plot : space/kscience/dataforge/meta/Configurable, space/kscience/dataforge/meta/MetaRepr, space/kscience/dataforge/meta/descriptors/Described {
public static final field Companion Lspace/kscience/plotly/Plot$Companion;
public fun <init> ()V
public fun <init> (Lspace/kscience/dataforge/meta/ObservableMutableMeta;)V
public synthetic fun <init> (Lspace/kscience/dataforge/meta/ObservableMutableMeta;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun addTrace (Lspace/kscience/plotly/models/Trace;)V
public final fun getData ()Ljava/util/List;
public fun getDescriptor ()Lspace/kscience/dataforge/meta/descriptors/MetaDescriptor;
public final fun getLayout ()Lspace/kscience/plotly/models/Layout;
public synthetic fun getMeta ()Lspace/kscience/dataforge/meta/MutableMeta;
public fun getMeta ()Lspace/kscience/dataforge/meta/ObservableMutableMeta;
public fun toMeta ()Lspace/kscience/dataforge/meta/Meta;
public final fun traces (Ljava/util/Collection;)V
public final fun traces ([Lspace/kscience/plotly/models/Trace;)V
}
public final class space/kscience/plotly/Plot$Companion {
public final fun getDescriptor ()Lspace/kscience/dataforge/meta/descriptors/MetaDescriptor;
}
public final class space/kscience/plotly/PlotExtensionsKt {
public static final fun bar (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Bar;
public static final fun box (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Box;
public static final fun candlestick (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/CandleStick;
public static final fun contour (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Contour;
public static final fun heatmap (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Heatmap;
public static final fun histogram (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Histogram;
public static final fun histogram2d (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Histogram2D;
public static final fun histogram2dcontour (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Histogram2DContour;
public static final fun pie (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Pie;
public static final fun scatter (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Scatter;
public static final fun shape (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)V
public static final fun table (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Table;
public static final fun text (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)V
public static final fun violin (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Violin;
}
public final class space/kscience/plotly/PlotKt {
public static final fun Plot (Lspace/kscience/dataforge/meta/Meta;)Lspace/kscience/plotly/Plot;
public static final fun layout (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)V
public static final fun toJsonString (Lspace/kscience/plotly/Plot;)Ljava/lang/String;
public static final fun trace (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Trace;
}
public final class space/kscience/plotly/Plotly {
public static final field INSTANCE Lspace/kscience/plotly/Plotly;
public static final field PLOTLY_CDN Ljava/lang/String;
public static final field VERSION Ljava/lang/String;
public final fun getCoordinateNames ()Ljava/util/List;
public final fun plot (Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/Plot;
}
public final class space/kscience/plotly/PlotlyConfig : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/PlotlyConfig$Companion;
public fun <init> ()V
public final fun getEditable ()Ljava/lang/Boolean;
public final fun getImageFormat ()Ljava/lang/String;
public final fun getPlotlyServerURL ()Ljava/lang/String;
public final fun getResponsive ()Ljava/lang/Boolean;
public final fun getShowEditInChartStudio ()Ljava/lang/Boolean;
public final fun saveAsSvg ()V
public final fun setEditable (Ljava/lang/Boolean;)V
public final fun setImageFormat (Ljava/lang/String;)V
public final fun setPlotlyServerURL (Ljava/lang/String;)V
public final fun setResponsive (Ljava/lang/Boolean;)V
public final fun setShowEditInChartStudio (Ljava/lang/Boolean;)V
public fun toString ()Ljava/lang/String;
public final fun withEditorButton ()V
}
public final class space/kscience/plotly/PlotlyConfig$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/PlotlyFragment {
public fun <init> (Lkotlin/jvm/functions/Function2;)V
public final fun getRender ()Lkotlin/jvm/functions/Function2;
}
public final class space/kscience/plotly/PlotlyHeadersKt {
public final class space/kscience/plotly/PlotlyKt {
public static final fun toJsonString (Ljava/util/List;)Ljava/lang/String;
public static final fun toJsonString (Lspace/kscience/dataforge/meta/Scheme;)Ljava/lang/String;
}
public final class space/kscience/plotly/PlotlyPage {
public fun <init> (Ljava/util/Collection;Lspace/kscience/plotly/PlotlyFragment;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;)V
public synthetic fun <init> (Ljava/util/Collection;Lspace/kscience/plotly/PlotlyFragment;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()Ljava/util/Collection;
public final fun component2 ()Lspace/kscience/plotly/PlotlyFragment;
public final fun component3 ()Ljava/lang/String;
public final fun component4 ()Lspace/kscience/plotly/PlotlyRenderer;
public final fun copy (Ljava/util/Collection;Lspace/kscience/plotly/PlotlyFragment;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;)Lspace/kscience/plotly/PlotlyPage;
public static synthetic fun copy$default (Lspace/kscience/plotly/PlotlyPage;Ljava/util/Collection;Lspace/kscience/plotly/PlotlyFragment;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;ILjava/lang/Object;)Lspace/kscience/plotly/PlotlyPage;
public fun equals (Ljava/lang/Object;)Z
public final fun getFragment ()Lspace/kscience/plotly/PlotlyFragment;
public final fun getHeaders ()Ljava/util/Collection;
public final fun getRenderer ()Lspace/kscience/plotly/PlotlyRenderer;
public final fun getTitle ()Ljava/lang/String;
public fun hashCode ()I
public final fun render ()Ljava/lang/String;
public fun toString ()Ljava/lang/String;
}
public final class space/kscience/plotly/PlotlyPageKt {
public static final fun fragment (Lspace/kscience/plotly/Plotly;Lkotlin/jvm/functions/Function2;)Lspace/kscience/plotly/PlotlyFragment;
public static final fun page (Lspace/kscience/plotly/Plotly;[Lspace/kscience/visionforge/html/HtmlFragment;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;Lkotlin/jvm/functions/Function2;)Lspace/kscience/plotly/PlotlyPage;
public static synthetic fun page$default (Lspace/kscience/plotly/Plotly;[Lspace/kscience/visionforge/html/HtmlFragment;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lspace/kscience/plotly/PlotlyPage;
public static final fun toPage (Lspace/kscience/plotly/Plot;[Lspace/kscience/visionforge/html/HtmlFragment;Lspace/kscience/plotly/PlotlyConfig;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;)Lspace/kscience/plotly/PlotlyPage;
public static final fun toPage (Lspace/kscience/plotly/PlotlyFragment;[Lspace/kscience/visionforge/html/HtmlFragment;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;)Lspace/kscience/plotly/PlotlyPage;
public static synthetic fun toPage$default (Lspace/kscience/plotly/Plot;[Lspace/kscience/visionforge/html/HtmlFragment;Lspace/kscience/plotly/PlotlyConfig;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;ILjava/lang/Object;)Lspace/kscience/plotly/PlotlyPage;
public static synthetic fun toPage$default (Lspace/kscience/plotly/PlotlyFragment;[Lspace/kscience/visionforge/html/HtmlFragment;Ljava/lang/String;Lspace/kscience/plotly/PlotlyRenderer;ILjava/lang/Object;)Lspace/kscience/plotly/PlotlyPage;
public abstract interface class space/kscience/plotly/PlotlyRenderer {
public abstract fun renderPlot (Lkotlinx/html/FlowContent;Lspace/kscience/plotly/Plot;Ljava/lang/String;Lspace/kscience/plotly/PlotlyConfig;)Lspace/kscience/plotly/Plot;
public static synthetic fun renderPlot$default (Lspace/kscience/plotly/PlotlyRenderer;Lkotlinx/html/FlowContent;Lspace/kscience/plotly/Plot;Ljava/lang/String;Lspace/kscience/plotly/PlotlyConfig;ILjava/lang/Object;)Lspace/kscience/plotly/Plot;
}
public final class space/kscience/plotly/PlotlyRendererKt {
public static final fun plot (Lkotlinx/html/FlowContent;Ljava/lang/String;Lspace/kscience/plotly/PlotlyConfig;Lspace/kscience/plotly/PlotlyRenderer;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/Plot;
public static final fun plot (Lkotlinx/html/FlowContent;Lspace/kscience/plotly/Plot;Ljava/lang/String;Lspace/kscience/plotly/PlotlyConfig;Lspace/kscience/plotly/PlotlyRenderer;)Lspace/kscience/plotly/Plot;
public static synthetic fun plot$default (Lkotlinx/html/FlowContent;Ljava/lang/String;Lspace/kscience/plotly/PlotlyConfig;Lspace/kscience/plotly/PlotlyRenderer;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lspace/kscience/plotly/Plot;
public static synthetic fun plot$default (Lkotlinx/html/FlowContent;Lspace/kscience/plotly/Plot;Ljava/lang/String;Lspace/kscience/plotly/PlotlyConfig;Lspace/kscience/plotly/PlotlyRenderer;ILjava/lang/Object;)Lspace/kscience/plotly/Plot;
}
public final class space/kscience/plotly/ResourceLocation : java/lang/Enum {
public static final field EMBED Lspace/kscience/plotly/ResourceLocation;
public static final field LOCAL Lspace/kscience/plotly/ResourceLocation;
public static final field REMOTE Lspace/kscience/plotly/ResourceLocation;
public static final field SYSTEM Lspace/kscience/plotly/ResourceLocation;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/ResourceLocation;
public static fun values ()[Lspace/kscience/plotly/ResourceLocation;
}
public final class space/kscience/plotly/StaticPlotlyRenderer : space/kscience/plotly/PlotlyRenderer {
public static final field INSTANCE Lspace/kscience/plotly/StaticPlotlyRenderer;
public fun renderPlot (Lkotlinx/html/FlowContent;Lspace/kscience/plotly/Plot;Ljava/lang/String;Lspace/kscience/plotly/PlotlyConfig;)Lspace/kscience/plotly/Plot;
}
public abstract interface annotation class space/kscience/plotly/UnstablePlotlyAPI : java/lang/annotation/Annotation {
}
public abstract interface annotation class space/kscience/plotly/UnsupportedPlotlyAPI : java/lang/annotation/Annotation {
}
public final class space/kscience/plotly/events/PlotlyEvent {
public fun <init> (Ljava/util/List;)V
public final fun component1 ()Ljava/util/List;
public final fun copy (Ljava/util/List;)Lspace/kscience/plotly/events/PlotlyEvent;
public static synthetic fun copy$default (Lspace/kscience/plotly/events/PlotlyEvent;Ljava/util/List;ILjava/lang/Object;)Lspace/kscience/plotly/events/PlotlyEvent;
public fun equals (Ljava/lang/Object;)Z
public final fun getPoints ()Ljava/util/List;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class space/kscience/plotly/events/PlotlyEventListenerType : java/lang/Enum {
public static final field CLICK Lspace/kscience/plotly/events/PlotlyEventListenerType;
public static final field HOVER Lspace/kscience/plotly/events/PlotlyEventListenerType;
public static final field SELECTED Lspace/kscience/plotly/events/PlotlyEventListenerType;
public static final field SELECTING Lspace/kscience/plotly/events/PlotlyEventListenerType;
public static final field UNHOVER Lspace/kscience/plotly/events/PlotlyEventListenerType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public final fun getEventType ()Ljava/lang/String;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/events/PlotlyEventListenerType;
public static fun values ()[Lspace/kscience/plotly/events/PlotlyEventListenerType;
}
public final class space/kscience/plotly/events/PlotlyEventPoint {
public fun <init> (ILkotlinx/serialization/json/JsonElement;Ljava/lang/Integer;Lspace/kscience/dataforge/meta/Value;Lspace/kscience/dataforge/meta/Value;)V
public synthetic fun <init> (ILkotlinx/serialization/json/JsonElement;Ljava/lang/Integer;Lspace/kscience/dataforge/meta/Value;Lspace/kscience/dataforge/meta/Value;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun component1 ()I
public final fun component2 ()Lkotlinx/serialization/json/JsonElement;
public final fun component3 ()Ljava/lang/Integer;
public final fun component4 ()Lspace/kscience/dataforge/meta/Value;
public final fun component5 ()Lspace/kscience/dataforge/meta/Value;
public final fun copy (ILkotlinx/serialization/json/JsonElement;Ljava/lang/Integer;Lspace/kscience/dataforge/meta/Value;Lspace/kscience/dataforge/meta/Value;)Lspace/kscience/plotly/events/PlotlyEventPoint;
public static synthetic fun copy$default (Lspace/kscience/plotly/events/PlotlyEventPoint;ILkotlinx/serialization/json/JsonElement;Ljava/lang/Integer;Lspace/kscience/dataforge/meta/Value;Lspace/kscience/dataforge/meta/Value;ILjava/lang/Object;)Lspace/kscience/plotly/events/PlotlyEventPoint;
public fun equals (Ljava/lang/Object;)Z
public final fun getCurveNumber ()I
public final fun getData ()Lkotlinx/serialization/json/JsonElement;
public final fun getPointNumber ()Ljava/lang/Integer;
public final fun getX ()Lspace/kscience/dataforge/meta/Value;
public final fun getY ()Lspace/kscience/dataforge/meta/Value;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
}
public final class space/kscience/plotly/models/Axis : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Axis$Companion;
public fun <init> ()V
public final fun getAnchor ()Ljava/lang/String;
public final fun getAutomargin ()Ljava/lang/Boolean;
public final fun getAutorange ()Z
public final fun getAutotick ()Ljava/lang/Boolean;
public final fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getDtick ()Lspace/kscience/dataforge/meta/Value;
public final fun getGridcolor ()Lspace/kscience/plotly/models/Color;
public final fun getGridwidth ()Ljava/lang/Number;
public final fun getLinecolor ()Lspace/kscience/plotly/models/Color;
public final fun getLinewidth ()Ljava/lang/Number;
public final fun getOverlaying ()Ljava/lang/String;
public final fun getPosition ()Ljava/lang/Number;
public final fun getRange ()Lkotlin/ranges/ClosedFloatingPointRange;
public final fun getShowgrid ()Ljava/lang/Boolean;
public final fun getShowline ()Ljava/lang/Boolean;
public final fun getShowticklabels ()Ljava/lang/Boolean;
public final fun getSide ()Lspace/kscience/plotly/models/AxisSide;
public final fun getTickangle ()Ljava/lang/Number;
public final fun getTickcolor ()Lspace/kscience/plotly/models/Color;
public final fun getTickfont ()Lspace/kscience/plotly/models/Font;
public final fun getTicklen ()Ljava/lang/Number;
public final fun getTickmode ()Lspace/kscience/plotly/models/TickMode;
public final fun getTicks ()Lspace/kscience/plotly/models/Ticks;
public final fun getTicktext ()Ljava/util/List;
public final fun getTickvals ()Ljava/util/List;
public final fun getTickwidth ()Ljava/lang/Number;
public final fun getTitle ()Ljava/lang/String;
public final fun getType ()Lspace/kscience/plotly/models/AxisType;
public final fun getVisible ()Ljava/lang/Boolean;
public final fun getZeroline ()Ljava/lang/Boolean;
public final fun getZerolinecolor ()Lspace/kscience/plotly/models/Color;
public final fun getZerolinewidth ()Ljava/lang/Number;
public final fun range (Lkotlin/ranges/ClosedFloatingPointRange;)V
public final fun range (Lkotlin/ranges/ClosedRange;)V
public final fun range (Lspace/kscience/dataforge/meta/Value;Lspace/kscience/dataforge/meta/Value;)V
public final fun setAnchor (Ljava/lang/String;)V
public final fun setAutomargin (Ljava/lang/Boolean;)V
public final fun setAutorange (Z)V
public final fun setAutotick (Ljava/lang/Boolean;)V
public final fun setDtick (Lspace/kscience/dataforge/meta/Value;)V
public final fun setGridwidth (Ljava/lang/Number;)V
public final fun setLinewidth (Ljava/lang/Number;)V
public final fun setOverlaying (Ljava/lang/String;)V
public final fun setPosition (Ljava/lang/Number;)V
public final fun setRange (Lkotlin/ranges/ClosedFloatingPointRange;)V
public final fun setShowgrid (Ljava/lang/Boolean;)V
public final fun setShowline (Ljava/lang/Boolean;)V
public final fun setShowticklabels (Ljava/lang/Boolean;)V
public final fun setSide (Lspace/kscience/plotly/models/AxisSide;)V
public final fun setTickangle (Ljava/lang/Number;)V
public final fun setTickfont (Lspace/kscience/plotly/models/Font;)V
public final fun setTicklen (Ljava/lang/Number;)V
public final fun setTickmode (Lspace/kscience/plotly/models/TickMode;)V
public final fun setTicks (Lspace/kscience/plotly/models/Ticks;)V
public final fun setTicktext (Ljava/util/List;)V
public final fun setTickvals (Ljava/util/List;)V
public final fun setTickwidth (Ljava/lang/Number;)V
public final fun setTitle (Ljava/lang/String;)V
public final fun setType (Lspace/kscience/plotly/models/AxisType;)V
public final fun setVisible (Ljava/lang/Boolean;)V
public final fun setZeroline (Ljava/lang/Boolean;)V
public final fun setZerolinewidth (Ljava/lang/Number;)V
public final fun tickfont (Lkotlin/jvm/functions/Function1;)V
public final fun ticktext (Ljava/lang/Iterable;)V
public final fun tickvals (Ljava/lang/Iterable;)V
public final fun title (Lkotlin/jvm/functions/Function1;)V
}
public final class space/kscience/plotly/models/Axis$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/AxisSide : java/lang/Enum {
public static final field bottom Lspace/kscience/plotly/models/AxisSide;
public static final field left Lspace/kscience/plotly/models/AxisSide;
public static final field right Lspace/kscience/plotly/models/AxisSide;
public static final field top Lspace/kscience/plotly/models/AxisSide;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/AxisSide;
public static fun values ()[Lspace/kscience/plotly/models/AxisSide;
}
public final class space/kscience/plotly/models/AxisType : java/lang/Enum {
public static final field - Lspace/kscience/plotly/models/AxisType;
public static final field category Lspace/kscience/plotly/models/AxisType;
public static final field date Lspace/kscience/plotly/models/AxisType;
public static final field linear Lspace/kscience/plotly/models/AxisType;
public static final field log Lspace/kscience/plotly/models/AxisType;
public static final field multicategory Lspace/kscience/plotly/models/AxisType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/AxisType;
public static fun values ()[Lspace/kscience/plotly/models/AxisType;
}
public final class space/kscience/plotly/models/Bar : space/kscience/plotly/models/Trace, space/kscience/plotly/models/SelectedPoints {
public static final field Companion Lspace/kscience/plotly/models/Bar$Companion;
public fun <init> ()V
public final fun getBase ()Ljava/util/List;
public final fun getConstraintext ()Lspace/kscience/plotly/models/ConstrainText;
public final fun getOffset ()Ljava/lang/Number;
public final fun getOffsetsList ()Ljava/util/List;
public fun getSelected ()Lspace/kscience/plotly/models/SelectPoints;
public fun getSelectedpoints ()Ljava/util/List;
public fun getUnselected ()Lspace/kscience/plotly/models/SelectPoints;
public final fun getWidth ()Ljava/lang/Number;
public final fun getWidthList ()Ljava/util/List;
public final fun selected (Lkotlin/jvm/functions/Function1;)V
public final fun setBase (Ljava/util/List;)V
public final fun setConstraintext (Lspace/kscience/plotly/models/ConstrainText;)V
public final fun setOffset (Ljava/lang/Number;)V
public final fun setOffsetsList (Ljava/util/List;)V
public fun setSelected (Lspace/kscience/plotly/models/SelectPoints;)V
public fun setSelectedpoints (Ljava/util/List;)V
public fun setUnselected (Lspace/kscience/plotly/models/SelectPoints;)V
public final fun setWidth (Ljava/lang/Number;)V
public final fun setWidthList (Ljava/util/List;)V
public final fun unselected (Lkotlin/jvm/functions/Function1;)V
}
public final class space/kscience/plotly/models/Bar$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/BarMode : java/lang/Enum {
public static final field group Lspace/kscience/plotly/models/BarMode;
public static final field overlay Lspace/kscience/plotly/models/BarMode;
public static final field relative Lspace/kscience/plotly/models/BarMode;
public static final field stack Lspace/kscience/plotly/models/BarMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/BarMode;
public static fun values ()[Lspace/kscience/plotly/models/BarMode;
}
public final class space/kscience/plotly/models/BarNorm : java/lang/Enum {
public static final field "" Lspace/kscience/plotly/models/BarNorm;
public static final field fraction Lspace/kscience/plotly/models/BarNorm;
public static final field percent Lspace/kscience/plotly/models/BarNorm;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/BarNorm;
public static fun values ()[Lspace/kscience/plotly/models/BarNorm;
}
public final class space/kscience/plotly/models/Bins : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Bins$Companion;
public fun <init> ()V
public final fun getEnd ()Ljava/lang/Number;
public final fun getSize ()Ljava/lang/Number;
public final fun getStart ()Ljava/lang/Number;
public final fun setEnd (Ljava/lang/Number;)V
public final fun setSize (Ljava/lang/Number;)V
public final fun setStart (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/Bins$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Box : space/kscience/plotly/models/Trace, space/kscience/plotly/models/SelectedPoints {
public static final field Companion Lspace/kscience/plotly/models/Box$Companion;
public fun <init> ()V
public final fun getBoxmean ()Lspace/kscience/plotly/models/BoxMean;
public final fun getBoxpoints ()Lspace/kscience/plotly/models/BoxPoints;
public final fun getHoveron ()Lspace/kscience/plotly/models/BoxHoveron;
public final fun getJitter ()D
public final fun getLowerfence ()Ljava/util/List;
public final fun getMean ()Ljava/util/List;
public final fun getMedian ()Ljava/util/List;
public final fun getNotched ()Ljava/lang/Boolean;
public final fun getNotchspan ()Ljava/util/List;
public final fun getNotchwidth ()D
public final fun getPointpos ()D
public final fun getQ1 ()Ljava/util/List;
public final fun getQ3 ()Ljava/util/List;
public final fun getQuartilemethod ()Lspace/kscience/plotly/models/QuartileMethod;
public final fun getSd ()Ljava/util/List;
public fun getSelected ()Lspace/kscience/plotly/models/SelectPoints;
public fun getSelectedpoints ()Ljava/util/List;
public fun getUnselected ()Lspace/kscience/plotly/models/SelectPoints;
public final fun getUpperfence ()Ljava/util/List;
public final fun getWhiskerwidth ()D
public final fun getWidth ()Ljava/lang/Number;
public final fun lowerfence (Ljava/lang/Iterable;)V
public final fun mean (Ljava/lang/Iterable;)V
public final fun median (Ljava/lang/Iterable;)V
public final fun notchspan (Ljava/lang/Iterable;)V
public final fun q1 (Ljava/lang/Iterable;)V
public final fun q3 (Ljava/lang/Iterable;)V
public final fun sd (Ljava/lang/Iterable;)V
public final fun selected (Lkotlin/jvm/functions/Function1;)V
public final fun setBoxmean (Lspace/kscience/plotly/models/BoxMean;)V
public final fun setBoxpoints (Lspace/kscience/plotly/models/BoxPoints;)V
public final fun setHoveron (Lspace/kscience/plotly/models/BoxHoveron;)V
public final fun setJitter (D)V
public final fun setLowerfence (Ljava/util/List;)V
public final fun setMean (Ljava/util/List;)V
public final fun setMedian (Ljava/util/List;)V
public final fun setNotched (Ljava/lang/Boolean;)V
public final fun setNotchspan (Ljava/util/List;)V
public final fun setNotchwidth (D)V
public final fun setPointpos (D)V
public final fun setQ1 (Ljava/util/List;)V
public final fun setQ3 (Ljava/util/List;)V
public final fun setQuartilemethod (Lspace/kscience/plotly/models/QuartileMethod;)V
public final fun setSd (Ljava/util/List;)V
public fun setSelected (Lspace/kscience/plotly/models/SelectPoints;)V
public fun setSelectedpoints (Ljava/util/List;)V
public fun setUnselected (Lspace/kscience/plotly/models/SelectPoints;)V
public final fun setUpperfence (Ljava/util/List;)V
public final fun setWhiskerwidth (D)V
public final fun setWidth (Ljava/lang/Number;)V
public final fun unselected (Lkotlin/jvm/functions/Function1;)V
public final fun upperfence (Ljava/lang/Iterable;)V
}
public final class space/kscience/plotly/models/Box$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/BoxHoveron : java/lang/Enum {
public static final field boxes Lspace/kscience/plotly/models/BoxHoveron;
public static final field boxes+points Lspace/kscience/plotly/models/BoxHoveron;
public static final field points Lspace/kscience/plotly/models/BoxHoveron;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/BoxHoveron;
public static fun values ()[Lspace/kscience/plotly/models/BoxHoveron;
}
public final class space/kscience/plotly/models/BoxMean : java/lang/Enum {
public static final field false Lspace/kscience/plotly/models/BoxMean;
public static final field sd Lspace/kscience/plotly/models/BoxMean;
public static final field true Lspace/kscience/plotly/models/BoxMean;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/BoxMean;
public static fun values ()[Lspace/kscience/plotly/models/BoxMean;
}
public final class space/kscience/plotly/models/BoxMode : java/lang/Enum {
public static final field group Lspace/kscience/plotly/models/BoxMode;
public static final field overlay Lspace/kscience/plotly/models/BoxMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/BoxMode;
public static fun values ()[Lspace/kscience/plotly/models/BoxMode;
}
public final class space/kscience/plotly/models/BoxPoints : java/lang/Enum {
public static final field all Lspace/kscience/plotly/models/BoxPoints;
public static final field false Lspace/kscience/plotly/models/BoxPoints;
public static final field outliers Lspace/kscience/plotly/models/BoxPoints;
public static final field suspectedoutliers Lspace/kscience/plotly/models/BoxPoints;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/BoxPoints;
public static fun values ()[Lspace/kscience/plotly/models/BoxPoints;
}
public final class space/kscience/plotly/models/Calendar : java/lang/Enum {
public static final field chinese Lspace/kscience/plotly/models/Calendar;
public static final field coptic Lspace/kscience/plotly/models/Calendar;
public static final field discworld Lspace/kscience/plotly/models/Calendar;
public static final field ethiopian Lspace/kscience/plotly/models/Calendar;
public static final field gregorian Lspace/kscience/plotly/models/Calendar;
public static final field hebrew Lspace/kscience/plotly/models/Calendar;
public static final field islamic Lspace/kscience/plotly/models/Calendar;
public static final field jalali Lspace/kscience/plotly/models/Calendar;
public static final field julian Lspace/kscience/plotly/models/Calendar;
public static final field mayan Lspace/kscience/plotly/models/Calendar;
public static final field nanakshahi Lspace/kscience/plotly/models/Calendar;
public static final field nepali Lspace/kscience/plotly/models/Calendar;
public static final field persian Lspace/kscience/plotly/models/Calendar;
public static final field taiwan Lspace/kscience/plotly/models/Calendar;
public static final field thai Lspace/kscience/plotly/models/Calendar;
public static final field ummalqura Lspace/kscience/plotly/models/Calendar;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/Calendar;
public static fun values ()[Lspace/kscience/plotly/models/Calendar;
}
public final class space/kscience/plotly/models/CandleStick : space/kscience/plotly/models/Trace {
public static final field Companion Lspace/kscience/plotly/models/CandleStick$Companion;
public fun <init> ()V
public final fun getCandleStickMeta ()Lspace/kscience/dataforge/meta/Value;
public final fun getClose ()Lspace/kscience/plotly/models/TraceValues;
public final fun getDecreasing ()Lspace/kscience/plotly/models/CandleStickLine;
public final fun getHigh ()Lspace/kscience/plotly/models/TraceValues;
public final fun getIds ()Ljava/util/List;
public final fun getIncreasing ()Lspace/kscience/plotly/models/CandleStickLine;
public final fun getLineWidth ()D
public final fun getLow ()Lspace/kscience/plotly/models/TraceValues;
public final fun getOpen ()Lspace/kscience/plotly/models/TraceValues;
public final fun getWhiskerwidth ()D
public final fun getXaxis ()Ljava/lang/String;
public final fun getXperiod ()Lspace/kscience/dataforge/meta/Value;
public final fun getXperiod0 ()Lspace/kscience/dataforge/meta/Value;
public final fun getXperiodalignment ()Lspace/kscience/plotly/models/XPeriodAlignment;
public final fun getYaxis ()Ljava/lang/String;
public final fun setCandleStickMeta (Lspace/kscience/dataforge/meta/Value;)V
public final fun setDecreasing (Lspace/kscience/plotly/models/CandleStickLine;)V
public final fun setIds (Ljava/util/List;)V
public final fun setIncreasing (Lspace/kscience/plotly/models/CandleStickLine;)V
public final fun setLineWidth (D)V
public final fun setWhiskerwidth (D)V
public final fun setXaxis (Ljava/lang/String;)V
public final fun setXperiod (Lspace/kscience/dataforge/meta/Value;)V
public final fun setXperiod0 (Lspace/kscience/dataforge/meta/Value;)V
public final fun setXperiodalignment (Lspace/kscience/plotly/models/XPeriodAlignment;)V
public final fun setYaxis (Ljava/lang/String;)V
}
public final class space/kscience/plotly/models/CandleStick$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/CandleStickLine : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/CandleStickLine$Companion;
public fun <init> ()V
public final fun getFillcolor ()Lspace/kscience/plotly/models/Color;
public final fun getLineColor ()Lspace/kscience/plotly/models/Color;
public final fun getLineWidth ()D
public final fun setLineWidth (D)V
}
public final class space/kscience/plotly/models/CandleStickLine$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Cells : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Cells$Companion;
public fun <init> ()V
public final fun align (Ljava/util/List;)V
public final fun align (Lspace/kscience/plotly/models/HorizontalAlign;)V
public final fun align ([Lspace/kscience/plotly/models/HorizontalAlign;)V
public final fun fill (Lkotlin/jvm/functions/Function1;)V
public final fun font (Lkotlin/jvm/functions/Function1;)V
public final fun getAlign ()Lspace/kscience/plotly/models/TraceValues;
public final fun getFill ()Lspace/kscience/plotly/models/Fill;
public final fun getFont ()Lspace/kscience/plotly/models/Font;
public final fun getHeight ()Ljava/lang/Number;
public final fun getLine ()Lspace/kscience/plotly/models/LayoutLine;
public final fun getValues ()Lspace/kscience/plotly/models/TraceValues;
public final fun line (Lkotlin/jvm/functions/Function1;)V
public final fun setAlign (Lspace/kscience/plotly/models/TraceValues;)V
public final fun setFill (Lspace/kscience/plotly/models/Fill;)V
public final fun setFont (Lspace/kscience/plotly/models/Font;)V
public final fun setHeight (Ljava/lang/Number;)V
public final fun setLine (Lspace/kscience/plotly/models/LayoutLine;)V
public final fun setValues (Lspace/kscience/plotly/models/TraceValues;)V
public final fun values (Ljava/lang/Iterable;)V
}
public final class space/kscience/plotly/models/Cells$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Color {
public final fun getString ()Ljava/lang/String;
public final fun getValue ()Lspace/kscience/dataforge/meta/Value;
public final fun invoke (Ljava/lang/Number;)V
public final fun invoke (Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
public final fun invoke (Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
public final fun invoke (Ljava/lang/String;)V
public final fun setString (Ljava/lang/String;)V
public final fun setValue (Lspace/kscience/dataforge/meta/Value;)V
}
public final class space/kscience/plotly/models/ColorBar : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/ColorBar$Companion;
public fun <init> ()V
public final fun getBgcolor ()Lspace/kscience/plotly/models/Color;
public final fun getBordercolor ()Lspace/kscience/plotly/models/Color;
public final fun getBorderwidth ()Ljava/lang/Number;
public final fun getConstraintext ()Lspace/kscience/plotly/models/ConstrainText;
public final fun getLen ()Ljava/lang/Number;
public final fun getLenmode ()Lspace/kscience/plotly/models/MeasureMode;
public final fun getOutlinecolor ()Lspace/kscience/plotly/models/Color;
public final fun getOutlinewidth ()Ljava/lang/Number;
public final fun getThickness ()Ljava/lang/Number;
public final fun getThicknessmode ()Lspace/kscience/plotly/models/MeasureMode;
public final fun getTickfont ()Lspace/kscience/plotly/models/Font;
public final fun getTitle ()Lspace/kscience/plotly/models/Title;
public final fun getX ()Ljava/lang/Number;
public final fun getXanchor ()Lspace/kscience/plotly/models/XAnchor;
public final fun getXpad ()Ljava/lang/Number;
public final fun getY ()Ljava/lang/Number;
public final fun getYanchor ()Lspace/kscience/plotly/models/YAnchor;
public final fun getYpad ()I
public final fun setBorderwidth (Ljava/lang/Number;)V
public final fun setConstraintext (Lspace/kscience/plotly/models/ConstrainText;)V
public final fun setLen (Ljava/lang/Number;)V
public final fun setLenmode (Lspace/kscience/plotly/models/MeasureMode;)V
public final fun setOutlinewidth (Ljava/lang/Number;)V
public final fun setThickness (Ljava/lang/Number;)V
public final fun setThicknessmode (Lspace/kscience/plotly/models/MeasureMode;)V
public final fun setTickfont (Lspace/kscience/plotly/models/Font;)V
public final fun setTitle (Lspace/kscience/plotly/models/Title;)V
public final fun setX (Ljava/lang/Number;)V
public final fun setXanchor (Lspace/kscience/plotly/models/XAnchor;)V
public final fun setXpad (Ljava/lang/Number;)V
public final fun setY (Ljava/lang/Number;)V
public final fun setYanchor (Lspace/kscience/plotly/models/YAnchor;)V
public final fun setYpad (I)V
public final fun tickfont (Lkotlin/jvm/functions/Function1;)V
public final fun title (Lkotlin/jvm/functions/Function1;)V
}
public final class space/kscience/plotly/models/ColorBar$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ColorKt {
public static final fun color (Lspace/kscience/dataforge/meta/Scheme;Lspace/kscience/dataforge/names/Name;)Lkotlin/properties/ReadOnlyProperty;
public static synthetic fun color$default (Lspace/kscience/dataforge/meta/Scheme;Lspace/kscience/dataforge/names/Name;ILjava/lang/Object;)Lkotlin/properties/ReadOnlyProperty;
}
public final class space/kscience/plotly/models/ConstrainText : java/lang/Enum {
public static final field both Lspace/kscience/plotly/models/ConstrainText;
public static final field inside Lspace/kscience/plotly/models/ConstrainText;
public static final field none Lspace/kscience/plotly/models/ConstrainText;
public static final field outside Lspace/kscience/plotly/models/ConstrainText;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ConstrainText;
public static fun values ()[Lspace/kscience/plotly/models/ConstrainText;
}
public final class space/kscience/plotly/models/Contour : space/kscience/plotly/models/Trace, space/kscience/plotly/models/ContourSpec, space/kscience/plotly/models/HeatmapContour {
public static final field Companion Lspace/kscience/plotly/models/Contour$Companion;
public fun <init> ()V
public final fun contours (Lkotlin/jvm/functions/Function1;)V
public fun getAutocontour ()Ljava/lang/Boolean;
public fun getContours ()Lspace/kscience/plotly/models/Contours;
public fun getNcontours ()I
public fun getXtype ()Lspace/kscience/plotly/models/DataType;
public fun getYtype ()Lspace/kscience/plotly/models/DataType;
public fun setAutocontour (Ljava/lang/Boolean;)V
public fun setContours (Lspace/kscience/plotly/models/Contours;)V
public fun setNcontours (I)V
public fun setXtype (Lspace/kscience/plotly/models/DataType;)V
public fun setYtype (Lspace/kscience/plotly/models/DataType;)V
}
public final class space/kscience/plotly/models/Contour$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public abstract interface class space/kscience/plotly/models/ContourSpec {
public abstract fun getAutocontour ()Ljava/lang/Boolean;
public abstract fun getContours ()Lspace/kscience/plotly/models/Contours;
public abstract fun getNcontours ()I
public abstract fun setAutocontour (Ljava/lang/Boolean;)V
public abstract fun setContours (Lspace/kscience/plotly/models/Contours;)V
public abstract fun setNcontours (I)V
}
public final class space/kscience/plotly/models/Contours : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Contours$Companion;
public fun <init> ()V
public final fun getColoring ()Lspace/kscience/plotly/models/ContoursColoring;
public final fun getEnd ()Ljava/lang/Number;
public final fun getLabelfont ()Lspace/kscience/plotly/models/Font;
public final fun getShowlabels ()Ljava/lang/Boolean;
public final fun getShowlines ()Ljava/lang/Boolean;
public final fun getSize ()Ljava/lang/Number;
public final fun getStart ()Ljava/lang/Number;
public final fun getType ()Lspace/kscience/plotly/models/ContoursType;
public final fun labelfont (Lkotlin/jvm/functions/Function1;)V
public final fun setColoring (Lspace/kscience/plotly/models/ContoursColoring;)V
public final fun setEnd (Ljava/lang/Number;)V
public final fun setLabelfont (Lspace/kscience/plotly/models/Font;)V
public final fun setShowlabels (Ljava/lang/Boolean;)V
public final fun setShowlines (Ljava/lang/Boolean;)V
public final fun setSize (Ljava/lang/Number;)V
public final fun setStart (Ljava/lang/Number;)V
public final fun setType (Lspace/kscience/plotly/models/ContoursType;)V
}
public final class space/kscience/plotly/models/Contours$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ContoursColoring : java/lang/Enum {
public static final field fill Lspace/kscience/plotly/models/ContoursColoring;
public static final field heatmap Lspace/kscience/plotly/models/ContoursColoring;
public static final field lines Lspace/kscience/plotly/models/ContoursColoring;
public static final field none Lspace/kscience/plotly/models/ContoursColoring;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ContoursColoring;
public static fun values ()[Lspace/kscience/plotly/models/ContoursColoring;
}
public final class space/kscience/plotly/models/ContoursType : java/lang/Enum {
public static final field constraint Lspace/kscience/plotly/models/ContoursType;
public static final field levels Lspace/kscience/plotly/models/ContoursType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ContoursType;
public static fun values ()[Lspace/kscience/plotly/models/ContoursType;
}
public final class space/kscience/plotly/models/Cumulative : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Cumulative$Companion;
public fun <init> ()V
public final fun getCurrentbin ()Lspace/kscience/plotly/models/CurrentBin;
public final fun getEnabled ()Ljava/lang/Boolean;
public final fun setCurrentbin (Lspace/kscience/plotly/models/CurrentBin;)V
public final fun setEnabled (Ljava/lang/Boolean;)V
}
public final class space/kscience/plotly/models/Cumulative$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/CurrentBin : java/lang/Enum {
public static final field exclude Lspace/kscience/plotly/models/CurrentBin;
public static final field half Lspace/kscience/plotly/models/CurrentBin;
public static final field include Lspace/kscience/plotly/models/CurrentBin;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/CurrentBin;
public static fun values ()[Lspace/kscience/plotly/models/CurrentBin;
}
public final class space/kscience/plotly/models/Dash : java/lang/Enum {
public static final field dash Lspace/kscience/plotly/models/Dash;
public static final field dashdot Lspace/kscience/plotly/models/Dash;
public static final field dot Lspace/kscience/plotly/models/Dash;
public static final field longdash Lspace/kscience/plotly/models/Dash;
public static final field longdashdot Lspace/kscience/plotly/models/Dash;
public static final field solid Lspace/kscience/plotly/models/Dash;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/Dash;
public static fun values ()[Lspace/kscience/plotly/models/Dash;
}
public final class space/kscience/plotly/models/DataType : java/lang/Enum {
public static final field array Lspace/kscience/plotly/models/DataType;
public static final field scaled Lspace/kscience/plotly/models/DataType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/DataType;
public static fun values ()[Lspace/kscience/plotly/models/DataType;
}
public final class space/kscience/plotly/models/Domain : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Domain$Companion;
public fun <init> ()V
public final fun getColumn ()I
public final fun getRow ()I
public final fun getX ()Ljava/util/List;
public final fun getY ()Ljava/util/List;
public final fun setColumn (I)V
public final fun setRow (I)V
public final fun setX (Ljava/util/List;)V
public final fun setY (Ljava/util/List;)V
}
public final class space/kscience/plotly/models/Domain$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/DragMode : java/lang/Enum {
public static final field drawcircle Lspace/kscience/plotly/models/DragMode;
public static final field drawclosedpath Lspace/kscience/plotly/models/DragMode;
public static final field drawline Lspace/kscience/plotly/models/DragMode;
public static final field drawopenpath Lspace/kscience/plotly/models/DragMode;
public static final field drawrect Lspace/kscience/plotly/models/DragMode;
public static final field false Lspace/kscience/plotly/models/DragMode;
public static final field lasso Lspace/kscience/plotly/models/DragMode;
public static final field orbit Lspace/kscience/plotly/models/DragMode;
public static final field pan Lspace/kscience/plotly/models/DragMode;
public static final field select Lspace/kscience/plotly/models/DragMode;
public static final field turntable Lspace/kscience/plotly/models/DragMode;
public static final field zoom Lspace/kscience/plotly/models/DragMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/DragMode;
public static fun values ()[Lspace/kscience/plotly/models/DragMode;
}
public final class space/kscience/plotly/models/Error : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Error$Companion;
public fun <init> ()V
public final fun getArray ()Ljava/util/List;
public final fun getArrayminus ()Ljava/util/List;
public final fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getSymmetric ()Ljava/lang/Boolean;
public final fun getThickness ()Ljava/lang/Number;
public final fun getTraceref ()I
public final fun getTracerefminus ()I
public final fun getType ()Lspace/kscience/plotly/models/ErrorType;
public final fun getValue ()Ljava/lang/Number;
public final fun getValueminus ()Ljava/lang/Number;
public final fun getVisible ()Ljava/lang/Boolean;
public final fun getWidth ()Ljava/lang/Number;
public final fun setArray (Ljava/util/List;)V
public final fun setArrayminus (Ljava/util/List;)V
public final fun setSymmetric (Ljava/lang/Boolean;)V
public final fun setThickness (Ljava/lang/Number;)V
public final fun setTraceref (I)V
public final fun setTracerefminus (I)V
public final fun setType (Lspace/kscience/plotly/models/ErrorType;)V
public final fun setValue (Ljava/lang/Number;)V
public final fun setValueminus (Ljava/lang/Number;)V
public final fun setVisible (Ljava/lang/Boolean;)V
public final fun setWidth (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/Error$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ErrorType : java/lang/Enum {
public static final field constant Lspace/kscience/plotly/models/ErrorType;
public static final field data Lspace/kscience/plotly/models/ErrorType;
public static final field percent Lspace/kscience/plotly/models/ErrorType;
public static final field sqrt Lspace/kscience/plotly/models/ErrorType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ErrorType;
public static fun values ()[Lspace/kscience/plotly/models/ErrorType;
}
public final class space/kscience/plotly/models/Fill : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Fill$Companion;
public fun <init> ()V
public final fun colors (Ljava/lang/Iterable;)V
public final fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun setColor (Lspace/kscience/plotly/models/Color;)V
}
public final class space/kscience/plotly/models/Fill$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/FillTraceKt {
public static final fun appendXY (Lspace/kscience/plotly/models/Trace;Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;)V
public static final fun appendXY (Lspace/kscience/plotly/models/Trace;[Lkotlin/Pair;)V
public static synthetic fun appendXY$default (Lspace/kscience/plotly/models/Trace;Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;Ljava/lang/Number;ILjava/lang/Object;)V
public static final fun functionXY (Lspace/kscience/plotly/models/Trace;Ljava/lang/Iterable;Lkotlin/jvm/functions/Function1;)V
public static final fun functionXY (Lspace/kscience/plotly/models/Trace;Lkotlin/ranges/ClosedFloatingPointRange;DLkotlin/jvm/functions/Function1;)V
public static final fun functionXY (Lspace/kscience/plotly/models/Trace;Lkotlin/ranges/IntRange;Lkotlin/jvm/functions/Function1;)V
public static synthetic fun functionXY$default (Lspace/kscience/plotly/models/Trace;Lkotlin/ranges/ClosedFloatingPointRange;DLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
}
public final class space/kscience/plotly/models/FillType : java/lang/Enum {
public static final field none Lspace/kscience/plotly/models/FillType;
public static final field tonext Lspace/kscience/plotly/models/FillType;
public static final field tonextx Lspace/kscience/plotly/models/FillType;
public static final field tonexty Lspace/kscience/plotly/models/FillType;
public static final field toself Lspace/kscience/plotly/models/FillType;
public static final field tozerox Lspace/kscience/plotly/models/FillType;
public static final field tozeroy Lspace/kscience/plotly/models/FillType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/FillType;
public static fun values ()[Lspace/kscience/plotly/models/FillType;
}
public final class space/kscience/plotly/models/Font : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Font$Companion;
public fun <init> ()V
public final fun colors (Ljava/lang/Iterable;)V
public final fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getFamiliesList ()Ljava/util/List;
public final fun getFamily ()Ljava/lang/String;
public final fun getSize ()Ljava/lang/Number;
public final fun getSizesList ()Ljava/util/List;
public final fun setFamiliesList (Ljava/util/List;)V
public final fun setFamily (Ljava/lang/String;)V
public final fun setSize (Ljava/lang/Number;)V
public final fun setSizesList (Ljava/util/List;)V
}
public final class space/kscience/plotly/models/Font$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Gradient : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Gradient$Companion;
public fun <init> ()V
public final fun colors (Ljava/lang/Iterable;)V
public final fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getType ()Lspace/kscience/plotly/models/GradientType;
public final fun getTypesList ()Ljava/util/List;
public final fun setType (Lspace/kscience/plotly/models/GradientType;)V
public final fun setTypesList (Ljava/util/List;)V
public final fun typesList (Ljava/lang/Iterable;)V
}
public final class space/kscience/plotly/models/Gradient$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/GradientType : java/lang/Enum {
public static final field horizontal Lspace/kscience/plotly/models/GradientType;
public static final field none Lspace/kscience/plotly/models/GradientType;
public static final field radial Lspace/kscience/plotly/models/GradientType;
public static final field vertical Lspace/kscience/plotly/models/GradientType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/GradientType;
public static fun values ()[Lspace/kscience/plotly/models/GradientType;
}
public final class space/kscience/plotly/models/GroupNorm : java/lang/Enum {
public static final field Lspace/kscience/plotly/models/GroupNorm;
public static final field fraction Lspace/kscience/plotly/models/GroupNorm;
public static final field percent Lspace/kscience/plotly/models/GroupNorm;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/GroupNorm;
public static fun values ()[Lspace/kscience/plotly/models/GroupNorm;
}
public final class space/kscience/plotly/models/Header : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Header$Companion;
public fun <init> ()V
public final fun align (Ljava/util/List;)V
public final fun align (Lspace/kscience/plotly/models/HorizontalAlign;)V
public final fun align ([Lspace/kscience/plotly/models/HorizontalAlign;)V
public final fun fill (Lkotlin/jvm/functions/Function1;)V
public final fun font (Lkotlin/jvm/functions/Function1;)V
public final fun getAlign ()Lspace/kscience/plotly/models/TraceValues;
public final fun getFill ()Lspace/kscience/plotly/models/Fill;
public final fun getFont ()Lspace/kscience/plotly/models/Font;
public final fun getHeight ()Ljava/lang/Number;
public final fun getLine ()Lspace/kscience/plotly/models/LayoutLine;
public final fun getValues ()Lspace/kscience/plotly/models/TraceValues;
public final fun setAlign (Lspace/kscience/plotly/models/TraceValues;)V
public final fun setFill (Lspace/kscience/plotly/models/Fill;)V
public final fun setFont (Lspace/kscience/plotly/models/Font;)V
public final fun setHeight (Ljava/lang/Number;)V
public final fun setLine (Lspace/kscience/plotly/models/LayoutLine;)V
public final fun setValues (Lspace/kscience/plotly/models/TraceValues;)V
public final fun values (Ljava/lang/Iterable;)V
}
public final class space/kscience/plotly/models/Header$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public class space/kscience/plotly/models/Heatmap : space/kscience/plotly/models/Trace, space/kscience/plotly/models/HeatmapContour, space/kscience/plotly/models/Table2D {
public static final field Companion Lspace/kscience/plotly/models/Heatmap$Companion;
public fun <init> ()V
public fun getXgap ()Ljava/lang/Number;
public fun getXtype ()Lspace/kscience/plotly/models/DataType;
public fun getYgap ()Ljava/lang/Number;
public fun getYtype ()Lspace/kscience/plotly/models/DataType;
public fun getZsmooth ()Lspace/kscience/plotly/models/ZsmoothType;
public fun setXgap (Ljava/lang/Number;)V
public fun setXtype (Lspace/kscience/plotly/models/DataType;)V
public fun setYgap (Ljava/lang/Number;)V
public fun setYtype (Lspace/kscience/plotly/models/DataType;)V
public fun setZsmooth (Lspace/kscience/plotly/models/ZsmoothType;)V
}
public final class space/kscience/plotly/models/Heatmap$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public abstract interface class space/kscience/plotly/models/HeatmapContour {
public abstract fun getXtype ()Lspace/kscience/plotly/models/DataType;
public abstract fun getYtype ()Lspace/kscience/plotly/models/DataType;
public abstract fun setXtype (Lspace/kscience/plotly/models/DataType;)V
public abstract fun setYtype (Lspace/kscience/plotly/models/DataType;)V
}
public final class space/kscience/plotly/models/HeatmapGL : space/kscience/plotly/models/Heatmap {
public static final field Companion Lspace/kscience/plotly/models/HeatmapGL$Companion;
public fun <init> ()V
}
public final class space/kscience/plotly/models/HeatmapGL$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/HistFunc : java/lang/Enum {
public static final field average Lspace/kscience/plotly/models/HistFunc;
public static final field count Lspace/kscience/plotly/models/HistFunc;
public static final field max Lspace/kscience/plotly/models/HistFunc;
public static final field min Lspace/kscience/plotly/models/HistFunc;
public static final field sum Lspace/kscience/plotly/models/HistFunc;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/HistFunc;
public static fun values ()[Lspace/kscience/plotly/models/HistFunc;
}
public final class space/kscience/plotly/models/HistNorm : java/lang/Enum {
public static final field density Lspace/kscience/plotly/models/HistNorm;
public static final field empty Lspace/kscience/plotly/models/HistNorm;
public static final field percent Lspace/kscience/plotly/models/HistNorm;
public static final field probability Lspace/kscience/plotly/models/HistNorm;
public static final field probability density Lspace/kscience/plotly/models/HistNorm;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/HistNorm;
public static fun values ()[Lspace/kscience/plotly/models/HistNorm;
}
public class space/kscience/plotly/models/Histogram : space/kscience/plotly/models/Trace {
public static final field Companion Lspace/kscience/plotly/models/Histogram$Companion;
public fun <init> ()V
public final fun cumulative (Lkotlin/jvm/functions/Function1;)V
public final fun getBingroup ()Ljava/lang/String;
public final fun getCumulative ()Lspace/kscience/plotly/models/Cumulative;
public final fun getDirection ()Lspace/kscience/plotly/models/HistogramDirection;
public final fun getHistfunc ()Lspace/kscience/plotly/models/HistFunc;
public final fun getHistnorm ()Lspace/kscience/plotly/models/HistNorm;
public final fun getNbinsx ()I
public final fun getNbinsy ()I
public final fun getXbingroup ()Ljava/lang/String;
public final fun getXbins ()Lspace/kscience/plotly/models/Bins;
public final fun getYbingroup ()Ljava/lang/String;
public final fun getYbins ()Lspace/kscience/plotly/models/Bins;
public final fun setBingroup (Ljava/lang/String;)V
public final fun setCumulative (Lspace/kscience/plotly/models/Cumulative;)V
public final fun setDirection (Lspace/kscience/plotly/models/HistogramDirection;)V
public final fun setHistfunc (Lspace/kscience/plotly/models/HistFunc;)V
public final fun setHistnorm (Lspace/kscience/plotly/models/HistNorm;)V
public final fun setNbinsx (I)V
public final fun setNbinsy (I)V
public final fun setXbingroup (Ljava/lang/String;)V
public final fun setXbins (Lspace/kscience/plotly/models/Bins;)V
public final fun setYbingroup (Ljava/lang/String;)V
public final fun setYbins (Lspace/kscience/plotly/models/Bins;)V
public final fun xbins (Lkotlin/jvm/functions/Function1;)V
public final fun ybins (Lkotlin/jvm/functions/Function1;)V
}
public final class space/kscience/plotly/models/Histogram$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Histogram2D : space/kscience/plotly/models/Histogram, space/kscience/plotly/models/Table2D {
public static final field Companion Lspace/kscience/plotly/models/Histogram2D$Companion;
public fun <init> ()V
public fun getXgap ()Ljava/lang/Number;
public fun getYgap ()Ljava/lang/Number;
public fun getZsmooth ()Lspace/kscience/plotly/models/ZsmoothType;
public fun setXgap (Ljava/lang/Number;)V
public fun setYgap (Ljava/lang/Number;)V
public fun setZsmooth (Lspace/kscience/plotly/models/ZsmoothType;)V
}
public final class space/kscience/plotly/models/Histogram2D$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Histogram2DContour : space/kscience/plotly/models/Histogram, space/kscience/plotly/models/ContourSpec {
public static final field Companion Lspace/kscience/plotly/models/Histogram2DContour$Companion;
public fun <init> ()V
public final fun contours (Lkotlin/jvm/functions/Function1;)V
public fun getAutocontour ()Ljava/lang/Boolean;
public fun getContours ()Lspace/kscience/plotly/models/Contours;
public fun getNcontours ()I
public fun setAutocontour (Ljava/lang/Boolean;)V
public fun setContours (Lspace/kscience/plotly/models/Contours;)V
public fun setNcontours (I)V
}
public final class space/kscience/plotly/models/Histogram2DContour$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/HistogramDirection : java/lang/Enum {
public static final field decreasing Lspace/kscience/plotly/models/HistogramDirection;
public static final field increasing Lspace/kscience/plotly/models/HistogramDirection;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/HistogramDirection;
public static fun values ()[Lspace/kscience/plotly/models/HistogramDirection;
}
public final class space/kscience/plotly/models/HorizontalAlign : java/lang/Enum {
public static final field center Lspace/kscience/plotly/models/HorizontalAlign;
public static final field left Lspace/kscience/plotly/models/HorizontalAlign;
public static final field right Lspace/kscience/plotly/models/HorizontalAlign;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/HorizontalAlign;
public static fun values ()[Lspace/kscience/plotly/models/HorizontalAlign;
}
public final class space/kscience/plotly/models/HoverMode : java/lang/Enum {
public static final field closest Lspace/kscience/plotly/models/HoverMode;
public static final field false Lspace/kscience/plotly/models/HoverMode;
public static final field x Lspace/kscience/plotly/models/HoverMode;
public static final field x unified Lspace/kscience/plotly/models/HoverMode;
public static final field y Lspace/kscience/plotly/models/HoverMode;
public static final field y unified Lspace/kscience/plotly/models/HoverMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/HoverMode;
public static fun values ()[Lspace/kscience/plotly/models/HoverMode;
}
public final class space/kscience/plotly/models/Hoverlabel : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Hoverlabel$Companion;
public fun <init> ()V
public final fun align (Ljava/util/List;)V
public final fun align (Lspace/kscience/plotly/models/HorizontalAlign;)V
public final fun align ([Lspace/kscience/plotly/models/HorizontalAlign;)V
public final fun bgcolors (Ljava/lang/Iterable;)V
public final fun bordercolors (Ljava/lang/Iterable;)V
public final fun font (Lkotlin/jvm/functions/Function1;)V
public final fun getAlign ()Lspace/kscience/plotly/models/TraceValues;
public final fun getBgcolor ()Lspace/kscience/plotly/models/Color;
public final fun getBordercolor ()Lspace/kscience/plotly/models/Color;
public final fun getFont ()Lspace/kscience/plotly/models/Font;
public final fun getNamelength ()Ljava/lang/Number;
public final fun getNamelengths ()Ljava/util/List;
public final fun setAlign (Lspace/kscience/plotly/models/TraceValues;)V
public final fun setBgcolor (Lspace/kscience/plotly/models/Color;)V
public final fun setBordercolor (Lspace/kscience/plotly/models/Color;)V
public final fun setFont (Lspace/kscience/plotly/models/Font;)V
public final fun setNamelength (Ljava/lang/Number;)V
public final fun setNamelengths (Ljava/util/List;)V
}
public final class space/kscience/plotly/models/Hoverlabel$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Image : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Image$Companion;
public fun <init> ()V
public final fun getLayer ()Lspace/kscience/plotly/models/ImageLayer;
public final fun getName ()Ljava/lang/String;
public final fun getOpacity ()D
public final fun getSizex ()D
public final fun getSizey ()D
public final fun getSizing ()Lspace/kscience/plotly/models/ImageSizing;
public final fun getSource ()Ljava/lang/String;
public final fun getTemplateitemname ()Ljava/lang/String;
public final fun getVisible ()Z
public final fun getX ()D
public final fun getXanchor ()Lspace/kscience/plotly/models/ImageXAnchor;
public final fun getXref ()Ljava/lang/String;
public final fun getY ()D
public final fun getYanchor ()Lspace/kscience/plotly/models/ImageYAnchor;
public final fun getYref ()Ljava/lang/String;
public final fun setLayer (Lspace/kscience/plotly/models/ImageLayer;)V
public final fun setName (Ljava/lang/String;)V
public final fun setOpacity (D)V
public final fun setSizex (D)V
public final fun setSizey (D)V
public final fun setSizing (Lspace/kscience/plotly/models/ImageSizing;)V
public final fun setSource (Ljava/lang/String;)V
public final fun setTemplateitemname (Ljava/lang/String;)V
public final fun setVisible (Z)V
public final fun setX (D)V
public final fun setXanchor (Lspace/kscience/plotly/models/ImageXAnchor;)V
public final fun setXref (Ljava/lang/String;)V
public final fun setY (D)V
public final fun setYanchor (Lspace/kscience/plotly/models/ImageYAnchor;)V
public final fun setYref (Ljava/lang/String;)V
}
public final class space/kscience/plotly/models/Image$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ImageLayer : java/lang/Enum {
public static final field above Lspace/kscience/plotly/models/ImageLayer;
public static final field below Lspace/kscience/plotly/models/ImageLayer;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ImageLayer;
public static fun values ()[Lspace/kscience/plotly/models/ImageLayer;
}
public final class space/kscience/plotly/models/ImageSizing : java/lang/Enum {
public static final field contain Lspace/kscience/plotly/models/ImageSizing;
public static final field fill Lspace/kscience/plotly/models/ImageSizing;
public static final field stretch Lspace/kscience/plotly/models/ImageSizing;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ImageSizing;
public static fun values ()[Lspace/kscience/plotly/models/ImageSizing;
}
public final class space/kscience/plotly/models/ImageXAnchor : java/lang/Enum {
public static final field center Lspace/kscience/plotly/models/ImageXAnchor;
public static final field left Lspace/kscience/plotly/models/ImageXAnchor;
public static final field right Lspace/kscience/plotly/models/ImageXAnchor;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ImageXAnchor;
public static fun values ()[Lspace/kscience/plotly/models/ImageXAnchor;
}
public final class space/kscience/plotly/models/ImageYAnchor : java/lang/Enum {
public static final field bottom Lspace/kscience/plotly/models/ImageYAnchor;
public static final field middle Lspace/kscience/plotly/models/ImageYAnchor;
public static final field top Lspace/kscience/plotly/models/ImageYAnchor;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ImageYAnchor;
public static fun values ()[Lspace/kscience/plotly/models/ImageYAnchor;
}
public final class space/kscience/plotly/models/Layout : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Layout$Companion;
public fun <init> ()V
public final fun annotation (Lkotlin/jvm/functions/Function1;)V
public final fun annotation (Lspace/kscience/plotly/models/Text;)V
public final fun figure (Lkotlin/jvm/functions/Function1;)V
public final fun figure (Lspace/kscience/plotly/models/Shape;)V
public final fun getAnnotations ()Ljava/util/List;
public final fun getAutosize ()Ljava/lang/Boolean;
public final fun getBargap ()Ljava/lang/Number;
public final fun getBargroupgap ()Ljava/lang/Number;
public final fun getBarmode ()Lspace/kscience/plotly/models/BarMode;
public final fun getBarnorm ()Lspace/kscience/plotly/models/BarNorm;
public final fun getBoxgap ()Ljava/lang/Number;
public final fun getBoxgroupgap ()Ljava/lang/Number;
public final fun getBoxmode ()Lspace/kscience/plotly/models/BoxMode;
public final fun getCalendar ()Lspace/kscience/plotly/models/Calendar;
public final fun getDragmode ()Lspace/kscience/plotly/models/DragMode;
public final fun getHeight ()Ljava/lang/Number;
public final fun getHoverdistance ()Ljava/lang/Number;
public final fun getHovermode ()Lspace/kscience/plotly/models/HoverMode;
public final fun getLegend ()Lspace/kscience/plotly/models/Legend;
public final fun getMargin ()Lspace/kscience/plotly/models/Margin;
public final fun getPaper_bgcolor ()Lspace/kscience/plotly/models/Color;
public final fun getPlot_bgcolor ()Lspace/kscience/plotly/models/Color;
public final fun getSeparators ()Ljava/lang/String;
public final fun getShapes ()Ljava/util/List;
public final fun getShowlegend ()Ljava/lang/Boolean;
public final fun getTitle ()Ljava/lang/String;
public final fun getViolingap ()Ljava/lang/Number;
public final fun getViolingroupgap ()Ljava/lang/Number;
public final fun getViolinmode ()Lspace/kscience/plotly/models/ViolinMode;
public final fun getWidth ()Ljava/lang/Number;
public final fun getXaxis ()Lspace/kscience/plotly/models/Axis;
public final fun getYaxis ()Lspace/kscience/plotly/models/Axis;
public final fun image (Lkotlin/jvm/functions/Function1;)V
public final fun image (Lspace/kscience/plotly/models/Image;)V
public final fun legend (Lkotlin/jvm/functions/Function1;)V
public final fun margin (Lkotlin/jvm/functions/Function1;)V
public final fun setAnnotations (Ljava/util/List;)V
public final fun setAutosize (Ljava/lang/Boolean;)V
public final fun setBargap (Ljava/lang/Number;)V
public final fun setBargroupgap (Ljava/lang/Number;)V
public final fun setBarmode (Lspace/kscience/plotly/models/BarMode;)V
public final fun setBarnorm (Lspace/kscience/plotly/models/BarNorm;)V
public final fun setBoxgap (Ljava/lang/Number;)V
public final fun setBoxgroupgap (Ljava/lang/Number;)V
public final fun setBoxmode (Lspace/kscience/plotly/models/BoxMode;)V
public final fun setCalendar (Lspace/kscience/plotly/models/Calendar;)V
public final fun setDragmode (Lspace/kscience/plotly/models/DragMode;)V
public final fun setHeight (Ljava/lang/Number;)V
public final fun setHoverdistance (Ljava/lang/Number;)V
public final fun setHovermode (Lspace/kscience/plotly/models/HoverMode;)V
public final fun setLegend (Lspace/kscience/plotly/models/Legend;)V
public final fun setMargin (Lspace/kscience/plotly/models/Margin;)V
public final fun setSeparators (Ljava/lang/String;)V
public final fun setShapes (Ljava/util/List;)V
public final fun setShowlegend (Ljava/lang/Boolean;)V
public final fun setTitle (Ljava/lang/String;)V
public final fun setViolingap (Ljava/lang/Number;)V
public final fun setViolingroupgap (Ljava/lang/Number;)V
public final fun setViolinmode (Lspace/kscience/plotly/models/ViolinMode;)V
public final fun setWidth (Ljava/lang/Number;)V
public final fun setXaxis (Lspace/kscience/plotly/models/Axis;)V
public final fun setYaxis (Lspace/kscience/plotly/models/Axis;)V
public final fun title (Lkotlin/jvm/functions/Function1;)V
public final fun xaxis (Lkotlin/jvm/functions/Function1;)V
public final fun yaxis (ILkotlin/jvm/functions/Function1;)V
public final fun yaxis (Lkotlin/jvm/functions/Function1;)V
}
public final class space/kscience/plotly/models/Layout$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/LayoutLine : space/kscience/dataforge/meta/Scheme, space/kscience/plotly/models/Line {
public static final field Companion Lspace/kscience/plotly/models/LayoutLine$Companion;
public fun <init> ()V
public fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getDash ()Lspace/kscience/plotly/models/Dash;
public final fun getShape ()Lspace/kscience/plotly/models/LineShape;
public final fun getSmoothing ()Ljava/lang/Number;
public fun getWidth ()Ljava/lang/Number;
public fun getWidthList ()Ljava/util/List;
public final fun setDash (Lspace/kscience/plotly/models/Dash;)V
public final fun setShape (Lspace/kscience/plotly/models/LineShape;)V
public final fun setSmoothing (Ljava/lang/Number;)V
public fun setWidth (Ljava/lang/Number;)V
public fun setWidthList (Ljava/util/List;)V
}
public final class space/kscience/plotly/models/LayoutLine$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Legend : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Legend$Companion;
public fun <init> ()V
public final fun font (Lkotlin/jvm/functions/Function1;)V
public final fun getBgcolor ()Lspace/kscience/plotly/models/Color;
public final fun getBordercolor ()Lspace/kscience/plotly/models/Color;
public final fun getBorderwidth ()Ljava/lang/Number;
public final fun getFont ()Lspace/kscience/plotly/models/Font;
public final fun getOrientation ()Lspace/kscience/plotly/models/LegendOrientation;
public final fun getTraceorder ()Lspace/kscience/plotly/models/TraceOrder;
public final fun getX ()Ljava/lang/Number;
public final fun getXanchor ()Lspace/kscience/plotly/models/XAnchor;
public final fun getY ()Ljava/lang/Number;
public final fun getYanchor ()Lspace/kscience/plotly/models/YAnchor;
public final fun setBorderwidth (Ljava/lang/Number;)V
public final fun setFont (Lspace/kscience/plotly/models/Font;)V
public final fun setOrientation (Lspace/kscience/plotly/models/LegendOrientation;)V
public final fun setTraceorder (Lspace/kscience/plotly/models/TraceOrder;)V
public final fun setX (Ljava/lang/Number;)V
public final fun setXanchor (Lspace/kscience/plotly/models/XAnchor;)V
public final fun setY (Ljava/lang/Number;)V
public final fun setYanchor (Lspace/kscience/plotly/models/YAnchor;)V
}
public final class space/kscience/plotly/models/Legend$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/LegendOrientation : java/lang/Enum {
public static final field horizontal Lspace/kscience/plotly/models/LegendOrientation;
public static final field vertical Lspace/kscience/plotly/models/LegendOrientation;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/LegendOrientation;
public static fun values ()[Lspace/kscience/plotly/models/LegendOrientation;
}
public abstract interface class space/kscience/plotly/models/Line {
public abstract fun getColor ()Lspace/kscience/plotly/models/Color;
public abstract fun getWidth ()Ljava/lang/Number;
public abstract fun getWidthList ()Ljava/util/List;
public abstract fun setWidth (Ljava/lang/Number;)V
public abstract fun setWidthList (Ljava/util/List;)V
}
public final class space/kscience/plotly/models/LineShape : java/lang/Enum {
public static final field hv Lspace/kscience/plotly/models/LineShape;
public static final field hvh Lspace/kscience/plotly/models/LineShape;
public static final field linear Lspace/kscience/plotly/models/LineShape;
public static final field spline Lspace/kscience/plotly/models/LineShape;
public static final field vh Lspace/kscience/plotly/models/LineShape;
public static final field vhv Lspace/kscience/plotly/models/LineShape;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/LineShape;
public static fun values ()[Lspace/kscience/plotly/models/LineShape;
}
public final class space/kscience/plotly/models/Margin : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Margin$Companion;
public fun <init> ()V
public final fun getAutoexpand ()Ljava/lang/Boolean;
public final fun getB ()Ljava/lang/Number;
public final fun getL ()Ljava/lang/Number;
public final fun getPad ()Ljava/lang/Number;
public final fun getR ()Ljava/lang/Number;
public final fun getT ()Ljava/lang/Number;
public final fun setAutoexpand (Ljava/lang/Boolean;)V
public final fun setB (Ljava/lang/Number;)V
public final fun setL (Ljava/lang/Number;)V
public final fun setPad (Ljava/lang/Number;)V
public final fun setR (Ljava/lang/Number;)V
public final fun setT (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/Margin$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/Marker : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Marker$Companion;
public fun <init> ()V
public final fun colorbar (Lkotlin/jvm/functions/Function1;)V
public final fun colors (Ljava/lang/Iterable;)V
public final fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getColorbar ()Lspace/kscience/plotly/models/ColorBar;
public final fun getGradient ()Lspace/kscience/plotly/models/Gradient;
public final fun getLine ()Lspace/kscience/plotly/models/MarkerLine;
public final fun getMaxdisplayed ()I
public final fun getOpacitiesList ()Ljava/util/List;
public final fun getOpacity ()Ljava/lang/Number;
public final fun getOutliercolor ()Lspace/kscience/plotly/models/Color;
public final fun getPieColors ()Ljava/util/List;
public final fun getSize ()Ljava/lang/Number;
public final fun getSizemin ()Ljava/lang/Number;
public final fun getSizemode ()Lspace/kscience/plotly/models/SizeMode;
public final fun getSizeref ()Ljava/lang/Number;
public final fun getSizesList ()Ljava/util/List;
public final fun getSymbol ()Lspace/kscience/plotly/models/Symbol;
public final fun getSymbolsList ()Ljava/util/List;
public final fun gradient (Lkotlin/jvm/functions/Function1;)V
public final fun line (Lkotlin/jvm/functions/Function1;)V
public final fun setColorbar (Lspace/kscience/plotly/models/ColorBar;)V
public final fun setGradient (Lspace/kscience/plotly/models/Gradient;)V
public final fun setLine (Lspace/kscience/plotly/models/MarkerLine;)V
public final fun setMaxdisplayed (I)V
public final fun setOpacitiesList (Ljava/util/List;)V
public final fun setOpacity (Ljava/lang/Number;)V
public final fun setPieColors (Ljava/util/List;)V
public final fun setSize (Ljava/lang/Number;)V
public final fun setSizemin (Ljava/lang/Number;)V
public final fun setSizemode (Lspace/kscience/plotly/models/SizeMode;)V
public final fun setSizeref (Ljava/lang/Number;)V
public final fun setSizesList (Ljava/util/List;)V
public final fun setSymbol (Lspace/kscience/plotly/models/Symbol;)V
public final fun setSymbolsList (Ljava/util/List;)V
}
public final class space/kscience/plotly/models/Marker$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/MarkerLine : space/kscience/dataforge/meta/Scheme, space/kscience/plotly/models/Line {
public static final field Companion Lspace/kscience/plotly/models/MarkerLine$Companion;
public fun <init> ()V
public final fun colors (Ljava/lang/Iterable;)V
public final fun getAutocolorscale ()Ljava/lang/Boolean;
public final fun getCauto ()Ljava/lang/Boolean;
public final fun getCmax ()Ljava/lang/Number;
public final fun getCmid ()Ljava/lang/Number;
public final fun getCmin ()Ljava/lang/Number;
public fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getColorscale ()Lspace/kscience/dataforge/meta/Value;
public final fun getOutliercolor ()Lspace/kscience/plotly/models/Color;
public final fun getOutlierwidth ()Ljava/lang/Number;
public final fun getReversescale ()Ljava/lang/Boolean;
public fun getWidth ()Ljava/lang/Number;
public fun getWidthList ()Ljava/util/List;
public final fun setAutocolorscale (Ljava/lang/Boolean;)V
public final fun setCauto (Ljava/lang/Boolean;)V
public final fun setCmax (Ljava/lang/Number;)V
public final fun setCmid (Ljava/lang/Number;)V
public final fun setCmin (Ljava/lang/Number;)V
public final fun setColorscale (Lspace/kscience/dataforge/meta/Value;)V
public final fun setOutlierwidth (Ljava/lang/Number;)V
public final fun setReversescale (Ljava/lang/Boolean;)V
public fun setWidth (Ljava/lang/Number;)V
public fun setWidthList (Ljava/util/List;)V
}
public final class space/kscience/plotly/models/MarkerLine$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/MeanLine : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/MeanLine$Companion;
public fun <init> ()V
public final fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getVisible ()Ljava/lang/Boolean;
public final fun getWidth ()Ljava/lang/Number;
public final fun setVisible (Ljava/lang/Boolean;)V
public final fun setWidth (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/MeanLine$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/MeasureMode : java/lang/Enum {
public static final field fraction Lspace/kscience/plotly/models/MeasureMode;
public static final field pixels Lspace/kscience/plotly/models/MeasureMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/MeasureMode;
public static fun values ()[Lspace/kscience/plotly/models/MeasureMode;
}
public final class space/kscience/plotly/models/Orientation : java/lang/Enum {
public static final field h Lspace/kscience/plotly/models/Orientation;
public static final field v Lspace/kscience/plotly/models/Orientation;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/Orientation;
public static fun values ()[Lspace/kscience/plotly/models/Orientation;
}
public final class space/kscience/plotly/models/Pie : space/kscience/plotly/models/Trace {
public static final field Companion Lspace/kscience/plotly/models/Pie$Companion;
public fun <init> ()V
public final fun getDirection ()Lspace/kscience/plotly/models/PieDirection;
public final fun getDlabel ()Ljava/lang/Number;
public final fun getHole ()Ljava/lang/Number;
public final fun getLabel0 ()Ljava/lang/Number;
public final fun getPull ()Ljava/lang/Number;
public final fun getPullList ()Ljava/util/List;
public final fun getRotation ()Ljava/lang/Number;
public final fun getSort ()Ljava/lang/Boolean;
public final fun getTextinfo ()Lspace/kscience/plotly/models/TextInfo;
public final fun setDirection (Lspace/kscience/plotly/models/PieDirection;)V
public final fun setDlabel (Ljava/lang/Number;)V
public final fun setHole (Ljava/lang/Number;)V
public final fun setLabel0 (Ljava/lang/Number;)V
public final fun setPull (Ljava/lang/Number;)V
public final fun setPullList (Ljava/util/List;)V
public final fun setRotation (Ljava/lang/Number;)V
public final fun setSort (Ljava/lang/Boolean;)V
public final fun setTextinfo (Lspace/kscience/plotly/models/TextInfo;)V
}
public final class space/kscience/plotly/models/Pie$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/PieDirection : java/lang/Enum {
public static final field clockwise Lspace/kscience/plotly/models/PieDirection;
public static final field counterclockwise Lspace/kscience/plotly/models/PieDirection;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/PieDirection;
public static fun values ()[Lspace/kscience/plotly/models/PieDirection;
}
public final class space/kscience/plotly/models/QuartileMethod : java/lang/Enum {
public static final field exclusive Lspace/kscience/plotly/models/QuartileMethod;
public static final field inclusive Lspace/kscience/plotly/models/QuartileMethod;
public static final field linear Lspace/kscience/plotly/models/QuartileMethod;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/QuartileMethod;
public static fun values ()[Lspace/kscience/plotly/models/QuartileMethod;
}
public final class space/kscience/plotly/models/Ref : java/lang/Enum {
public static final field container Lspace/kscience/plotly/models/Ref;
public static final field paper Lspace/kscience/plotly/models/Ref;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/Ref;
public static fun values ()[Lspace/kscience/plotly/models/Ref;
}
public class space/kscience/plotly/models/Scatter : space/kscience/plotly/models/Trace, space/kscience/plotly/models/SelectedPoints {
public static final field Companion Lspace/kscience/plotly/models/Scatter$Companion;
public fun <init> ()V
public final fun getFill ()Lspace/kscience/plotly/models/FillType;
public final fun getGroupnorm ()Lspace/kscience/plotly/models/GroupNorm;
public final fun getHoveron ()Lspace/kscience/plotly/models/ScatterHoveron;
public final fun getMode ()Lspace/kscience/plotly/models/ScatterMode;
public fun getSelected ()Lspace/kscience/plotly/models/SelectPoints;
public fun getSelectedpoints ()Ljava/util/List;
public final fun getStackgaps ()Lspace/kscience/plotly/models/StackGaps;
public final fun getStackgroup ()Ljava/lang/String;
public fun getUnselected ()Lspace/kscience/plotly/models/SelectPoints;
public final fun getYaxis ()Ljava/lang/String;
public final fun selected (Lkotlin/jvm/functions/Function1;)V
public final fun setFill (Lspace/kscience/plotly/models/FillType;)V
public final fun setGroupnorm (Lspace/kscience/plotly/models/GroupNorm;)V
public final fun setHoveron (Lspace/kscience/plotly/models/ScatterHoveron;)V
public final fun setMode (Lspace/kscience/plotly/models/ScatterMode;)V
public fun setSelected (Lspace/kscience/plotly/models/SelectPoints;)V
public fun setSelectedpoints (Ljava/util/List;)V
public final fun setStackgaps (Lspace/kscience/plotly/models/StackGaps;)V
public final fun setStackgroup (Ljava/lang/String;)V
public fun setUnselected (Lspace/kscience/plotly/models/SelectPoints;)V
public final fun setYaxis (Ljava/lang/String;)V
public final fun unselected (Lkotlin/jvm/functions/Function1;)V
}
public final class space/kscience/plotly/models/Scatter$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ScatterGL : space/kscience/plotly/models/Scatter {
public static final field Companion Lspace/kscience/plotly/models/ScatterGL$Companion;
public fun <init> ()V
}
public final class space/kscience/plotly/models/ScatterGL$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ScatterHoveron : java/lang/Enum {
public static final field fills Lspace/kscience/plotly/models/ScatterHoveron;
public static final field points Lspace/kscience/plotly/models/ScatterHoveron;
public static final field points+fills Lspace/kscience/plotly/models/ScatterHoveron;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ScatterHoveron;
public static fun values ()[Lspace/kscience/plotly/models/ScatterHoveron;
}
public final class space/kscience/plotly/models/ScatterMode : java/lang/Enum {
public static final field lines Lspace/kscience/plotly/models/ScatterMode;
public static final field lines+markers Lspace/kscience/plotly/models/ScatterMode;
public static final field lines+markers+text Lspace/kscience/plotly/models/ScatterMode;
public static final field lines+text Lspace/kscience/plotly/models/ScatterMode;
public static final field markers Lspace/kscience/plotly/models/ScatterMode;
public static final field markers+text Lspace/kscience/plotly/models/ScatterMode;
public static final field none Lspace/kscience/plotly/models/ScatterMode;
public static final field text Lspace/kscience/plotly/models/ScatterMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ScatterMode;
public static fun values ()[Lspace/kscience/plotly/models/ScatterMode;
}
public final class space/kscience/plotly/models/SelectMarker : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/SelectMarker$Companion;
public fun <init> ()V
public final fun getColor ()Lspace/kscience/plotly/models/Color;
public final fun getOpacity ()Ljava/lang/Number;
public final fun getSize ()Ljava/lang/Number;
public final fun setOpacity (Ljava/lang/Number;)V
public final fun setSize (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/SelectMarker$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/SelectPoints : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/SelectPoints$Companion;
public fun <init> ()V
public final fun getMarker ()Lspace/kscience/plotly/models/SelectMarker;
public final fun getTextfont ()Lspace/kscience/plotly/models/Font;
public final fun marker (Lkotlin/jvm/functions/Function1;)V
public final fun setMarker (Lspace/kscience/plotly/models/SelectMarker;)V
public final fun setTextfont (Lspace/kscience/plotly/models/Font;)V
public final fun textfont (Lkotlin/jvm/functions/Function1;)V
}
public final class space/kscience/plotly/models/SelectPoints$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public abstract interface class space/kscience/plotly/models/SelectedPoints {
public abstract fun getSelected ()Lspace/kscience/plotly/models/SelectPoints;
public abstract fun getSelectedpoints ()Ljava/util/List;
public abstract fun getUnselected ()Lspace/kscience/plotly/models/SelectPoints;
public abstract fun setSelected (Lspace/kscience/plotly/models/SelectPoints;)V
public abstract fun setSelectedpoints (Ljava/util/List;)V
public abstract fun setUnselected (Lspace/kscience/plotly/models/SelectPoints;)V
}
public final class space/kscience/plotly/models/Shape : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Shape$Companion;
public fun <init> ()V
public final fun endXY (Ljava/lang/Number;Ljava/lang/Number;)V
public final fun getEditable ()Ljava/lang/Boolean;
public final fun getFillcolor ()Lspace/kscience/plotly/models/Color;
public final fun getFillrule ()Lspace/kscience/plotly/models/ShapeFillRule;
public final fun getLayer ()Lspace/kscience/plotly/models/ShapeLayer;
public final fun getLine ()Lspace/kscience/plotly/models/LayoutLine;
public final fun getName ()Ljava/lang/String;
public final fun getOpacity ()Ljava/lang/Number;
public final fun getPath ()Ljava/lang/String;
public final fun getTemplateitemname ()Ljava/lang/String;
public final fun getType ()Lspace/kscience/plotly/models/ShapeType;
public final fun getVisible ()Ljava/lang/Boolean;
public final fun getX0 ()Lspace/kscience/dataforge/meta/Value;
public final fun getX1 ()Lspace/kscience/dataforge/meta/Value;
public final fun getXanchor ()Lspace/kscience/dataforge/meta/Value;
public final fun getXref ()Ljava/lang/String;
public final fun getXsizemode ()Lspace/kscience/plotly/models/ShapeSizeMode;
public final fun getY0 ()Lspace/kscience/dataforge/meta/Value;
public final fun getY1 ()Lspace/kscience/dataforge/meta/Value;
public final fun getYanchor ()Lspace/kscience/dataforge/meta/Value;
public final fun getYref ()Ljava/lang/String;
public final fun getYsizemode ()Lspace/kscience/plotly/models/ShapeSizeMode;
public final fun line (Lkotlin/jvm/functions/Function1;)V
public final fun setEditable (Ljava/lang/Boolean;)V
public final fun setFillrule (Lspace/kscience/plotly/models/ShapeFillRule;)V
public final fun setLayer (Lspace/kscience/plotly/models/ShapeLayer;)V
public final fun setLine (Lspace/kscience/plotly/models/LayoutLine;)V
public final fun setName (Ljava/lang/String;)V
public final fun setOpacity (Ljava/lang/Number;)V
public final fun setPath (Ljava/lang/String;)V
public final fun setTemplateitemname (Ljava/lang/String;)V
public final fun setType (Lspace/kscience/plotly/models/ShapeType;)V
public final fun setVisible (Ljava/lang/Boolean;)V
public final fun setX0 (Lspace/kscience/dataforge/meta/Value;)V
public final fun setX1 (Lspace/kscience/dataforge/meta/Value;)V
public final fun setXanchor (Lspace/kscience/dataforge/meta/Value;)V
public final fun setXref (Ljava/lang/String;)V
public final fun setXsizemode (Lspace/kscience/plotly/models/ShapeSizeMode;)V
public final fun setY0 (Lspace/kscience/dataforge/meta/Value;)V
public final fun setY1 (Lspace/kscience/dataforge/meta/Value;)V
public final fun setYanchor (Lspace/kscience/dataforge/meta/Value;)V
public final fun setYref (Ljava/lang/String;)V
public final fun setYsizemode (Lspace/kscience/plotly/models/ShapeSizeMode;)V
public final fun startXY (Ljava/lang/Number;Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/Shape$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ShapeFillRule : java/lang/Enum {
public static final field evenodd Lspace/kscience/plotly/models/ShapeFillRule;
public static final field nonzero Lspace/kscience/plotly/models/ShapeFillRule;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ShapeFillRule;
public static fun values ()[Lspace/kscience/plotly/models/ShapeFillRule;
}
public final class space/kscience/plotly/models/ShapeLayer : java/lang/Enum {
public static final field above Lspace/kscience/plotly/models/ShapeLayer;
public static final field below Lspace/kscience/plotly/models/ShapeLayer;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ShapeLayer;
public static fun values ()[Lspace/kscience/plotly/models/ShapeLayer;
}
public final class space/kscience/plotly/models/ShapeSizeMode : java/lang/Enum {
public static final field pixel Lspace/kscience/plotly/models/ShapeSizeMode;
public static final field scaled Lspace/kscience/plotly/models/ShapeSizeMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ShapeSizeMode;
public static fun values ()[Lspace/kscience/plotly/models/ShapeSizeMode;
}
public final class space/kscience/plotly/models/ShapeType : java/lang/Enum {
public static final field circle Lspace/kscience/plotly/models/ShapeType;
public static final field line Lspace/kscience/plotly/models/ShapeType;
public static final field path Lspace/kscience/plotly/models/ShapeType;
public static final field rect Lspace/kscience/plotly/models/ShapeType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ShapeType;
public static fun values ()[Lspace/kscience/plotly/models/ShapeType;
}
public final class space/kscience/plotly/models/SizeMode : java/lang/Enum {
public static final field area Lspace/kscience/plotly/models/SizeMode;
public static final field diameter Lspace/kscience/plotly/models/SizeMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/SizeMode;
public static fun values ()[Lspace/kscience/plotly/models/SizeMode;
}
public final class space/kscience/plotly/models/SpanMode : java/lang/Enum {
public static final field hard Lspace/kscience/plotly/models/SpanMode;
public static final field manual Lspace/kscience/plotly/models/SpanMode;
public static final field soft Lspace/kscience/plotly/models/SpanMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/SpanMode;
public static fun values ()[Lspace/kscience/plotly/models/SpanMode;
}
public final class space/kscience/plotly/models/StackGaps : java/lang/Enum {
public static final field infer zero Lspace/kscience/plotly/models/StackGaps;
public static final field interpolate Lspace/kscience/plotly/models/StackGaps;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/StackGaps;
public static fun values ()[Lspace/kscience/plotly/models/StackGaps;
}
public final class space/kscience/plotly/models/Symbol : java/lang/Enum {
public static final field circle Lspace/kscience/plotly/models/Symbol;
public static final field cross Lspace/kscience/plotly/models/Symbol;
public static final field cross-thin Lspace/kscience/plotly/models/Symbol;
public static final field line-ns Lspace/kscience/plotly/models/Symbol;
public static final field square-cross Lspace/kscience/plotly/models/Symbol;
public static final field triangle-down Lspace/kscience/plotly/models/Symbol;
public static final field triangle-up Lspace/kscience/plotly/models/Symbol;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/Symbol;
public static fun values ()[Lspace/kscience/plotly/models/Symbol;
}
public final class space/kscience/plotly/models/Table : space/kscience/plotly/models/Trace {
public static final field Companion Lspace/kscience/plotly/models/Table$Companion;
public fun <init> ()V
public final fun cells (Lkotlin/jvm/functions/Function1;)V
public final fun getCells ()Lspace/kscience/plotly/models/Cells;
public final fun getColumnorder ()Lspace/kscience/plotly/models/TraceValues;
public final fun getColumnwidth ()Lspace/kscience/plotly/models/TraceValues;
public final fun getHeader ()Lspace/kscience/plotly/models/Header;
public final fun getIds ()Lspace/kscience/plotly/models/TraceValues;
public final fun header (Lkotlin/jvm/functions/Function1;)V
public final fun setCells (Lspace/kscience/plotly/models/Cells;)V
public final fun setColumnorder (Lspace/kscience/plotly/models/TraceValues;)V
public final fun setColumnwidth (Lspace/kscience/plotly/models/TraceValues;)V
public final fun setHeader (Lspace/kscience/plotly/models/Header;)V
public final fun setIds (Lspace/kscience/plotly/models/TraceValues;)V
}
public final class space/kscience/plotly/models/Table$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public abstract interface class space/kscience/plotly/models/Table2D {
public abstract fun getXgap ()Ljava/lang/Number;
public abstract fun getYgap ()Ljava/lang/Number;
public abstract fun getZsmooth ()Lspace/kscience/plotly/models/ZsmoothType;
public abstract fun setXgap (Ljava/lang/Number;)V
public abstract fun setYgap (Ljava/lang/Number;)V
public abstract fun setZsmooth (Lspace/kscience/plotly/models/ZsmoothType;)V
}
public final class space/kscience/plotly/models/Text : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Text$Companion;
public fun <init> ()V
public final fun font (Lkotlin/jvm/functions/Function1;)V
public final fun getAlign ()Lspace/kscience/plotly/models/HorizontalAlign;
public final fun getArrowcolor ()Lspace/kscience/plotly/models/Color;
public final fun getAx ()Lspace/kscience/dataforge/meta/Value;
public final fun getAy ()Lspace/kscience/dataforge/meta/Value;
public final fun getBgcolor ()Lspace/kscience/plotly/models/Color;
public final fun getBordercolor ()Lspace/kscience/plotly/models/Color;
public final fun getFont ()Lspace/kscience/plotly/models/Font;
public final fun getHeight ()Ljava/lang/Number;
public final fun getOpacity ()Ljava/lang/Number;
public final fun getShowarrow ()Ljava/lang/Boolean;
public final fun getStandoff ()Ljava/lang/Number;
public final fun getText ()Ljava/lang/String;
public final fun getTextangle ()Ljava/lang/Number;
public final fun getValign ()Lspace/kscience/plotly/models/VerticalAlign;
public final fun getVisible ()Ljava/lang/Boolean;
public final fun getWidth ()Ljava/lang/Number;
public final fun getX ()Lspace/kscience/dataforge/meta/Value;
public final fun getXanchor ()Lspace/kscience/plotly/models/XAnchor;
public final fun getXref ()Ljava/lang/String;
public final fun getY ()Lspace/kscience/dataforge/meta/Value;
public final fun getYanchor ()Lspace/kscience/plotly/models/YAnchor;
public final fun getYref ()Ljava/lang/String;
public final fun position (Ljava/lang/Number;Ljava/lang/Number;)V
public final fun setAlign (Lspace/kscience/plotly/models/HorizontalAlign;)V
public final fun setAx (Lspace/kscience/dataforge/meta/Value;)V
public final fun setAy (Lspace/kscience/dataforge/meta/Value;)V
public final fun setFont (Lspace/kscience/plotly/models/Font;)V
public final fun setHeight (Ljava/lang/Number;)V
public final fun setOpacity (Ljava/lang/Number;)V
public final fun setShowarrow (Ljava/lang/Boolean;)V
public final fun setStandoff (Ljava/lang/Number;)V
public final fun setText (Ljava/lang/String;)V
public final fun setTextangle (Ljava/lang/Number;)V
public final fun setValign (Lspace/kscience/plotly/models/VerticalAlign;)V
public final fun setVisible (Ljava/lang/Boolean;)V
public final fun setWidth (Ljava/lang/Number;)V
public final fun setX (Lspace/kscience/dataforge/meta/Value;)V
public final fun setXanchor (Lspace/kscience/plotly/models/XAnchor;)V
public final fun setXref (Ljava/lang/String;)V
public final fun setY (Lspace/kscience/dataforge/meta/Value;)V
public final fun setYanchor (Lspace/kscience/plotly/models/YAnchor;)V
public final fun setYref (Ljava/lang/String;)V
}
public final class space/kscience/plotly/models/Text$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/TextInfo : java/lang/Enum {
public static final field label Lspace/kscience/plotly/models/TextInfo;
public static final field label+percent Lspace/kscience/plotly/models/TextInfo;
public static final field label+text Lspace/kscience/plotly/models/TextInfo;
public static final field label+text+percent Lspace/kscience/plotly/models/TextInfo;
public static final field label+text+value Lspace/kscience/plotly/models/TextInfo;
public static final field label+text+value+percent Lspace/kscience/plotly/models/TextInfo;
public static final field label+value Lspace/kscience/plotly/models/TextInfo;
public static final field label+value+percent Lspace/kscience/plotly/models/TextInfo;
public static final field none Lspace/kscience/plotly/models/TextInfo;
public static final field percent Lspace/kscience/plotly/models/TextInfo;
public static final field text Lspace/kscience/plotly/models/TextInfo;
public static final field text+percent Lspace/kscience/plotly/models/TextInfo;
public static final field text+value Lspace/kscience/plotly/models/TextInfo;
public static final field text+value+percent Lspace/kscience/plotly/models/TextInfo;
public static final field value Lspace/kscience/plotly/models/TextInfo;
public static final field value+percent Lspace/kscience/plotly/models/TextInfo;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/TextInfo;
public static fun values ()[Lspace/kscience/plotly/models/TextInfo;
}
public final class space/kscience/plotly/models/TextPosition : java/lang/Enum {
public static final field auto Lspace/kscience/plotly/models/TextPosition;
public static final field bottom center Lspace/kscience/plotly/models/TextPosition;
public static final field bottom left Lspace/kscience/plotly/models/TextPosition;
public static final field bottom right Lspace/kscience/plotly/models/TextPosition;
public static final field inside Lspace/kscience/plotly/models/TextPosition;
public static final field middle center Lspace/kscience/plotly/models/TextPosition;
public static final field middle left Lspace/kscience/plotly/models/TextPosition;
public static final field middle right Lspace/kscience/plotly/models/TextPosition;
public static final field none Lspace/kscience/plotly/models/TextPosition;
public static final field outside Lspace/kscience/plotly/models/TextPosition;
public static final field top center Lspace/kscience/plotly/models/TextPosition;
public static final field top left Lspace/kscience/plotly/models/TextPosition;
public static final field top right Lspace/kscience/plotly/models/TextPosition;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/TextPosition;
public static fun values ()[Lspace/kscience/plotly/models/TextPosition;
}
public final class space/kscience/plotly/models/TickMode : java/lang/Enum {
public static final field array Lspace/kscience/plotly/models/TickMode;
public static final field auto Lspace/kscience/plotly/models/TickMode;
public static final field linear Lspace/kscience/plotly/models/TickMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/TickMode;
public static fun values ()[Lspace/kscience/plotly/models/TickMode;
}
public final class space/kscience/plotly/models/Ticks : java/lang/Enum {
public static final field "" Lspace/kscience/plotly/models/Ticks;
public static final field inside Lspace/kscience/plotly/models/Ticks;
public static final field outside Lspace/kscience/plotly/models/Ticks;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/Ticks;
public static fun values ()[Lspace/kscience/plotly/models/Ticks;
}
public final class space/kscience/plotly/models/Title : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Title$Companion;
public fun <init> ()V
public final fun font (Lkotlin/jvm/functions/Function1;)V
public final fun getFont ()Lspace/kscience/plotly/models/Font;
public final fun getPad ()Lspace/kscience/plotly/models/Margin;
public final fun getText ()Ljava/lang/String;
public final fun getX ()Ljava/lang/Number;
public final fun getXanchor ()Lspace/kscience/plotly/models/XAnchor;
public final fun getXref ()Lspace/kscience/plotly/models/Ref;
public final fun getY ()Ljava/lang/Number;
public final fun getYanchor ()Lspace/kscience/plotly/models/YAnchor;
public final fun getYref ()Lspace/kscience/plotly/models/Ref;
public final fun pad (Lkotlin/jvm/functions/Function1;)V
public final fun setFont (Lspace/kscience/plotly/models/Font;)V
public final fun setPad (Lspace/kscience/plotly/models/Margin;)V
public final fun setText (Ljava/lang/String;)V
public final fun setX (Ljava/lang/Number;)V
public final fun setXanchor (Lspace/kscience/plotly/models/XAnchor;)V
public final fun setXref (Lspace/kscience/plotly/models/Ref;)V
public final fun setY (Ljava/lang/Number;)V
public final fun setYanchor (Lspace/kscience/plotly/models/YAnchor;)V
public final fun setYref (Lspace/kscience/plotly/models/Ref;)V
}
public final class space/kscience/plotly/models/Title$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public class space/kscience/plotly/models/Trace : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/Trace$Companion;
public static final field TEXT_AXIS Ljava/lang/String;
public static final field X_AXIS Ljava/lang/String;
public static final field Y_AXIS Ljava/lang/String;
public static final field Z_AXIS Ljava/lang/String;
public fun <init> ()V
public final fun axis (Ljava/lang/String;)Lspace/kscience/plotly/models/TraceValues;
public final fun colorbar (Lkotlin/jvm/functions/Function1;)V
public final fun domain (Lkotlin/jvm/functions/Function1;)V
public final fun error_x (Lkotlin/jvm/functions/Function1;)V
public final fun error_y (Lkotlin/jvm/functions/Function1;)V
public final fun getAxis ()Lkotlin/properties/ReadOnlyProperty;
public final fun getCliponaxis ()Ljava/lang/Boolean;
public final fun getColorbar ()Lspace/kscience/plotly/models/ColorBar;
public final fun getColorscale ()Lspace/kscience/dataforge/meta/Value;
public final fun getConnectgaps ()Ljava/lang/Boolean;
public final fun getDomain ()Lspace/kscience/plotly/models/Domain;
public final fun getDx ()Ljava/lang/Number;
public final fun getDy ()Ljava/lang/Number;
public final fun getError_x ()Lspace/kscience/plotly/models/Error;
public final fun getError_y ()Lspace/kscience/plotly/models/Error;
public final fun getFillcolor ()Lspace/kscience/plotly/models/Color;
public final fun getHoverinfo ()Ljava/lang/String;
public final fun getHoverlabel ()Lspace/kscience/plotly/models/Hoverlabel;
public final fun getHovertext ()Lspace/kscience/plotly/models/TraceValues;
public final fun getLabels ()Ljava/util/List;
public final fun getLegendgroup ()Ljava/lang/String;
public final fun getLine ()Lspace/kscience/plotly/models/LayoutLine;
public final fun getMarker ()Lspace/kscience/plotly/models/Marker;
public final fun getName ()Ljava/lang/String;
public final fun getOpacity ()Ljava/lang/Number;
public final fun getOrientation ()Lspace/kscience/plotly/models/Orientation;
public final fun getReversescale ()Ljava/lang/Boolean;
public final fun getScalegroup ()Ljava/lang/String;
public final fun getShowlegend ()Ljava/lang/Boolean;
public final fun getShowscale ()Ljava/lang/Boolean;
public final fun getText ()Lspace/kscience/plotly/models/TraceValues;
public final fun getTextfont ()Lspace/kscience/plotly/models/Font;
public final fun getTextposition ()Lspace/kscience/plotly/models/TextPosition;
public final fun getTextpositionsList ()Ljava/util/List;
public final fun getTranspose ()Ljava/lang/Boolean;
public final fun getType ()Lspace/kscience/plotly/models/TraceType;
public final fun getValues ()Ljava/util/List;
public final fun getVisible ()Lspace/kscience/plotly/models/Visible;
public final fun getX ()Lspace/kscience/plotly/models/TraceValues;
public final fun getX0 ()Lspace/kscience/dataforge/meta/Value;
public final fun getXcalendar ()Lspace/kscience/plotly/models/Calendar;
public final fun getY ()Lspace/kscience/plotly/models/TraceValues;
public final fun getY0 ()Lspace/kscience/dataforge/meta/Value;
public final fun getYcalendar ()Lspace/kscience/plotly/models/Calendar;
public final fun getZ ()Lspace/kscience/plotly/models/TraceValues;
public final fun getZauto ()Ljava/lang/Boolean;
public final fun getZmax ()Ljava/lang/Number;
public final fun getZmid ()Ljava/lang/Number;
public final fun getZmin ()Ljava/lang/Number;
public final fun hoverlabel (Lkotlin/jvm/functions/Function1;)V
public final fun labels (Ljava/lang/Iterable;)V
public final fun line (Lkotlin/jvm/functions/Function1;)V
public final fun marker (Lkotlin/jvm/functions/Function1;)V
public final fun setCliponaxis (Ljava/lang/Boolean;)V
public final fun setColorbar (Lspace/kscience/plotly/models/ColorBar;)V
public final fun setColorscale (Lspace/kscience/dataforge/meta/Value;)V
public final fun setConnectgaps (Ljava/lang/Boolean;)V
public final fun setDomain (Lspace/kscience/plotly/models/Domain;)V
public final fun setDx (Ljava/lang/Number;)V
public final fun setDy (Ljava/lang/Number;)V
public final fun setError_x (Lspace/kscience/plotly/models/Error;)V
public final fun setError_y (Lspace/kscience/plotly/models/Error;)V
public final fun setHoverinfo (Ljava/lang/String;)V
public final fun setHoverlabel (Lspace/kscience/plotly/models/Hoverlabel;)V
public final fun setLabels (Ljava/util/List;)V
public final fun setLegendgroup (Ljava/lang/String;)V
public final fun setLine (Lspace/kscience/plotly/models/LayoutLine;)V
public final fun setMarker (Lspace/kscience/plotly/models/Marker;)V
public final fun setName (Ljava/lang/String;)V
public final fun setOpacity (Ljava/lang/Number;)V
public final fun setOrientation (Lspace/kscience/plotly/models/Orientation;)V
public final fun setReversescale (Ljava/lang/Boolean;)V
public final fun setScalegroup (Ljava/lang/String;)V
public final fun setShowlegend (Ljava/lang/Boolean;)V
public final fun setShowscale (Ljava/lang/Boolean;)V
public final fun setTextfont (Lspace/kscience/plotly/models/Font;)V
public final fun setTextposition (Lspace/kscience/plotly/models/TextPosition;)V
public final fun setTextpositionsList (Ljava/util/List;)V
public final fun setTranspose (Ljava/lang/Boolean;)V
public final fun setType (Lspace/kscience/plotly/models/TraceType;)V
public final fun setValues (Ljava/util/List;)V
public final fun setVisible (Lspace/kscience/plotly/models/Visible;)V
public final fun setX0 (Lspace/kscience/dataforge/meta/Value;)V
public final fun setXcalendar (Lspace/kscience/plotly/models/Calendar;)V
public final fun setY0 (Lspace/kscience/dataforge/meta/Value;)V
public final fun setYcalendar (Lspace/kscience/plotly/models/Calendar;)V
public final fun setZauto (Ljava/lang/Boolean;)V
public final fun setZmax (Ljava/lang/Number;)V
public final fun setZmid (Ljava/lang/Number;)V
public final fun setZmin (Ljava/lang/Number;)V
public final fun textfont (Lkotlin/jvm/functions/Function1;)V
public final fun values (Ljava/lang/Iterable;)V
}
public final class space/kscience/plotly/models/Trace$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/TraceKt {
public static final fun invoke (Lspace/kscience/dataforge/meta/SchemeSpec;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/Trace;
public static synthetic fun invoke$default (Lspace/kscience/dataforge/meta/SchemeSpec;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lspace/kscience/plotly/models/Trace;
}
public final class space/kscience/plotly/models/TraceOrder : java/lang/Enum {
public static final field normal Lspace/kscience/plotly/models/TraceOrder;
public static final field reversed Lspace/kscience/plotly/models/TraceOrder;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/TraceOrder;
public static fun values ()[Lspace/kscience/plotly/models/TraceOrder;
}
public final class space/kscience/plotly/models/TraceType : java/lang/Enum {
public static final field bar Lspace/kscience/plotly/models/TraceType;
public static final field box Lspace/kscience/plotly/models/TraceType;
public static final field candlestick Lspace/kscience/plotly/models/TraceType;
public static final field choropleth Lspace/kscience/plotly/models/TraceType;
public static final field choroplethmapbox Lspace/kscience/plotly/models/TraceType;
public static final field cone Lspace/kscience/plotly/models/TraceType;
public static final field contour Lspace/kscience/plotly/models/TraceType;
public static final field heatmap Lspace/kscience/plotly/models/TraceType;
public static final field heatmapgl Lspace/kscience/plotly/models/TraceType;
public static final field histogram Lspace/kscience/plotly/models/TraceType;
public static final field histogram2d Lspace/kscience/plotly/models/TraceType;
public static final field histogram2dcontour Lspace/kscience/plotly/models/TraceType;
public static final field image Lspace/kscience/plotly/models/TraceType;
public static final field isosurface Lspace/kscience/plotly/models/TraceType;
public static final field mesh3d Lspace/kscience/plotly/models/TraceType;
public static final field ohlc Lspace/kscience/plotly/models/TraceType;
public static final field pie Lspace/kscience/plotly/models/TraceType;
public static final field scatter Lspace/kscience/plotly/models/TraceType;
public static final field scatter3d Lspace/kscience/plotly/models/TraceType;
public static final field scattergeo Lspace/kscience/plotly/models/TraceType;
public static final field scattergl Lspace/kscience/plotly/models/TraceType;
public static final field scattermapbox Lspace/kscience/plotly/models/TraceType;
public static final field streamtube Lspace/kscience/plotly/models/TraceType;
public static final field surface Lspace/kscience/plotly/models/TraceType;
public static final field table Lspace/kscience/plotly/models/TraceType;
public static final field violin Lspace/kscience/plotly/models/TraceType;
public static final field volume Lspace/kscience/plotly/models/TraceType;
public static final field waterfall Lspace/kscience/plotly/models/TraceType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/TraceType;
public static fun values ()[Lspace/kscience/plotly/models/TraceType;
}
public final class space/kscience/plotly/models/TraceValues {
public final fun getDoubles ()[D
public final fun getNumbers ()Ljava/lang/Iterable;
public final fun getOwner ()Lspace/kscience/dataforge/meta/Scheme;
public final fun getStrings ()Ljava/lang/Iterable;
public final fun getValue ()Lspace/kscience/dataforge/meta/Value;
public final fun invoke (Ljava/util/List;)V
public final fun invoke ([Ljava/lang/Number;)V
public final fun invoke ([Ljava/lang/String;)V
public final fun set (Ljava/lang/Object;)V
public final fun setDoubles ([D)V
public final fun setNumbers (Ljava/lang/Iterable;)V
public final fun setStrings (Ljava/lang/Iterable;)V
public final fun setValue (Lspace/kscience/dataforge/meta/Value;)V
}
public final class space/kscience/plotly/models/VerticalAlign : java/lang/Enum {
public static final field bottom Lspace/kscience/plotly/models/VerticalAlign;
public static final field middle Lspace/kscience/plotly/models/VerticalAlign;
public static final field top Lspace/kscience/plotly/models/VerticalAlign;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/VerticalAlign;
public static fun values ()[Lspace/kscience/plotly/models/VerticalAlign;
}
public final class space/kscience/plotly/models/Violin : space/kscience/plotly/models/Trace {
public static final field Companion Lspace/kscience/plotly/models/Violin$Companion;
public fun <init> ()V
public final fun box (Lkotlin/jvm/functions/Function1;)V
public final fun getBox ()Lspace/kscience/plotly/models/ViolinBox;
public final fun getHoveron ()Lspace/kscience/plotly/models/ViolinHoveron;
public final fun getJitter ()Ljava/lang/Number;
public final fun getMeanline ()Lspace/kscience/plotly/models/MeanLine;
public final fun getPointpos ()Ljava/lang/Number;
public final fun getPoints ()Lspace/kscience/plotly/models/ViolinPoints;
public final fun getScalemode ()Lspace/kscience/plotly/models/ViolinScaleMode;
public final fun getSide ()Lspace/kscience/plotly/models/ViolinSide;
public final fun getSpan ()Ljava/util/List;
public final fun getSpanmode ()Lspace/kscience/plotly/models/SpanMode;
public final fun meanline (Lkotlin/jvm/functions/Function1;)V
public final fun setBox (Lspace/kscience/plotly/models/ViolinBox;)V
public final fun setHoveron (Lspace/kscience/plotly/models/ViolinHoveron;)V
public final fun setJitter (Ljava/lang/Number;)V
public final fun setMeanline (Lspace/kscience/plotly/models/MeanLine;)V
public final fun setPointpos (Ljava/lang/Number;)V
public final fun setPoints (Lspace/kscience/plotly/models/ViolinPoints;)V
public final fun setScalemode (Lspace/kscience/plotly/models/ViolinScaleMode;)V
public final fun setSide (Lspace/kscience/plotly/models/ViolinSide;)V
public final fun setSpan (Ljava/util/List;)V
public final fun setSpanmode (Lspace/kscience/plotly/models/SpanMode;)V
public final fun span (Ljava/lang/Iterable;)V
}
public final class space/kscience/plotly/models/Violin$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ViolinBox : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/ViolinBox$Companion;
public fun <init> ()V
public final fun getFillcolor ()Lspace/kscience/plotly/models/Color;
public final fun getVisible ()Ljava/lang/Boolean;
public final fun getWidth ()Ljava/lang/Number;
public final fun setVisible (Ljava/lang/Boolean;)V
public final fun setWidth (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/ViolinBox$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/ViolinHoveron : java/lang/Enum {
public static final field all Lspace/kscience/plotly/models/ViolinHoveron;
public static final field kde Lspace/kscience/plotly/models/ViolinHoveron;
public static final field points Lspace/kscience/plotly/models/ViolinHoveron;
public static final field points+kde Lspace/kscience/plotly/models/ViolinHoveron;
public static final field violins Lspace/kscience/plotly/models/ViolinHoveron;
public static final field violins+kde Lspace/kscience/plotly/models/ViolinHoveron;
public static final field violins+points Lspace/kscience/plotly/models/ViolinHoveron;
public static final field violins+points+kde Lspace/kscience/plotly/models/ViolinHoveron;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ViolinHoveron;
public static fun values ()[Lspace/kscience/plotly/models/ViolinHoveron;
}
public final class space/kscience/plotly/models/ViolinMode : java/lang/Enum {
public static final field group Lspace/kscience/plotly/models/ViolinMode;
public static final field overlay Lspace/kscience/plotly/models/ViolinMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ViolinMode;
public static fun values ()[Lspace/kscience/plotly/models/ViolinMode;
}
public final class space/kscience/plotly/models/ViolinPoints : java/lang/Enum {
public static final field all Lspace/kscience/plotly/models/ViolinPoints;
public static final field false Lspace/kscience/plotly/models/ViolinPoints;
public static final field outliers Lspace/kscience/plotly/models/ViolinPoints;
public static final field suspectedoutliers Lspace/kscience/plotly/models/ViolinPoints;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ViolinPoints;
public static fun values ()[Lspace/kscience/plotly/models/ViolinPoints;
}
public final class space/kscience/plotly/models/ViolinScaleMode : java/lang/Enum {
public static final field count Lspace/kscience/plotly/models/ViolinScaleMode;
public static final field width Lspace/kscience/plotly/models/ViolinScaleMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ViolinScaleMode;
public static fun values ()[Lspace/kscience/plotly/models/ViolinScaleMode;
}
public final class space/kscience/plotly/models/ViolinSide : java/lang/Enum {
public static final field both Lspace/kscience/plotly/models/ViolinSide;
public static final field negative Lspace/kscience/plotly/models/ViolinSide;
public static final field positive Lspace/kscience/plotly/models/ViolinSide;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ViolinSide;
public static fun values ()[Lspace/kscience/plotly/models/ViolinSide;
}
public final class space/kscience/plotly/models/Visible : java/lang/Enum {
public static final field false Lspace/kscience/plotly/models/Visible;
public static final field legendonly Lspace/kscience/plotly/models/Visible;
public static final field true Lspace/kscience/plotly/models/Visible;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/Visible;
public static fun values ()[Lspace/kscience/plotly/models/Visible;
}
public final class space/kscience/plotly/models/XAnchor : java/lang/Enum {
public static final field auto Lspace/kscience/plotly/models/XAnchor;
public static final field center Lspace/kscience/plotly/models/XAnchor;
public static final field left Lspace/kscience/plotly/models/XAnchor;
public static final field right Lspace/kscience/plotly/models/XAnchor;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/XAnchor;
public static fun values ()[Lspace/kscience/plotly/models/XAnchor;
}
public final class space/kscience/plotly/models/XPeriodAlignment : java/lang/Enum {
public static final field end Lspace/kscience/plotly/models/XPeriodAlignment;
public static final field middle Lspace/kscience/plotly/models/XPeriodAlignment;
public static final field start Lspace/kscience/plotly/models/XPeriodAlignment;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/XPeriodAlignment;
public static fun values ()[Lspace/kscience/plotly/models/XPeriodAlignment;
}
public final class space/kscience/plotly/models/YAnchor : java/lang/Enum {
public static final field auto Lspace/kscience/plotly/models/YAnchor;
public static final field bottom Lspace/kscience/plotly/models/YAnchor;
public static final field middle Lspace/kscience/plotly/models/YAnchor;
public static final field top Lspace/kscience/plotly/models/YAnchor;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/YAnchor;
public static fun values ()[Lspace/kscience/plotly/models/YAnchor;
}
public final class space/kscience/plotly/models/ZsmoothType : java/lang/Enum {
public static final field best Lspace/kscience/plotly/models/ZsmoothType;
public static final field false Lspace/kscience/plotly/models/ZsmoothType;
public static final field fast Lspace/kscience/plotly/models/ZsmoothType;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/ZsmoothType;
public static fun values ()[Lspace/kscience/plotly/models/ZsmoothType;
public final class space/kscience/plotly/models/geo/Choropleth : space/kscience/plotly/models/geo/GeoTrace {
public static final field Companion Lspace/kscience/plotly/models/geo/Choropleth$Companion;
public fun <init> ()V
}
public final class space/kscience/plotly/models/geo/Choropleth$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/ChoroplethKt {
public static final fun choropleth (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/geo/Choropleth;
}
public final class space/kscience/plotly/models/geo/ChoroplethMapBox : space/kscience/plotly/models/geo/GeoTrace {
public static final field Companion Lspace/kscience/plotly/models/geo/ChoroplethMapBox$Companion;
public fun <init> ()V
}
public final class space/kscience/plotly/models/geo/ChoroplethMapBox$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/ChoroplethMapBoxKt {
public static final fun choroplethMapBox (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/geo/ChoroplethMapBox;
}
public final class space/kscience/plotly/models/geo/Geo : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/geo/Geo$Companion;
public fun <init> ()V
public final fun getBgcolor ()Lspace/kscience/plotly/models/Color;
public final fun getCenter ()Lspace/kscience/plotly/models/geo/MapCoordinates;
public final fun getCoastlinecolor ()Lspace/kscience/plotly/models/Color;
public final fun getCoastlinewidth ()Ljava/lang/Number;
public final fun getCountrycolor ()Lspace/kscience/plotly/models/Color;
public final fun getCountrywidth ()Ljava/lang/Number;
public final fun getFitbounds ()Lspace/kscience/dataforge/meta/Value;
public final fun getFramecolor ()Lspace/kscience/plotly/models/Color;
public final fun getFramewidth ()Ljava/lang/Number;
public final fun getLakecolor ()Lspace/kscience/plotly/models/Color;
public final fun getLandcolor ()Lspace/kscience/plotly/models/Color;
public final fun getLataxis ()Lspace/kscience/plotly/models/geo/MapAxis;
public final fun getLonaxis ()Lspace/kscience/plotly/models/geo/MapAxis;
public final fun getOceancolor ()Lspace/kscience/plotly/models/Color;
public final fun getProjection ()Lspace/kscience/plotly/models/geo/GeoProjection;
public final fun getRivercolor ()Lspace/kscience/plotly/models/Color;
public final fun getRiverwidth ()Ljava/lang/Number;
public final fun getScope ()Lspace/kscience/plotly/models/geo/GeoScope;
public final fun getShowcoastlines ()Ljava/lang/Boolean;
public final fun getShowcountries ()Ljava/lang/Boolean;
public final fun getShowframe ()Ljava/lang/Boolean;
public final fun getShowlakes ()Ljava/lang/Boolean;
public final fun getShowland ()Ljava/lang/Boolean;
public final fun getShowocean ()Ljava/lang/Boolean;
public final fun getSubunitcolor ()Lspace/kscience/plotly/models/Color;
public final fun getSubunitwidth ()Ljava/lang/Number;
public final fun setCenter (Lspace/kscience/plotly/models/geo/MapCoordinates;)V
public final fun setCoastlinewidth (Ljava/lang/Number;)V
public final fun setCountrywidth (Ljava/lang/Number;)V
public final fun setFitbounds (Lspace/kscience/dataforge/meta/Value;)V
public final fun setFramewidth (Ljava/lang/Number;)V
public final fun setLataxis (Lspace/kscience/plotly/models/geo/MapAxis;)V
public final fun setLonaxis (Lspace/kscience/plotly/models/geo/MapAxis;)V
public final fun setProjection (Lspace/kscience/plotly/models/geo/GeoProjection;)V
public final fun setRiverwidth (Ljava/lang/Number;)V
public final fun setScope (Lspace/kscience/plotly/models/geo/GeoScope;)V
public final fun setShowcoastlines (Ljava/lang/Boolean;)V
public final fun setShowcountries (Ljava/lang/Boolean;)V
public final fun setShowframe (Ljava/lang/Boolean;)V
public final fun setShowlakes (Ljava/lang/Boolean;)V
public final fun setShowland (Ljava/lang/Boolean;)V
public final fun setShowocean (Ljava/lang/Boolean;)V
public final fun setSubunitwidth (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/geo/Geo$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/GeoKt {
public static final fun getGeo (Lspace/kscience/plotly/models/Layout;)Lspace/kscience/plotly/models/geo/Geo;
public static final fun setGeo (Lspace/kscience/plotly/models/Layout;Lspace/kscience/plotly/models/geo/Geo;)V
}
public final class space/kscience/plotly/models/geo/GeoMapBox : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/geo/GeoMapBox$Companion;
public fun <init> ()V
public final fun getAccesstoken ()Ljava/lang/String;
public final fun getBearing ()Ljava/lang/Number;
public final fun getCenter ()Lspace/kscience/plotly/models/geo/MapCoordinates;
public final fun getPitch ()Ljava/lang/Number;
public final fun getStyle ()Lspace/kscience/dataforge/meta/Value;
public final fun getZoom ()Ljava/lang/Number;
public final fun setAccesstoken (Ljava/lang/String;)V
public final fun setBearing (Ljava/lang/Number;)V
public final fun setCenter (Lspace/kscience/plotly/models/geo/MapCoordinates;)V
public final fun setPitch (Ljava/lang/Number;)V
public final fun setStyle (Lspace/kscience/dataforge/meta/Value;)V
public final fun setZoom (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/geo/GeoMapBox$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/GeoMapBoxKt {
public static final fun getMapbox (Lspace/kscience/plotly/models/Layout;)Lspace/kscience/plotly/models/geo/GeoMapBox;
public static final fun openStreetMap (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)V
public static final fun setMapbox (Lspace/kscience/plotly/models/Layout;Lspace/kscience/plotly/models/geo/GeoMapBox;)V
public static final fun useOpenStreetMap (Lspace/kscience/plotly/models/geo/GeoMapBox;)V
}
public final class space/kscience/plotly/models/geo/GeoProjection : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/geo/GeoProjection$Companion;
public fun <init> ()V
public final fun getDistance ()Ljava/lang/Number;
public final fun getRotation ()Lspace/kscience/plotly/models/geo/MapCoordinatesWithRotation;
public final fun getScale ()Ljava/lang/Number;
public final fun getTilt ()Ljava/lang/Number;
public final fun getType ()Ljava/lang/String;
public final fun setDistance (Ljava/lang/Number;)V
public final fun setRotation (Lspace/kscience/plotly/models/geo/MapCoordinatesWithRotation;)V
public final fun setScale (Ljava/lang/Number;)V
public final fun setTilt (Ljava/lang/Number;)V
public final fun setType (Ljava/lang/String;)V
}
public final class space/kscience/plotly/models/geo/GeoProjection$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/GeoScope : java/lang/Enum {
public static final field africa Lspace/kscience/plotly/models/geo/GeoScope;
public static final field asia Lspace/kscience/plotly/models/geo/GeoScope;
public static final field europe Lspace/kscience/plotly/models/geo/GeoScope;
public static final field north america Lspace/kscience/plotly/models/geo/GeoScope;
public static final field south america Lspace/kscience/plotly/models/geo/GeoScope;
public static final field usa Lspace/kscience/plotly/models/geo/GeoScope;
public static final field world Lspace/kscience/plotly/models/geo/GeoScope;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/geo/GeoScope;
public static fun values ()[Lspace/kscience/plotly/models/geo/GeoScope;
}
public abstract class space/kscience/plotly/models/geo/GeoTrace : space/kscience/plotly/models/Trace {
public fun <init> ()V
public final fun geoJsonFeatures (Lspace/kscience/plotly/models/geo/json/GeoJsonFeatureCollection;)V
public final fun getAutocolorscale ()Z
public final fun getFeatureidkey ()Ljava/lang/String;
public final fun getGeo ()Ljava/lang/String;
public final fun getGeojson ()Lspace/kscience/dataforge/meta/Meta;
public final fun getGeojsonUrl ()Ljava/lang/String;
public final fun getLocationmode ()Lspace/kscience/plotly/models/geo/LocationMode;
public final fun getLocations ()Lspace/kscience/plotly/models/TraceValues;
public final fun setAutocolorscale (Z)V
public final fun setFeatureidkey (Ljava/lang/String;)V
public final fun setGeo (Ljava/lang/String;)V
public final fun setGeojson (Lspace/kscience/dataforge/meta/Meta;)V
public final fun setGeojsonUrl (Ljava/lang/String;)V
public final fun setLocationmode (Lspace/kscience/plotly/models/geo/LocationMode;)V
}
public final class space/kscience/plotly/models/geo/LocationMode : java/lang/Enum {
public static final field ISO-3 Lspace/kscience/plotly/models/geo/LocationMode;
public static final field USA-states Lspace/kscience/plotly/models/geo/LocationMode;
public static final field country names Lspace/kscience/plotly/models/geo/LocationMode;
public static final field geojson-id Lspace/kscience/plotly/models/geo/LocationMode;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lspace/kscience/plotly/models/geo/LocationMode;
public static fun values ()[Lspace/kscience/plotly/models/geo/LocationMode;
}
public final class space/kscience/plotly/models/geo/MapAxis : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/geo/MapAxis$Companion;
public fun <init> ()V
public final fun getDtick ()Ljava/lang/Number;
public final fun getGridcolor ()Lspace/kscience/plotly/models/Color;
public final fun getGridwidth ()Ljava/lang/Number;
public final fun getShowgrid ()Ljava/lang/Boolean;
public final fun getTick0 ()Ljava/lang/Number;
public final fun range (Lkotlin/ranges/ClosedFloatingPointRange;)V
public final fun range (Lspace/kscience/dataforge/meta/Value;Lspace/kscience/dataforge/meta/Value;)V
public final fun setDtick (Ljava/lang/Number;)V
public final fun setGridwidth (Ljava/lang/Number;)V
public final fun setShowgrid (Ljava/lang/Boolean;)V
public final fun setTick0 (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/geo/MapAxis$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public class space/kscience/plotly/models/geo/MapCoordinates : space/kscience/dataforge/meta/Scheme {
public static final field Companion Lspace/kscience/plotly/models/geo/MapCoordinates$Companion;
public fun <init> ()V
public final fun getLat ()Ljava/lang/Number;
public final fun getLon ()Ljava/lang/Number;
public final fun setLat (Ljava/lang/Number;)V
public final fun setLon (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/geo/MapCoordinates$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/MapCoordinatesWithRotation : space/kscience/plotly/models/geo/MapCoordinates {
public static final field Companion Lspace/kscience/plotly/models/geo/MapCoordinatesWithRotation$Companion;
public fun <init> ()V
public final fun getRoll ()Ljava/lang/Number;
public final fun setRoll (Ljava/lang/Number;)V
}
public final class space/kscience/plotly/models/geo/MapCoordinatesWithRotation$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/ScatterGeo : space/kscience/plotly/models/geo/GeoTrace {
public static final field Companion Lspace/kscience/plotly/models/geo/ScatterGeo$Companion;
public fun <init> ()V
public final fun getIds ()Lspace/kscience/plotly/models/TraceValues;
public final fun getLat ()Lspace/kscience/plotly/models/TraceValues;
public final fun getLon ()Lspace/kscience/plotly/models/TraceValues;
}
public final class space/kscience/plotly/models/geo/ScatterGeo$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/ScatterGeoKt {
public static final fun scattergeo (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/geo/ScatterGeo;
}
public final class space/kscience/plotly/models/geo/ScatterMapBox : space/kscience/plotly/models/geo/GeoTrace {
public static final field Companion Lspace/kscience/plotly/models/geo/ScatterMapBox$Companion;
public fun <init> ()V
public final fun getIds ()Lspace/kscience/plotly/models/TraceValues;
public final fun getLat ()Lspace/kscience/plotly/models/TraceValues;
public final fun getLon ()Lspace/kscience/plotly/models/TraceValues;
}
public final class space/kscience/plotly/models/geo/ScatterMapBox$Companion : space/kscience/dataforge/meta/SchemeSpec {
}
public final class space/kscience/plotly/models/geo/ScatterMapBoxKt {
public static final fun scattermapbox (Lspace/kscience/plotly/Plot;Lkotlin/jvm/functions/Function1;)Lspace/kscience/plotly/models/geo/ScatterMapBox;
}
public class space/kscience/plotly/models/geo/json/GeoJson {
public fun <init> (Lkotlinx/serialization/json/JsonObject;)V
public final fun getJson ()Lkotlinx/serialization/json/JsonObject;
public final fun getType ()Ljava/lang/String;
}
public final class space/kscience/plotly/models/geo/json/GeoJsonFeature : space/kscience/plotly/models/geo/json/GeoJson {
public fun <init> (Lkotlinx/serialization/json/JsonObject;)V
public final fun getId ()Lkotlinx/serialization/json/JsonPrimitive;
public final fun getProperties ()Lkotlinx/serialization/json/JsonObject;
public final fun getProperty (Ljava/lang/String;)Lkotlinx/serialization/json/JsonPrimitive;
public final fun getString (Ljava/lang/String;)Ljava/lang/String;
}
public final class space/kscience/plotly/models/geo/json/GeoJsonFeatureCollection : space/kscience/plotly/models/geo/json/GeoJson, java/lang/Iterable, kotlin/jvm/internal/markers/KMappedMarker {
public static final field Companion Lspace/kscience/plotly/models/geo/json/GeoJsonFeatureCollection$Companion;
public fun <init> (Lkotlinx/serialization/json/JsonObject;)V
public final fun getFeatures ()Ljava/util/List;
public fun iterator ()Ljava/util/Iterator;
}
public final class space/kscience/plotly/models/geo/json/GeoJsonFeatureCollection$Companion {
public final fun parse (Ljava/lang/String;)Lspace/kscience/plotly/models/geo/json/GeoJsonFeatureCollection;
}
public final class space/kscience/plotly/models/geo/json/GeoJsonKt {
public static final fun combine (Ljava/util/Collection;)Lspace/kscience/plotly/models/geo/json/GeoJsonFeatureCollection;