A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
scale — Property in class km.components.Knob | |
Sets the scale of the knob component. The value can be between 0 and 1. |
|
scalemode — Property in class km.components.PlaylistCreator | |
Item 'scalemode' setting [Picasa]. | |
ScanlinesFilter — Final class in package km.filters | |
The ScanlinesFilter class [FlashPlayer 10]. This filter can be used to apply a scanlines effect to a display object. |
|
ScanlinesFilter(strength, direction) — Constructor in class km.filters.ScanlinesFilter | |
Initializes a new ScanlinesFilter instance with the specified parameters. | |
ScriptedSkin — Final class in package km.skins | |
The ScriptedSkin class is used to skin components with a very simple scripted skin. The ScriptedSkin class should not be instantiated ! |
|
scroll — Event in class km.components.ScrollBar | |
ScrollBar — Class in package km.components | |
The ScrollBar component class. | |
ScrollBar() — Constructor in class km.components.ScrollBar | |
scrollInterval — Property in class km.components.LabelScroll | |
Gets or sets the scroll interval (msec). | |
ScrollPane — Class in package km.components | |
The ScrollPane component class. | |
ScrollPane() — Constructor in class km.components.ScrollPane | |
scrollPosition — Property in class km.components.ScrollBar | |
Gets or sets the current scroll position. | |
scrollStep — Property in class km.components.LabelScroll | |
Gets or sets the scroll step (pixels). | |
scrollToIndex(index) — Method in class km.components.List | |
Scrolls the list to the item at the specified index. | |
search(field, value) — Method in class km.components.Tree | |
Returns an array of items that are found. | |
seek(offset) — Method in class km.components.MediaPlayer | |
Seeks a point in time expressed in msec within the media file currently being played. | |
selectable — Property in class km.components.List | |
Gets or sets a Boolean value indicating if items can be selected. | |
selectAll() — Method in class km.components.List | |
Selects all items. | |
selected — Property in class km.components.ButtonGroup | |
Gets or sets the selected button. | |
selected — Property in class km.components.RadioGroup | |
Gets or sets the selected radio button. | |
selectedColor — Property in class km.components.ColorPicker | |
Gets or sets the selected color. | |
selectedDay — Property in class km.components.DateChooser | |
selectedIndex — Property in class km.components.List | |
Gets or sets the index of the selected item. | |
selectedIndices — Property in class km.components.List | |
Gets or sets an array containing the indices of the selected items. | |
selectedItem — Property in class km.components.List | |
Gets or sets the selected item. | |
selectedItem — Property in class km.components.Tree | |
Gets or sets the selected item. | |
selectedItems — Property in class km.components.List | |
Gets or sets an array that containing the selected items. | |
selectedMonth — Property in class km.components.DateChooser | |
selectedWeekday — Property in class km.components.DateChooser | |
The selected day of the week. The range of this value is 0 - 6 (0 = Sunday, 6 = Saturday). |
|
selectedYear — Property in class km.components.DateChooser | |
service — Property in class km.components.PlaylistCreator | |
Service to use. All query related settings are reset when the service is set. |
|
setAnimation(duration, easeInOut, openCloseEffect) — Method in class km.components.Accordion | |
Controls the panel animation. | |
setChromaKey(keyColor, chromaTolerance, lumaTolerance, preBlur, postBlur, invertMask, preserveLuma) — Method in class km.components.GUI_VideoObject | |
Sets a chroma key. | |
setContent(content, usePrefix) — Method in class km.components.ScrollPane | |
Sets the content for the scrollPane. | |
setContent2(type, source) — Method in class km.components.ContentPane | |
Sets the content for the contentPane. | |
setDataComplete — Event in class km.components.List | |
The setDataComplete event is broadcasted when the setDataXML function has completed. | |
setDataComplete — Event in class km.components.Tree | |
The setDataComplete event is broadcasted when the setDataXML function has completed. | |
setDataError — Event in class km.components.List | |
The setDataError event is broadcasted when the setDataXML function has failed. | |
setDataError — Event in class km.components.Tree | |
The setDataError event is broadcasted when the setDataXML function has failed. | |
setDataXML(data, sort, labelFunction, iconFunction) — Method in class km.components.List | |
Set the list data. data can be of the type XML or URLRequest. sort can be 0 (no sort), 1 (ascending), 2 (descending). iconFunction if provided should be a function that accepts one parameter for the item object and returns the icon bitmap data. |
|
setDataXML(data, showRoot, sort, labelFunction) — Method in class km.components.Tree | |
Set the tree data. Attributes starting with an underscore are reserved and should not be used in the XML data. There are two exceptions to this. |
|
setDesiredSize(width, height) — Method in class km.display.AltLoader | |
Sets the desired AltLoader size for the content to be loaded. | |
setDisplay(x, y, width, height, color, ellipse) — Method in class km.components.MediaPlayer | |
Sets the properties of the media player display. Most properties speak for themselves. |
|
setDitherMatrix(matrixX, matrixY, matrix) — Method in class km.filters.HalftoneFilter | |
Sets a dither matrix. | |
setDragProperties(x, y, delta) — Method in class km.components.MediaPlayerSlider | |
Make sure to set drag properties after the skin of the drag button has been set. | |
setExternalXMLPlaylist(request) — Method in class km.components.MediaPlayer | |
Sets an external XML based playlist. | |
setIcons(icons, item) — Method in class km.components.Tree | |
Sets the tree icons. If you specify an item, the icons will override the global ones. The image has to contain the 'folder closed', 'folder open', 'folder empty' and 'item' icons below eachother in one single file. |
|
setItemArray(itemArray) — Method in class km.components.List | |
Specifies the array to use for items. | |
setLabelTextColors(upColor, overColor, downColor) — Method in class km.components.LabelButton | |
Set label text colors for the up, over and down states. | |
setPixelFont(pixelFont, charWidth, charHeight) — Method in class km.display.PixelScreen | |
Set the pixel font to use. The first character in the font image has to be char code 32 (space). |
|
setProperties(o) — Method in class km.core.UIComponent | |
Sets a number of properties at once. | |
setScrollProperties(pageSize, minScrollPosition, maxScrollPosition, pageScrollSize) — Method in class km.components.ScrollBar | |
Sets multiple scroll properties at once. | |
setSelectedDate(year, month, day) — Method in class km.components.DateChooser | |
setSize(w, h) — Method in class km.components.GUI_VideoObject | |
Sets the size of the video object. | |
setSize(w, h) — Method in class km.core.UIComponent | |
Sets the size width and height. | |
setSize(tableWidth, tableHeight, columns, rows) — Method in class km.display.SimpleTable | |
Sets the table size. | |
setSkin(assetName, usePrefix) — Method in class km.components.BaseButton | |
Sets the skin asset. | |
setSkin(assetName, usePrefix) — Method in class km.components.CheckBox | |
setSkin(assetName, usePrefix) — Method in class km.components.ColorPicker | |
setSkin(assetName, usePrefix) — Method in class km.components.Image | |
Sets the skin asset. | |
setSkin(assetName, usePrefix) — Method in class km.components.Knob | |
Sets the skin asset. | |
setSound(mouseDownSound, mouseOverSound) — Method in class km.components.BaseButton | |
Sets the sounds of a button. | |
setStyle(styleAlias) — Method in class km.components.Menu | |
Sets the menu style. | |
setStyle(duotoneColor1, duotoneColor2, bevelDistance, bevelAngle) — Static method in class km.skins.ScriptedSkin | |
Sets a style for components that will be skinned using the applyTo function. | |
setText(text, html) — Method in class km.components.RichTextEditor | |
setXMLPlaylist(XMLPlaylist) — Method in class km.components.MediaPlayer | |
Sets an XML based playlist. |
|
sgn(val) — Static method in class km.math.MathFn | |
Returns the sign of a value (-1, 0 or 1). | |
shadows — Property in class km.filters.TritoneFilter | |
Shadows (RGB color). | |
SharpenFilter — Final class in package km.filters | |
The SharpenFilter class. This filter can be used to sharpen a display object. |
|
SharpenFilter(amount) — Constructor in class km.filters.SharpenFilter | |
Initializes a new SharpenFilter instance with the specified parameter. | |
sharpness — Property in class km.components.Label | |
sharpness — Property in class km.filters.SketchFilter | |
Sharpness. | |
showClose — Property in class km.components.DragContainer | |
Gets or sets if the close button is shown. | |
showMinMax — Property in class km.components.DragContainer | |
Gets or sets if the minimize / maximize buttons are shown. | |
showMonth(year, month) — Method in class km.components.DateChooser | |
Sets the month to be shown. | |
shuffle — Property in class km.components.PlaylistCreator | |
Playlist 'shuffle' setting. | |
shuffleItems() — Method in class km.components.List | |
Shuffles all items. | |
SimpleTable — Class in package km.display | |
The SimpleTable class. |
|
SimpleTable(tableWidth, tableHeight, columns, rows) — Constructor in class km.display.SimpleTable | |
SimpleTableCell — Class in package km.display | |
The SimpleTableCell class is used by the SimpleTable class and not intended for separate use. | |
SimpleTableCell(col, row) — Constructor in class km.display.SimpleTableCell | |
size — Property in class km.components.DateChooser | |
Sets the component size (0 = small, 1 = normal, 2 = large). | |
SizeDependentFilter — Class in package km.filters | |
The SizeDependentFilter class is the base class for filters that require object dimensions to be passed. | |
sizeTo(displayObject) — Method in class km.filters.SizeDependentFilter | |
Sets the object width and height to be passed to the filter by specifying the object itself. | |
sizeToContent — Property in class km.components.Accordion | |
Gets or sets if the panels should be sized to the content they contain. If sizeToContent is set to true and the content of a panel is changed in a way that affects the size of the content, the update function of the accordion should be called manually, so it can reset itself to the new content size. |
|
SketchFilter — Final class in package km.filters | |
The SketchFilter class [FlashPlayer 10]. This filter can be used to make a sketch out of a display object. |
|
SketchFilter(strength, darkness, toning, sharpness) — Constructor in class km.filters.SketchFilter | |
Initializes a new SketchFilter instance with the specified parameters. | |
slTimeline — Property in class km.components.MediaPlayer | |
>> Reference to the timeline slider. | |
slVolume — Property in class km.components.MediaPlayer | |
>> Reference to the volume slider. | |
smoothing — Property in class km.components.BaseButton | |
Sets the way the scaling grid is used. | |
smoothing — Property in class km.components.Image | |
Sets the way the scaling grid is used. | |
solidBars — Property in class km.components.SpectrumAnalyzer | |
Gets or sets a Boolean value indicating if the spectrum bars should be solid. | |
sortItemsOn(field, options) — Method in class km.components.List | |
Sorts the items of the list according to one or more item fields. | |
soundTransform — Property in class km.components.MediaPlayer | |
A SoundTransform object can be assigned to the soundTransform property to set volume and balance. | |
span(cols, rows) — Method in class km.display.SimpleTableCell | |
Span the cell over multiple columns and / or rows. A value smaller than 1 is treated as 1. |
|
SpectrumAnalyzer — Class in package km.components | |
The SpectrumAnalyzer component class is a spectrum analyzer. | |
SpectrumAnalyzer() — Constructor in class km.components.SpectrumAnalyzer | |
splitLine — Property in class km.filters.ReflectionFilter | |
The line where to start the reflection. | |
start — Property in class km.components.PlaylistCreator | |
Playlist 'start' setting. | |
startDrag — Event in class km.components.DragContainer | |
start_index — Property in class km.components.PlaylistCreator | |
Start index setting for the service query. | |
stepSize — Property in class km.components.NumericStepper | |
Gets or sets the step size. | |
stop(e) — Method in class km.components.MediaPlayer | |
Action performed when the stop button is pressed. | |
stopColor — Property in class km.components.Knob | |
An ARGB color that can be set to draw little dots indicating where the stops are. | |
stopDrag — Event in class km.components.DragContainer | |
stops — Property in class km.components.Knob | |
Sets an array of stops. Stops are fixed points where the knob can be set to. |
|
strength — Property in class km.filters.ScanlinesFilter | |
Strength. | |
strength — Property in class km.filters.SketchFilter | |
Strength. | |
strength — Property in class km.filters.VignetFilter | |
Strength. | |
suppressNotFoundError — Static property in class km.core.AssetManager | |
When set to true, no error is thrown when you try to get an asset that can't be found. | |
swRatio — Property in class km.components.SpectrumAnalyzer | |
Gets or sets the space between bars / bar width ratio. | |
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |