Index

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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

A - Static variable in class snap.view.KeyCode
 
ABSOLUTE_BOUNDED - Static variable in class snap.view.ThumbWheel
 
ABSOLUTE_WRAPPED - Static variable in class snap.view.ThumbWheel
 
acceptDrag() - Method in class snap.swing.SwingEvent
Called to indicate that drop is accepted.
acceptDrag() - Method in class snap.view.ViewEvent
Called to indicate that drop is accepted.
AccessException - Exception in snap.web
An exception that indicates that data source doesn't have permission to access data.
AccessException() - Constructor for exception snap.web.AccessException
 
AccessException(WebSite, String) - Constructor for exception snap.web.AccessException
 
AccessException(WebSite, Throwable) - Constructor for exception snap.web.AccessException
 
Action - Enum constant in enum class snap.view.ViewEvent.Type
Action event.
Action - Static variable in class snap.view.View
 
Action - Static variable in class snap.view.ViewOwner
 
activateApp(View) - Method in class snap.swing.SwingViewEnv
Activates the App giving focus to given node.
activateApp(View) - Method in class snap.view.ViewEnv
Activates the App giving focus to given node.
ActiveCursor_Prop - Static variable in class snap.view.WindowView
 
ActivityText_Prop - Static variable in class snap.util.TaskRunner
 
Adapter() - Constructor for class snap.view.TreeResolver.Adapter
 
add() - Method in class snap.view.Tab.Builder
Add.
add(double[], double) - Static method in class snap.util.ArrayUtils
Returns new double array by adding given value to given array.
add(double[], double, int) - Static method in class snap.util.ArrayUtils
Returns new double array by adding given value to given array at given index.
add(double, double) - Method in class snap.geom.Rect
Adds a point to this rect.
add(int, E) - Method in class snap.util.PickList
Add list item.
add(Number, Number) - Static method in class snap.util.MathUtils
Returns the sum of the two given Numbers.
add(String, boolean) - Method in class snap.util.XMLElement
Adds a new attribute with the given name and boolean value.
add(String, double) - Method in class snap.util.XMLElement
Adds a new attribute with the given name and float value.
add(String, int) - Method in class snap.util.XMLElement
Adds a new attribute with the given name and int value.
add(String, Boolean) - Method in class snap.util.XMLElement
Adds a new attribute with the given name and Boolean value.
add(String, Object) - Method in class snap.util.XMLElement
Adds a new attribute with the given name using the object's toString() method.
add(String, String) - Static method in class snap.util.StringUtils
Adds the two strings together (treats nulls as empty strings).
add(String, String) - Method in class snap.util.XMLElement
Adds a new attribute with the given name and string value.
add(String, String, String) - Static method in class snap.util.StringUtils
Adds the two strings together with separator (treats nulls as empty strings, omitting sep if either is null).
add(List<T>, T) - Static method in class snap.util.ListUtils
Adds an object to the given list and returns list (creates list if missing).
add(Insets, double, double, double, double) - Static method in class snap.geom.Insets
Adds two insets together.
add(Insets, Insets) - Static method in class snap.geom.Insets
Adds two insets together.
add(Point) - Method in class snap.geom.Point
Adds the given point to this point.
add(Rect) - Method in class snap.geom.Rect
Sets this rect to combined bounds of both rects, even if either is empty.
add(Vect) - Method in class snap.geom.Vect
Add the given vector to this.
add(PainterDVR.Instruction) - Method in class snap.gfx.PainterDVR
Adds an instruction.
add(Vector3D) - Method in class snap.gfx3d.Vector3D
Add the given vector to this.
add(XMLAttribute) - Method in class snap.util.XMLElement
Adds the given attribute to this element's list of attributes.
add(XMLElement) - Method in class snap.util.XMLElement
Adds the given attribute to this element's list of attributes.
add(ToggleButton) - Method in class snap.view.ToggleGroup
Add adds a toggle.
add(View) - Method in class snap.view.ViewList
Adds the given view to end of this list.
add(View, int) - Method in class snap.view.ViewList
Adds the given view to this list at given index.
add(T[], T) - Static method in class snap.util.ArrayUtils
Adds a value to an array of objects.
add(T[], T, int) - Static method in class snap.util.ArrayUtils
Returns a new array by adding a value to an array of objects at the given index.
Add - Enum constant in enum class snap.util.KeyChain.Op
 
addAliases(Map<String, Class>) - Method in class snap.view.ViewArchiver
Adds aliases.
addAll(XMLElement) - Method in class snap.util.XMLElement
Adds all the given child elements and attributes of given element to this element.
addAll(T[], T...) - Static method in class snap.util.ArrayUtils
Returns an array by adding to the given array the given objects (array).
addAllUnique(List<T>, int, T...) - Static method in class snap.util.ListUtils
Adds all object from second list to first list (creates first list if missing).
addAllUnique(List<T>, T...) - Static method in class snap.util.ListUtils
Adds all object from second list to first list (creates first list if missing).
addAllUnique(T[], T...) - Static method in class snap.util.ArrayUtils
Adds all object from second list to first list (creates first list if missing).
addAnyChar() - Method in class snap.parse.Regex
Adds any char (doesn't include newlines).
addAttribute(XMLAttribute) - Method in class snap.util.XMLElement
Adds an attribute.
addAttribute(XMLAttribute, int) - Method in class snap.util.XMLElement
Adds an attribute at given index.
addBinding(Binding) - Method in class snap.view.View
Adds the individual binding to the shape's bindings list.
addBox(Bounds3D) - Method in class snap.gfx3d.Bounds3D
Expands this Box3D to include given point.
addButtons(String[]) - Method in class snap.viewx.FormBuilder
Adds buttons.
addButtons(String[], String[]) - Method in class snap.viewx.FormBuilder
Adds buttons.
addChar(char) - Method in class snap.parse.Regex
Adds a literal char.
addChars(CharSequence) - Method in class snap.text.TextDoc
Adds characters with attributes to this text at given index.
addChars(CharSequence, TextStyle, int) - Method in class snap.text.RichTextLine
Adds characters with attributes to this line at given index.
addChars(CharSequence, TextStyle, int) - Method in class snap.text.SubText
Adds characters with attributes to this text at given index.
addChars(CharSequence, TextStyle, int) - Method in class snap.text.TextBox
Adds characters with attributes to this text at given index.
addChars(CharSequence, TextStyle, int) - Method in class snap.text.TextDoc
Adds characters with attributes to this text at given index.
addChars(CharSequence, TextStyle, int) - Method in class snap.text.TextLine
Adds characters with attributes to this line at given index.
addChars(String...) - Method in class snap.parse.Regex
Adds a letter.
addChars(String, Object...) - Method in class snap.view.TextArea
Adds the given string to end of text.
addChars(String, TextStyle) - Method in class snap.view.TextArea
Adds the given string with given style to text at given index.
addChars(String, TextStyle, int) - Method in class snap.view.TextArea
Adds the given string with given style to text at given index.
addChild(Object) - Method in class snap.util.KeyChain
Adds a child to the end of the keychain's child list.
addChild(Shape3D) - Method in class snap.gfx3d.ParentShape
Adds a child.
addChild(Shape3D, int) - Method in class snap.gfx3d.ParentShape
Adds a child.
addChild(Shape3D, int) - Method in class snap.gfx3d.Scene3D
Adds a child.
addChild(ParentView, View) - Static method in class snap.view.ViewUtils
Backdoor for protected ParentView method.
addChild(ParentView, View, int) - Static method in class snap.view.ViewUtils
Backdoor for protected ParentView method.
addChild(View) - Method in class snap.view.ChildView
Adds the given child to the end of this view's children list.
addChild(View) - Method in class snap.view.ParentView
Adds the given child to the end of this view's children list.
addChild(View, int) - Method in class snap.view.ChildView
Adds the given child to this view's children list at the given index.
addChild(View, int) - Method in class snap.view.ParentView
Adds the given child to this view's children list at the given index.
addChild(View, int) - Method in class snap.view.SpringView
Override to add layout info.
addClassMapClass(Class<? extends PropObject>) - Method in class snap.props.PropArchiver
Adds a Class to class map.
addCloseBoxToButton(ToggleButton) - Method in class snap.view.Tab
Adds close box to button.
addCol() - Method in class snap.view.BrowserView
Adds a column.
addCol(TableCol<T>) - Method in class snap.view.TableView
Adds a TableCol.
addCol(TreeCol<T>) - Method in class snap.view.TreeView
Adds a column.
addCol(TreeCol<T>, int) - Method in class snap.view.TreeView
Adds a column at index.
addCollapseView(CollapseView) - Method in class snap.view.CollapseView.CollapseGroup
Adds a collapser.
addColor(double, double, double, double) - Method in class snap.gfx3d.VertexArray
Adds a color to vertex color components array.
addColor(Color) - Method in class snap.gfx3d.VertexArray
Adds a color to vertex color components array.
addComboBox(String, String[], String) - Method in class snap.viewx.FormBuilder
Adds an option field.
addCoplanarNode(BinarySpaceTree) - Method in class snap.gfx3d.BinarySpaceTree
Adds a node to PlanarNode if planar.
addCube() - Method in class snap.gfx3d.CubeView
Adds cube to view.
addData(Object) - Method in class snap.view.Clipboard
Sets the clipboard content.
addData(String, Object) - Method in class snap.view.Clipboard
Adds clipboard content.
addDataImpl(String, ClipboardData) - Method in class snap.swing.SwingClipboard
Sets the clipboard content.
addDataImpl(String, ClipboardData) - Method in class snap.view.Clipboard
Adds clipboard content.
addDeepChangeListener(DeepChangeListener) - Method in class snap.props.PropChangeSupport
Adds a DeepChangeListener.
addDeepChangeListener(DeepChangeListener) - Method in class snap.props.PropObject
Add DeepChange listener.
addDeepChangeListener(DeepChangeListener) - Method in class snap.view.ParentView
Override to add this view as change listener to children on first call.
addDefaultLine() - Method in class snap.text.TextDoc
Adds a default line.
addDefaultSite(WebSite) - Static method in class snap.viewx.FilePanel
Adds a site.
addDigit() - Method in class snap.parse.Regex
Adds a digit: [0-9].
addDirListPath(String) - Method in class snap.web.ZipFileSite
Returns a dir list for a path.
addDivider(Divider, int) - Method in class snap.view.SplitView
Adds a new divider.
addElement(XMLElement) - Method in class snap.util.XMLElement
Adds given element to elements list.
addElement(XMLElement, int) - Method in class snap.util.XMLElement
Adds given element to elements list at given index.
addEventFilter(EventListener, ViewEvent.Type...) - Method in class snap.view.View
Adds an event filter.
addEventHandler(EventListener, ViewEvent.Type...) - Method in class snap.view.View
Adds an event handler.
addFacetShapeInCameraCoords(FacetShape, List<FacetShape>) - Method in class snap.gfx3d.Renderer2D
Adds given FacetShape in camera space if visible.
addFacetShapesInCameraCoords(Shape3D, List<FacetShape>) - Method in class snap.gfx3d.Renderer2D
Adds the paths for shape.
addFactory(RendererFactory) - Static method in class snap.gfx3d.RendererFactory
Adds a factory.
addFileChangeListener(PropChangeListener) - Method in class snap.web.WebSite
Adds a PropChangeListener to listen for any site file PropChange.
addFilter(EventListener, ViewEvent.Type...) - Method in class snap.view.EventAdapter
Adds an event filter.
addGroup(Regex.Op, String...) - Method in class snap.parse.Regex
Adds a group.
addGuest(View) - Method in interface snap.view.ViewHost
Adds the given view to the end of this view's guest list.
addGuest(View, int) - Method in class snap.view.BoxView
ViewHost method: Override to set content.
addGuest(View, int) - Method in class snap.view.ChildView
ViewHost method: Adds the given view to this host's guest (children) list at given index.
addGuest(View, int) - Method in class snap.view.CollapseView
ViewHost method: Override to set content.
addGuest(View, int) - Method in class snap.view.Scroller
ViewHost method: Override to set content.
addGuest(View, int) - Method in class snap.view.ScrollView
ViewHost method: Override to send to Scroller.
addGuest(View, int) - Method in class snap.view.SplitView
ViewHost method.
addGuest(View, int) - Method in class snap.view.TitleView
ViewHost method: Override to set content.
addGuest(View, int) - Method in interface snap.view.ViewHost
ViewHost method: Adds the given view to this host's guest (children) list at given index.
addHandler(EventListener, ViewEvent.Type...) - Method in class snap.view.EventAdapter
Adds an event handler.
addHeader(String, String) - Method in class snap.web.HTTPRequest
Adds a header for key.
addHeader(String, String) - Method in class snap.web.HTTPResponse
Adds a header for key.
addId(T[], T) - Static method in class snap.util.ArrayUtils
Adds a value to an array of objects if list doesn't already contain it.
addId(T[], T, int) - Static method in class snap.util.ArrayUtils
Adds a value to an array of objects if list doesn't already contain it.
addImport(String...) - Method in class snap.util.JSArchiver
Adds an import.
addItem(MenuItem) - Method in class snap.view.Menu
Override to return child as MenuItem.
addItem(MenuItem) - Method in class snap.view.MenuButton
Adds a new item.
addItem(View) - Method in class snap.view.SplitView
Override to make sure dividers are in place.
addItem(View, int) - Method in class snap.view.SplitView
Override to make sure dividers are in place.
addItemWithAnim(View, double) - Method in class snap.view.SplitView
Adds a child with animation.
addItemWithAnim(View, double, int) - Method in class snap.view.SplitView
Adds a item with animation.
AdditiveExprHandler() - Constructor for class snap.util.KeyChainParser.AdditiveExprHandler
 
addKeyActionFilter(String, String) - Method in class snap.view.ViewOwner
Registers an event filter to send event with given name to owner.respondUI() on key press for key description.
addKeyActionHandler(String, String) - Method in class snap.view.ViewOwner
Registers an event handler to send event with given name to owner.respondUI() on key press for key description.
addLabel(String) - Method in class snap.viewx.FormBuilder
Adds a label.
addLayerOffset(double) - Method in class snap.gfx3d.Painter3D
Adds an offset (along normal) so successive drawing is above previous drawing.
addLength(int) - Method in class snap.text.TextRun
Adds length to grow this run (negative value reduces it).
addLetter() - Method in class snap.parse.Regex
Adds any letter.
addLetterLower() - Method in class snap.parse.Regex
Adds any letter.
addLetterUpper() - Method in class snap.parse.Regex
Adds any letter.
addLine(TextLine, int) - Method in class snap.text.TextDoc
Adds a block at given index.
addLinesForCharRange(int, int, int) - Method in class snap.text.TextBox
Removes the lines from given char index to given char index.
addLineStrokePoints(VertexArray, Point3D, Point3D, Vector3D, double) - Static method in class snap.gfx3d.VertexArrayUtils
Adds triangles to VertexArray for a stroked line between given points.
addListener(ViewUpdater.Listener) - Method in class snap.view.ViewUpdater
Adds a ViewUpdater listener.
addLoadListener(Runnable) - Method in class snap.gfx.Image
Adds a load listener (cleared automatically when loaded).
addLoadListener(Runnable) - Method in interface snap.util.Loadable
Adds a callback to be triggered when resources loaded (cleared automatically when loaded).
addLoadListener(Runnable) - Method in class snap.util.Loadable.MultiLoadable
Adds a load listener (cleared automatically when loader is loaded).
addLoadListener(Runnable) - Method in class snap.util.Loadable.Support
Adds a load listener (cleared automatically when loaded).
addLoadListener(Runnable) - Method in class snap.view.Clipboard
Adds a callback to be triggered when resources loaded.
addLoadListener(Consumer<ClipboardData>) - Method in class snap.view.ClipboardData
Adds a load listener.
addMenu(Menu) - Method in class snap.view.MenuBar
Adds a Menu.
addMessageAndContent() - Method in class snap.viewx.DialogBox
Adds the Message and Content, if available.
addNativeValue(Object) - Method in class snap.util.JSArray
Add a native value.
addNewFolderButton() - Method in class snap.viewx.FilePanel
Adds a new Folder button.
addNode(BinarySpaceTree) - Method in class snap.gfx3d.BinarySpaceTree
Adds a node.
addNonDigit() - Method in class snap.parse.Regex
Adds a non-digit: [^0-9].
addNonWhitespace() - Method in class snap.parse.Regex
Adds non-whitespace char: [^\s].
addNonWordCharacter() - Method in class snap.parse.Regex
Adds a non-word character: [^\w].
addOptionButtons() - Method in class snap.viewx.DialogBox
Adds the option buttons for dialog panel.
addPage(PageView) - Method in class snap.view.DocView
Adds a given page.
addPage(PageView, int) - Method in class snap.view.DocView
Adds a given page at given index.
addPaintTask(Painter3D.PaintTask) - Method in class snap.gfx3d.Painter3D
Adds a PaintTask.
addPathPointAtPoint(Shape, Point) - Static method in class snap.geom.Path2DUtils
Add a point to the curve by subdividing the path segment at the hit point.
addPattern(String, String) - Method in class snap.parse.Tokenizer
Adds a pattern.
addPatternsForRule(ParseRule) - Method in class snap.parse.Tokenizer
Adds patterns to this tokenizer for given rule.
addPoint(double, double) - Method in class snap.geom.Path2D
Adds a point.
addPoint(double, double) - Method in class snap.geom.Polygon
Adds a point at given x/y.
addPoint(double, double, double) - Method in class snap.gfx3d.Polygon3D
Adds value triplet to array.
addPoint(double, double, double) - Method in class snap.gfx3d.VertexArray
Adds value triplet to array.
addPoly(Polygon, int) - Method in class snap.geom.PolygonPath
Adds a polygon.
addPolygon(Polygon3D, int) - Method in class snap.gfx3d.PolygonPath3D
Adds a polygon.
addProp(Prop) - Method in class snap.props.PropSet
Adds a Prop.
addPropChange(PropChange) - Method in class snap.props.Undoer
Adds a property change.
addPropChange(PropChange) - Method in class snap.props.UndoSet
Adds a property change.
addPropChangeListener(PropChangeListener) - Method in class snap.gfx3d.Camera
Add listener.
addPropChangeListener(PropChangeListener) - Method in class snap.props.PropChangeSupport
Adds a PropChangeListener.
addPropChangeListener(PropChangeListener) - Method in class snap.props.PropObject
Add listener.
addPropChangeListener(PropChangeListener) - Method in class snap.util.PickList
Add listener.
addPropChangeListener(PropChangeListener) - Method in class snap.util.TaskRunner
Add listener.
addPropChangeListener(PropChangeListener, String) - Method in class snap.props.PropChangeSupport
Adds a PropChangeListener for given prop.
addPropChangeListener(PropChangeListener, String...) - Method in class snap.props.PropObject
Add listener.
addPropNamed(String, Class<?>) - Method in class snap.props.PropSet
Adds new property for given name and class.
addPropNamed(String, Class<?>, Object) - Method in class snap.props.PropSet
Adds new property for given name, class and default value.
addRadioButton(String, String, boolean) - Method in class snap.viewx.FormBuilder
Adds a radio button.
addRadioButtons(String, String[], String) - Method in class snap.viewx.FormBuilder
Adds radio buttons.
addRecentColor(Color) - Method in class snap.viewx.ColorPanel
Add to the list of Recent Colors shown on the Color Panel
addResource(byte[], String) - Method in class snap.util.XMLArchiver
Adds a byte array resource to this archiver (only if absent).
addResource(String, byte[]) - Method in class snap.props.PropArchiver
Adds a byte array resource to this archiver (only if absent).
addRule(ParseRule) - Method in class snap.parse.ParseUtils
Write a ParseRule.
addRun(TextRun, int) - Method in class snap.text.TextLine
Adds a run to line.
addScuffMarks() - Method in class snap.gfx3d.Trackball
Adds scuffmark polygons at random points on the trackball.
addSeg(Seg) - Method in class snap.geom.Path2D
Adds a segment.
addSeg(Segment) - Method in class snap.geom.SegmentPath
Adds the given segment.
addSeg(Segment, int) - Method in class snap.geom.SegmentPath
Adds the given segment.
addSeparator() - Method in class snap.view.Menu
Adds a separator.
addSeparator() - Method in class snap.viewx.FormBuilder
Adds a separator.
addShapePath(Shape, double) - Method in class snap.gfx3d.Path3D
Adds a Shape path to this path3D at given depth.
addShapes(Shape, Shape) - Static method in class snap.geom.SegmentPathCAG
Returns the intersection shape of two shapes.
addShapes(Shape, Shape) - Static method in class snap.geom.Shape
Adds two shapes together.
addSideTextures() - Method in class snap.gfx3d.CubeShape
Add side textures.
addSite(WebSite) - Method in class snap.viewx.FilePanel
Adds a site available to open/save files.
addSplitViewItemWithAnim(SplitView, View, double, int) - Static method in class snap.view.ViewAnimUtils
Adds a item with animation.
addSpringInfo(View) - Method in class snap.view.SpringView
Adds spring info for child.
addStop(double, Color) - Method in class snap.styler.GradientStopPicker
Adds a new color stop at the given position.
addStop(Point, Color) - Method in class snap.styler.GradientStopPicker
Create an explicit stop at the corresponding gradient position.
addTab(String, View) - Method in class snap.view.TabBar
Creates and adds a tab for given name and content view.
addTab(String, View) - Method in class snap.view.TabView
Creates and adds a tab for given title and content view.
addTab(Tab) - Method in class snap.view.TabBar
Adds a tab.
addTab(Tab) - Method in class snap.view.TabView
Adds a tab.
addTab(Tab, int) - Method in class snap.view.TabBar
Adds a tab at given index.
addTab(Tab, int) - Method in class snap.view.TabView
Adds a tab at given index.
addTexCoord(double, double) - Method in class snap.gfx3d.Polygon3D
Adds a texture coord to vertex texture coords array.
addTexCoord(double, double) - Method in class snap.gfx3d.VertexArray
Adds a texture coord to vertex texture coords array.
addTextArea(String) - Method in class snap.viewx.FormBuilder
Adds a TextArea.
addTextDoc(TextDoc, int) - Method in class snap.text.TextDoc
Adds given TextDoc to this text at given index.
addTextField(String, String) - Method in class snap.viewx.FormBuilder
Adds a text field.
addTextField(String, String, String) - Method in class snap.viewx.FormBuilder
Adds a text field.
addToken(TextBoxToken) - Method in class snap.text.TextBoxLine
Adds a token to line.
addUnique(List<T>, T) - Static method in class snap.util.ListUtils
Adds an object to the given list if object is absent (creates list if missing).
addUnique(T[], T) - Static method in class snap.util.ArrayUtils
Adds all object from second list to first list (creates first list if missing).
addUniqueId(List<T>, T) - Static method in class snap.util.ListUtils
Adds an object to the given list if identical object is missing (creates list if missing).
addURL(WebURL) - Static method in class snap.web.RecentFiles
Adds a URL string to recent files and updates the users preferences.
addUrlString(String) - Static method in class snap.web.RecentFiles
Adds a URL string to recent files and updates the users preferences.
addValue(JSValue) - Method in class snap.util.JSArray
Add a value for key.
addValue(JSValue, int) - Method in class snap.util.JSArray
Add a value for key.
addValue(T) - Method in class snap.util.ObjectArray
Adds the value at index.
addValue(T, int) - Method in class snap.util.ObjectArray
Adds the value at index.
addView(T) - Method in class snap.viewx.FormBuilder
Adds a View.
addWhitespace() - Method in class snap.parse.Regex
Adds whitespace char [ \t\n\x0B\f\r].
addWordCharacter() - Method in class snap.parse.Regex
Adds a word character: [a-zA-Z_0-9].
addWords(String, int, int, StringBuffer, Matcher) - Static method in class snap.util.StringUtils
Adds words from given string and string start/end to given string buffer.
addX(double) - Method in class snap.geom.Rect
Adds a point to this rect.
addXYZ(double, double, double) - Method in class snap.gfx3d.Bounds3D
Expands this Box3D to include given point.
addY(double) - Method in class snap.geom.Rect
Adds a point to this rect.
addZipEntry(ZipEntry) - Method in class snap.web.ZipFileSite
Adds a ZipEntry to WebSite.
adjustColorStop(int, Point) - Method in class snap.styler.GradientStopPicker
Move the selected stop to the new position.
ALIGN_KEY - Static variable in class snap.text.TextLineStyle
 
Align_Prop - Static variable in class snap.view.View
 
ALL_OUTER - Static variable in enum class snap.geom.Pos
 
AllowBleed_Prop - Static variable in class snap.view.ImageView
 
AllowEmptySelection_Prop - Static variable in class snap.view.TabBar
 
ALT - Static variable in class snap.view.KeyCode
 
Altitude_Prop - Static variable in class snap.gfx.EmbossEffect
 
AlwaysOnTop_Prop - Static variable in class snap.view.WindowView
 
anchor - Variable in class snap.util.Range
 
and(String) - Method in class snap.parse.ParseRule
Adds an And rule to this rule with given pattern.
and(String, char) - Method in class snap.parse.ParseRule
Adds an And rule to this rule with given count and pattern.
and(ParseRule) - Method in class snap.parse.ParseRule
Adds an And rule to this rule with given rule.
and(ParseRule, char) - Method in class snap.parse.ParseRule
Adds an And rule to this rule with given rule.
And - Enum constant in enum class snap.parse.ParseRule.Op
 
And - Enum constant in enum class snap.parse.Regex.Op
 
And - Enum constant in enum class snap.util.KeyChain.Op
 
AndExprHandler() - Constructor for class snap.parse.ParseRuleParser.AndExprHandler
 
angle(double) - Method in class snap.gfx.GradientPaint.Builder
 
AnimateTabChange_Prop - Static variable in class snap.view.TabView
 
anyElement(Map) - Static method in class snap.util.MapUtils
Returns any element from a map.
append(byte[]) - Method in class snap.util.ByteArray
Appends raw binary from byte array to data.
append(byte[], int, int) - Method in class snap.util.ByteArray
Appends raw binary from byte array to data.
append(char) - Method in class snap.util.ByteArray
Append common types as ASCII.
append(char[]) - Method in class snap.util.ByteArray
Append the given char array.
append(char[], int, int) - Method in class snap.util.ByteArray
Appends the given char array.
append(double) - Method in class snap.util.ByteArray
Appends the given double.
append(float) - Method in class snap.util.ByteArray
Appends the given float.
append(int) - Method in class snap.util.ByteArray
Appends an int string to the data.
append(Object) - Method in class snap.util.ByteArray
Appends an object's string representation to the data.
append(String) - Method in class snap.util.ByteArray
Appends a string to the data.
append(String) - Method in class snap.viewx.ConsoleView
Appends a string.
append(StringBuffer, String, JSValue) - Method in class snap.util.JSWriter
Returns a string buffer for given JSON node.
append(ByteArray) - Method in class snap.util.ByteArray
Appends raw binary from given data to data.
appendByte(int) - Method in class snap.util.ByteArray
Appends byte to data.
appendInt(int) - Method in class snap.util.ByteArray
Appends int to data.
appendJSArray(StringBuffer, JSArray) - Method in class snap.util.JSWriter
Appends the given JSArray to StringBuffer.
appendJSObject(StringBuffer, JSObject) - Method in class snap.util.JSWriter
Appends the given JSObject to StringBuffer.
appendJSValue(StringBuffer, JSValue) - Method in class snap.util.JSWriter
Appends the given JSValue to StringBuffer.
appendLittleInt(int) - Method in class snap.util.ByteArray
Appends little endian int to data.
appendLittleShort(int) - Method in class snap.util.ByteArray
Appends little endian short to data.
appendLittleUInt(long) - Method in class snap.util.ByteArray
Appends little endian unsigned int to data.
appendLittleUShort(int) - Method in class snap.util.ByteArray
Appends little endian unsigned short to data.
appendNewlineIndent(StringBuffer) - Method in class snap.util.JSWriter
Appends newline and indent.
appendNewlineIndent(StringBuffer, int) - Method in class snap.util.JSWriter
Appends newline and indent.
appendPathIter(PathIter) - Method in class snap.geom.PolygonPath
Appends given PathIter to this polygon path.
appendPathIter(PathIter) - Method in class snap.geom.ShapeBuilder
Appends given PathIter to this polygon path.
appendPathIter(PathIter, double) - Method in class snap.gfx3d.PolygonPath3D
Appends given PathIter to this polygon path.
appendProp(StringBuffer, String, Object) - Static method in class snap.util.StringUtils
Adds a property name/value to a StringBuffer being configured with multiple comma separated props.
appendSegment(Segment) - Method in class snap.geom.ShapeBuilder
Appends a path segment.
appendShape(Shape) - Method in class snap.geom.PolygonPath
Appends given shape to this polygon path.
appendShape(Shape) - Method in class snap.geom.ShapeBuilder
Appends given shape to this polygon path.
appendShape(Shape, double) - Method in class snap.gfx3d.PolygonPath3D
Appends given shape to this polygon path.
appendShort(int) - Method in class snap.util.ByteArray
Appends short to data.
appendSvgString(String) - Method in class snap.geom.ShapeBuilder
Appends a path from an SVG path string.
appendUByte(int) - Method in class snap.util.ByteArray
Appends unsigned byte to data.
applyEffect(PainterDVR, Painter, Rect) - Method in class snap.gfx.BlurEffect
Apply the effect from given DVR to painter.
applyEffect(PainterDVR, Painter, Rect) - Method in class snap.gfx.Effect
Apply the effect from given DVR to painter.
applyEffect(PainterDVR, Painter, Rect) - Method in class snap.gfx.EmbossEffect
Performs the ShadowEffect with given PainterDVR.
applyEffect(PainterDVR, Painter, Rect) - Method in class snap.gfx.ReflectEffect
Performs the ReflectEffect with given PainterDVR.
applyEffect(PainterDVR, Painter, Rect) - Method in class snap.gfx.ShadowEffect
Performs the ShadowEffect with given PainterDVR.
applyEffectShadowOnly(PainterDVR, Painter, Rect) - Method in class snap.gfx.ShadowEffect
Performs the ShadowEffect with given PainterDVR.
Arc - Class in snap.geom
A Shape subclass to represent a segment of an ellipse with start and sweep angle.
Arc(double, double, double, double, double, double) - Constructor for class snap.geom.Arc
Creates a new Arc.
Arc(double, double, double, double, double, double, double) - Constructor for class snap.geom.Arc
Creates a new Arc.
Arc.Closure - Enum Class in snap.geom
 
arcTo(double, double, double, double) - Method in class snap.geom.ShapeBuilder
ArcTo: Adds a Cubic using the corner point as a guide.
arcTo(double, double, double, double, double, double, double[]) - Method in class snap.geom.PathIter
Returns a CubicTo for start, corner and end points.
ArcView - Class in snap.view
A view to show an Arc.
ArcView() - Constructor for class snap.view.ArcView
Creates a new ArcView.
ArcView(double, double, double, double, double, double) - Constructor for class snap.view.ArcView
Creates a new ArcView.
ArgList - Enum constant in enum class snap.util.KeyChain.Op
 
ArgListHandler() - Constructor for class snap.util.KeyChainParser.ArgListHandler
 
Arial10 - Static variable in class snap.gfx.Font
 
Arial11 - Static variable in class snap.gfx.Font
 
Arial12 - Static variable in class snap.gfx.Font
 
Arial13 - Static variable in class snap.gfx.Font
 
Arial14 - Static variable in class snap.gfx.Font
 
Arial16 - Static variable in class snap.gfx.Font
 
ArrayHandler() - Constructor for class snap.util.JSParser.ArrayHandler
 
ArrayIndex - Enum constant in enum class snap.util.KeyChain.Op
 
ArrayUtils - Class in snap.util
A collection of array utility methods.
ArrayUtils() - Constructor for class snap.util.ArrayUtils
 
ArrowView - Class in snap.view
A view to show up to four arrows.
ArrowView() - Constructor for class snap.view.ArrowView
Creates a new ArrowView.
ArrowView.Arrow - Enum Class in snap.view
 
arrowViewDidFireAction() - Method in class snap.view.Spinner
Called when ArrowView fires action.
ASCIICodec - Class in snap.util
This class has utility methods to code and decode into various different formats: hex, ASCII85, base 64.
ASCIICodec() - Constructor for class snap.util.ASCIICodec
 
Assignment - Enum constant in enum class snap.util.KeyChain.Op
 
AttributeHandler() - Constructor for class snap.util.XMLParser.AttributeHandler
 
autoRegisterPropChange(PropChange) - Method in class snap.view.ViewAnim
Register anim for changes.
AWT - Class in snap.swing
A class to return AWT versions of Snap graphics objects.
AWT() - Constructor for class snap.swing.AWT
 
AWTColorSpaceFactory() - Constructor for class snap.swing.AWTEnv.AWTColorSpaceFactory
 
AWTEnv - Class in snap.swing
A GFXEnv implementation using AWT.
AWTEnv() - Constructor for class snap.swing.AWTEnv
Creates a new AWTEnv.
AWTEnv.AWTColorSpace - Class in snap.swing
Implementation of snap ColorSpace using java.awt.color.ColorSpace.
AWTEnv.AWTColorSpaceFactory - Class in snap.swing
Implementation of snap ColorSpace using java.awt.color.ColorSpace.
AWTFontFile - Class in snap.swing
This class represents all the information about a font that is independent of size.
AWTFontFile(String) - Constructor for class snap.swing.AWTFontFile
Creates a font file for a given font name.
AWTFontUtils - Class in snap.swing
Provides some utility methods for Fonts.
AWTFontUtils() - Constructor for class snap.swing.AWTFontUtils
 
AWTImageUtils - Class in snap.swing
Utility methods for AWT Images.
AWTImageUtils() - Constructor for class snap.swing.AWTImageUtils
 
AWTPrefs - Class in snap.swing
AWT implementation of Snap Prefs.
AWTPrintable() - Constructor for class snap.swing.SwingPrinter.AWTPrintable
 
awtToSnapColor(Color) - Static method in class snap.swing.AWT
Returns awt paint for snap paint.
awtToSnapFont(Font) - Static method in class snap.swing.AWT
Returns snap font for awt font.
awtToSnapImage(Image) - Static method in class snap.swing.AWT
Returns awt image for snap image.
awtToSnapPaint(Paint) - Static method in class snap.swing.AWT
Returns snap Paint for awt Paint.
awtToSnapPathIter(PathIterator) - Static method in class snap.swing.AWT
Returns awt shape for snap shape.
awtToSnapRect(Rectangle2D) - Static method in class snap.swing.AWT
Returns awt image for snap image.
awtToSnapShape(Shape) - Static method in class snap.swing.AWT
Returns awt shape for snap shape.
awtToSnapStroke(Stroke) - Static method in class snap.swing.AWT
Returns awt stroke for snap stroke.
awtToSnapTrans(AffineTransform) - Static method in class snap.swing.AWT
Returns awt tranform for snap transform.
Azimuth_Prop - Static variable in class snap.gfx.EmbossEffect
 

B

B - Static variable in class snap.view.KeyCode
 
BACK - Enum constant in enum class snap.gfx3d.Side3D
 
BACK_BOTTOM - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
BACK_BOTTOM_LEFT - Enum constant in enum class snap.gfx3d.Side3D.Corner
 
BACK_BOTTOM_RIGHT - Enum constant in enum class snap.gfx3d.Side3D.Corner
 
BACK_DARK_FILL - Variable in class snap.view.ViewTheme
 
BACK_FILL - Variable in class snap.view.ViewTheme
 
BACK_LEFT - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
BACK_RIGHT - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
BACK_SLASH - Static variable in class snap.view.KeyCode
 
BACK_SPACE - Static variable in class snap.view.KeyCode
 
BACK_TOP - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
BACK_TOP_LEFT - Enum constant in enum class snap.gfx3d.Side3D.Corner
 
BACK_TOP_RIGHT - Enum constant in enum class snap.gfx3d.Side3D.Corner
 
BAD_REQUEST - Static variable in class snap.web.HTTPResponse
 
BAD_REQUEST - Static variable in class snap.web.WebResponse
 
BarSize_Prop - Static variable in class snap.view.ScrollView
 
BASELINE - Enum constant in enum class snap.geom.VPos
 
BasicToken() - Constructor for class snap.parse.ParseToken.BasicToken
Constructor.
beep() - Method in class snap.gfx.GFXEnv
Plays a beep.
beep() - Method in class snap.swing.AWTEnv
Plays a beep.
beep() - Method in class snap.view.ViewOwner
Plays a beep.
beep() - Static method in class snap.view.ViewUtils
Beep.
beginTask(String, int) - Method in interface snap.util.TaskMonitor
Begin processing a single task.
beginTask(String, int) - Method in class snap.util.TaskMonitor.Text
Called to start task with total work.
beginTask(String, int) - Method in class snap.util.TaskRunner
Begin processing a single task.
beginTask(String, int) - Method in class snap.viewx.TaskMonitorPanel
Begin processing a single task.
between(double, double, double) - Static method in class snap.util.MathUtils
Returns whether a real number is between two other numbers.
Bevel - Enum constant in enum class snap.gfx.Stroke.Join
 
BevelBorder() - Constructor for class snap.gfx.Borders.BevelBorder
Creates new border.
BevelBorder(int) - Constructor for class snap.gfx.Borders.BevelBorder
Creates new border.
bigShortArrayAt(int, int) - Method in class snap.util.ByteArray
Returns the array of big endian shorts at the given byte index with the given length.
bigShortAtIndex(int) - Method in class snap.util.ByteArray
Returns the short at the given index (assumed to be in big endian format).
bigUIntAtIndex(int) - Method in class snap.util.ByteArray
Returns the big endian unsigned int at the given byte index.
bigUShortArrayAt(int, int) - Method in class snap.util.ByteArray
Returns the array of big endian unsigned shorts at the given byte index with the given length.
bigUShortAtIndex(int) - Method in class snap.util.ByteArray
Returns the big endian unsigned short at the given byte index.
BinaryExprHandler() - Constructor for class snap.util.KeyChainParser.BinaryExprHandler
 
BinarySpaceTree - Class in snap.gfx3d
This class is a simple implementation of a Binary Space Partitioning Tree.
BinarySpaceTree(FacetShape) - Constructor for class snap.gfx3d.BinarySpaceTree
Constructor.
bind(View, String, View, boolean) - Static method in class snap.view.ViewUtils
Binds a view property to another view's same prop.
bindExpr(View, String, View, String, String) - Static method in class snap.view.ViewUtils
Binds a view property to another view prop with given expression.
Binding - Class in snap.view
This class maps a UI node value to a model key value (some kind of display object like a Swing component value or an RMShape size).
Binding() - Constructor for class snap.view.Binding
Creates a new binding.
Binding(String, String) - Constructor for class snap.view.Binding
Creates a new binding for property name and key.
bitRate() - Method in class snap.swing.SwingSoundClip
Returns the bit rate.
BitRate11k - Static variable in class snap.swing.SwingSoundClip
 
BitRate22k - Static variable in class snap.swing.SwingSoundClip
 
BitRate44k - Static variable in class snap.swing.SwingSoundClip
 
BitRate5k - Static variable in class snap.swing.SwingSoundClip
 
BitRateUndefined - Static variable in class snap.swing.SwingSoundClip
 
BLACK - Static variable in class snap.gfx.Color
 
BLACK_BORDER - Static variable in class snap.gfx.Borders
 
blackBorder() - Static method in class snap.gfx.Border
Returns a simple black border.
blend(Color, double) - Method in class snap.gfx.Color
Returns a color darker than this color (by this given fraction).
BLUE - Static variable in class snap.gfx.Color
 
blur(int, Color) - Method in class snap.gfx.Image
Blurs the image by mixing pixels with those around it to given radius.
blur(int, Color) - Method in class snap.swing.J2DImage
Blurs the image by mixing pixels with those around it to given radius.
BlurEffect - Class in snap.gfx
An effect that performs a simple blur.
BlurEffect() - Constructor for class snap.gfx.BlurEffect
Constructor.
BlurEffect(double) - Constructor for class snap.gfx.BlurEffect
Constructor for given radius.
BlurEffectTool - Class in snap.styler
UI editing for BlurEffect.
BlurEffectTool() - Constructor for class snap.styler.BlurEffectTool
 
booleanValue(Object) - Static method in class snap.util.Convert
Returns the Boolean for a given object (assumed to be Number or String).
boolValue(Object) - Static method in class snap.util.Convert
Returns a boolean value for the given object.
boolValue(Map<K, V>, K) - Static method in class snap.util.MapUtils
Returns a key value interpreted as a boolean.
boolValue(Map<K, V>, K, boolean) - Static method in class snap.util.MapUtils
Returns a key value interpreted as a boolean (with optional default value).
Border - Class in snap.gfx
A class to represent a painted stroke.
Border() - Constructor for class snap.gfx.Border
 
BORDER_KEY - Static variable in class snap.text.TextStyle
 
Border_Prop - Static variable in class snap.view.View
 
BorderRadius_Prop - Static variable in class snap.view.View
 
Borders - Class in snap.gfx
This class holds a selection of Border subclasses.
Borders() - Constructor for class snap.gfx.Borders
 
Borders.BevelBorder - Class in snap.gfx
A subclass for bevel border.
Borders.EdgeBorder - Class in snap.gfx
This Border subclass strokes the rectangular border of a given shape, with option include/exclude individual sides.
Borders.EtchBorder - Class in snap.gfx
A subclass for etched border.
Borders.LineBorder - Class in snap.gfx
A subclass for line border.
BorderTool - Class in snap.styler
Provides UI to edit borders.
BorderTool(Styler) - Constructor for class snap.styler.BorderTool
Creates BorderTool.
BorderView - Class in snap.view
A View subclass to manage subviews along edges (top, bottom, left, right) and center.
BorderView() - Constructor for class snap.view.BorderView
Constructor.
BorderViewProxy - Class in snap.view
A ViewProxy subclass to layout views along edges (top, bottom, left, right) and center.
BorderViewProxy(ParentView, View, View, View, View, View) - Constructor for class snap.view.BorderViewProxy
Constructor for given parent view and border views.
Both - Enum constant in enum class snap.util.Interpolator.Direction
 
bottom - Variable in class snap.geom.Insets
 
BOTTOM - Enum constant in enum class snap.geom.Side
 
BOTTOM - Enum constant in enum class snap.geom.VPos
 
BOTTOM - Enum constant in enum class snap.gfx3d.Side3D
 
BOTTOM_CENTER - Enum constant in enum class snap.geom.Pos
 
BOTTOM_HIGHLITE_PAINT - Static variable in class snap.view.ButtonPainter.Classic
 
BOTTOM_LEFT - Enum constant in enum class snap.geom.Pos
 
BOTTOM_RIGHT - Enum constant in enum class snap.geom.Pos
 
Bounds3D - Class in snap.gfx3d
This class represents bounds for 3D shapes (XYZ min/max).
Bounds3D() - Constructor for class snap.gfx3d.Bounds3D
Constructor.
Bounds3D(double, double, double, double, double, double) - Constructor for class snap.gfx3d.Bounds3D
Constructor.
BoxView - Class in snap.view
A View that holds another view.
BoxView() - Constructor for class snap.view.BoxView
Constructor.
BoxView(View) - Constructor for class snap.view.BoxView
Constructor for content.
BoxView(View, boolean, boolean) - Constructor for class snap.view.BoxView
Constructor for content with FillWidth, FillHeight params.
BoxViewProxy<T extends View> - Class in snap.view
A ViewProxy that can layout content in the manner of BoxView for any View.
BoxViewProxy(View) - Constructor for class snap.view.BoxViewProxy
Constructor for given parent view.
BoxViewProxy(View, View, boolean, boolean) - Constructor for class snap.view.BoxViewProxy
Constructor for given parent view and FillWidth, FillHeight params.
bps - Variable in class snap.gfx.ImageUtils.ImageInfo
 
BRACELEFT - Static variable in class snap.view.KeyCode
 
BRACERIGHT - Static variable in class snap.view.KeyCode
 
brighter() - Method in class snap.gfx.Color
Returns a color brighter than this color (blended with white).
BrowserCol<T> - Class in snap.view
A ListView subclass to act as a BrowserView column.
BrowserCol(BrowserView<T>) - Constructor for class snap.view.BrowserCol
Creates new BrowserCol for given BrowserView.
BrowserView<T> - Class in snap.view
A browser class.
BrowserView() - Constructor for class snap.view.BrowserView
Creates a new BrowserView.
build() - Method in class snap.gfx.GradientPaint.Builder
 
build() - Method in class snap.gfx.Stroke.Builder
 
build() - Method in class snap.parse.ParseToken.Builder
 
build() - Method in class snap.view.Tab.Builder
Build.
build() - Method in class snap.view.ViewBuilder
Builds the current view.
buildAll() - Method in class snap.view.ViewBuilder
Returns all views.
Builder() - Constructor for class snap.gfx.GradientPaint.Builder
 
Builder() - Constructor for class snap.gfx.Stroke.Builder
 
Builder() - Constructor for class snap.parse.ParseToken.Builder
 
Builder() - Constructor for class snap.view.Tab.Builder
Constructor.
Builder(TabBar) - Constructor for class snap.view.Tab.Builder
Constructor.
buildMenu(String, String) - Method in class snap.view.ViewBuilder
Returns menu with all menu items.
buildShape() - Method in class snap.gfx3d.ParentShape
Calls to build shape.
buildShapeImpl() - Method in class snap.gfx3d.ParentShape
Called to actually build shape.
buildShapeImpl() - Method in class snap.gfx3d.PathBox3D
Override to extrusion surfaces (sides and back).
Butt - Enum constant in enum class snap.gfx.Stroke.Cap
 
Button - Class in snap.view
A View subclass that represents a simple Button.
Button - Enum constant in enum class snap.view.TitleView.TitleStyle
 
Button() - Constructor for class snap.view.Button
Constructor.
Button(String) - Constructor for class snap.view.Button
Constructor with given text.
BUTTON_BORDER_COLOR - Variable in class snap.view.ViewTheme
 
BUTTON_BORDER_PRESSED_COLOR - Variable in class snap.view.ViewTheme
 
BUTTON_COLOR - Variable in class snap.view.ViewTheme
 
BUTTON_NORMAL - Static variable in class snap.view.ButtonBase
 
BUTTON_NORMAL - Static variable in class snap.view.ButtonPainter
 
BUTTON_OVER - Static variable in class snap.view.ButtonBase
 
BUTTON_OVER - Static variable in class snap.view.ButtonPainter
 
BUTTON_OVER_COLOR - Variable in class snap.view.ViewTheme
 
BUTTON_PRESSED - Static variable in class snap.view.ButtonBase
 
BUTTON_PRESSED - Static variable in class snap.view.ButtonPainter
 
BUTTON_PRESSED_COLOR - Variable in class snap.view.ViewTheme
 
ButtonBase - Class in snap.view
A View for Buttons.
ButtonBase() - Constructor for class snap.view.ButtonBase
Creates a new ButtonBaseNode.
buttonDidFire(Button) - Method in class snap.view.ArrowView
Called when button fires.
ButtonPainter - Class in snap.view
This class has methods to paint a button.
ButtonPainter() - Constructor for class snap.view.ButtonPainter
 
ButtonPainter.Classic - Class in snap.view
A ButtonPainter subclass to paint classic buttons.
ButtonPainter.Flat - Class in snap.view
A ButtonPainter subclass to paint classic buttons.
buttonSelectionDidChange(PropChange) - Method in class snap.view.ToggleGroup
PropChangeListener method.
ByteArray - Class in snap.util
This class is like a StringBuffer for bytes instead of chars.
ByteArray() - Constructor for class snap.util.ByteArray
Creates an empty ByteArray.
ByteArray(byte[]) - Constructor for class snap.util.ByteArray
Creates an ByteArray with the given byte array.
ByteArray(byte[], int) - Constructor for class snap.util.ByteArray
Creates an ByteArray with the given byte array (only to the given length).
ByteArray(int) - Constructor for class snap.util.ByteArray
Creates an empty ByteArray with the given capacity.
Bytes_Prop - Static variable in class snap.web.WebFile
 

C

C - Static variable in class snap.view.KeyCode
 
calcPrefGimbalRadius() - Method in class snap.gfx3d.Camera
Returns the optimal distance from center of scene to camera when in gimbal mode.
calcSampleSize() - Method in class snap.view.ListArea
Calculates sample width and height from items.
Camera - Class in snap.gfx3d
This class represent a camera focusing on a scene and manages a display list of simple paths based on the scene shapes and the camera transform.
Camera() - Constructor for class snap.gfx3d.Camera
Constructor.
cameraChanged(PropChange) - Method in class snap.gfx3d.CubeView
Called when scene changes.
cameraDidPropChange(PropChange) - Method in class snap.gfx3d.CameraView
Called when camera does prop change.
cameraDidPropChange(PropChange) - Method in class snap.gfx3d.Renderer
Called when camera changes.
cameraDidPropChange(PropChange) - Method in class snap.gfx3d.Renderer2D
Override to rebuild FacetShapes for camera changes.
CameraView - Class in snap.gfx3d
A View subclass to render.
CameraView() - Constructor for class snap.gfx3d.CameraView
Constructor.
cancel() - Method in class snap.util.TaskRunner
Cancels the runner.
cancel() - Method in class snap.viewx.DialogBox
Cancels the dialog box.
CANCEL_OPTION - Static variable in class snap.viewx.DialogBox
Return value from class method if NO is chosen.
cancelled(Exception) - Method in class snap.util.TaskRunner
The method to run when cancelled.
Cancelled - Enum constant in enum class snap.util.TaskRunner.Status
 
cancelReset() - Method in class snap.view.ViewOwner
Whether this ViewOwner should suppress the next automatic reset that normally happens after respondUI.
canDisplay(char) - Method in class snap.gfx.Font
Returns if this font can display the given char.
canDisplay(char) - Method in class snap.gfx.FontFile
Returns if this font can display the given char.
canDisplayImpl(char) - Method in class snap.gfx.FontFile
Returns if this font can display the given char.
canDisplayImpl(char) - Method in class snap.swing.AWTFontFile
Returns if this font can display the given char.
canRead(byte[]) - Static method in class snap.gfx.Image
Returns whether image reader can read the file provided in the byte array.
canRead(String) - Static method in class snap.gfx.Image
Returns whether given extension is supported.
canRead(String) - Static method in class snap.swing.SwingSoundClip
Returns whether sound data can read given extension.
cap(Stroke.Cap) - Method in class snap.gfx.Stroke.Builder
 
Cap_Prop - Static variable in class snap.gfx.Stroke
 
captureSystemOutAndErr() - Static method in class snap.viewx.DevPaneConsole
Tell DevPaneConsole to start watching StdOut, StdErr.
ceil(double, double) - Static method in class snap.util.MathUtils
Truncate x up to the nearest y.
CELL_PAD_DEFAULT - Static variable in class snap.view.ListArea
 
cellConfigureBasic(ListCell<T>) - Method in class snap.view.ListArea
Called to do standard cell configure.
cellEditingChanged(ListCell<T>) - Method in class snap.view.ListArea
Called when cell editing starts.
cellEditingChanged(ListCell<T>) - Method in class snap.view.TableCol
Override to forward to TableView.
cellEditingChanged(ListCell<T>) - Method in class snap.view.TableView
Called when cell editing starts.
CellPadding_Prop - Static variable in class snap.view.ListArea
 
CellPadding_Prop - Static variable in class snap.view.TableView
 
CENTER - Enum constant in enum class snap.geom.HPos
 
CENTER - Enum constant in enum class snap.geom.Pos
 
CENTER - Enum constant in enum class snap.geom.VPos
 
CENTER_LEFT - Enum constant in enum class snap.geom.Pos
 
CENTER_RIGHT - Enum constant in enum class snap.geom.Pos
 
Chain - Enum constant in enum class snap.util.KeyChain.Op
 
CHAR_SPACING_KEY - Static variable in class snap.text.TextStyle
 
CHAR_UNDEFINED - Static variable in class snap.view.KeyCode
 
charAdvance(char) - Method in class snap.gfx.Font
Returns the char advance for the given char.
charAdvance(char) - Method in class snap.gfx.FontFile
Returns the char advance for the given char.
charAdvanceImpl(char) - Method in class snap.gfx.FontFile
Returns the char advance for the given char.
charAdvanceImpl(char) - Method in class snap.swing.AWTFontFile
Returns the char advance for the given char.
charArrayAt(int, int) - Method in class snap.util.ByteArray
Returns the char array at the given byte index with the given length.
charAt(int) - Method in class snap.parse.Parser
CharSequence method.
charAt(int) - Method in class snap.parse.Tokenizer
CharSequence method.
charAt(int) - Method in class snap.text.TextBox
Returns the char value at the specified index.
charAt(int) - Method in class snap.text.TextBoxLine
Returns the char value at the specified index.
charAt(int) - Method in class snap.text.TextBoxRun
Returns an individual char in run.
charAt(int) - Method in class snap.text.TextDoc
Returns the char value at the specified index.
charAt(int) - Method in class snap.text.TextLine
Returns the char value at the specified index.
charAt(int) - Method in class snap.text.TextRun
CharSequence method returning character at given index.
charAt(int) - Method in class snap.view.TextArea
Returns the individual character at given index.
charAt(int) - Method in class snap.view.TextAreaKeys
TextArea method.
charAt(int) - Method in class snap.view.TextField
Returns the individual character at given index.
charAt(int) - Method in class snap.view.TextView
Returns the individual character at given index.
Chars_Prop - Static variable in class snap.text.TextDoc
 
CharsChange(TextDoc, Object, Object, int) - Constructor for class snap.text.TextDocUtils.CharsChange
Constructor.
CharSequenceUtils - Class in snap.util
This class adds some convenience methods for CharSequence.
CharSequenceUtils() - Constructor for class snap.util.CharSequenceUtils
 
CharSequenceX - Interface in snap.util
This CharSequence sub interface adds some convenience methods.
CheckBox - Class in snap.view
A View subclass for CheckBox.
CheckBox() - Constructor for class snap.view.CheckBox
Creates CheckBox.
CheckBox(String) - Constructor for class snap.view.CheckBox
Creates CheckBox with given text.
CheckBoxMenuItem - Class in snap.view
A MenuItem subclass for Menu-item with CheckBox.
CheckBoxMenuItem() - Constructor for class snap.view.CheckBoxMenuItem
Constructor.
CHEERP - Enum constant in enum class snap.util.SnapUtils.Platform
 
Child_Prop - Static variable in class snap.view.ParentView
 
childDidDeepChange(Object, PropChange) - Method in class snap.view.ParentView
Deep property change listener implementation to forward to this View's deep listeners.
childDidPropChange(PropChange) - Method in class snap.view.ParentView
Property change listener implementation to forward changes on to deep listeners.
childPropChange(PropChange) - Method in class snap.view.SpringView
Called when child property changes.
ChildView - Class in snap.view
A ChildView is a ParentView (and ViewHost) that allows children to be modified.
ChildView() - Constructor for class snap.view.ChildView
 
Chord - Enum constant in enum class snap.geom.Arc.Closure
 
clamp(double) - Static method in class snap.util.MathUtils
Returns the given float clamped to 1/1000th precision.
clamp(double, double, double) - Static method in class snap.util.MathUtils
Returns the given double clamped between the two values.
clamp(int, int, int) - Static method in class snap.util.MathUtils
Returns the given in clamped between the two values.
clamp_doubleback(double, double, double) - Static method in class snap.util.MathUtils
Returns the given double clamped between the two values.
clamp_wrap(double, double, double) - Static method in class snap.util.MathUtils
Returns the given double clamped between the two values (wraps around if out of range).
clamp_wrap(int, int, int) - Static method in class snap.util.MathUtils
Returns the given double clamped between the two values (wraps around if out of range).
Class - Static variable in class snap.web.DataType
 
CLASS_KEY - Static variable in class snap.props.PropArchiver
 
Classic() - Constructor for class snap.view.ButtonPainter.Classic
Constructor.
Classic_Prop - Static variable in class snap.view.TabView
 
ClassUtils - Class in snap.util
Utility methods for Class.
ClassUtils() - Constructor for class snap.util.ClassUtils
 
clear() - Method in class snap.geom.Path2D
Clears all segments from path.
clear() - Method in class snap.geom.Polygon
Clears the polygon.
clear() - Method in class snap.geom.Transform
Clears the transform to identity.
clear() - Method in class snap.gfx.PainterDVR
Clears the instructions stored in this PainterDVR.
clear() - Method in class snap.swing.AWTPrefs
Clears all the preferences.
clear() - Method in class snap.text.TextDoc
Clears the text.
clear() - Method in class snap.util.PickList
Clears the list.
clear() - Method in class snap.util.Prefs
Clears all the preferences.
clear() - Method in class snap.view.EventAdapter
Clears the adapter.
clear() - Method in class snap.view.TextArea
Clears the text.
clear() - Method in class snap.view.TextField
Clears the text.
clear() - Method in class snap.view.ViewAnim
Clears the anim.
CLEAR - Static variable in class snap.gfx.Color
 
clearCachedValues() - Method in class snap.gfx3d.Camera
Clears cached values.
clearCachedValues() - Method in class snap.gfx3d.FacetShape
Clears cached values when path changes.
clearCachedValues() - Method in class snap.gfx3d.Shape3D
Clears cached values when shape changes.
clearCaches() - Method in class snap.props.PropSet
Clears any caches.
clearConsole() - Method in class snap.viewx.ConsoleView
Clears the console.
clearData() - Method in class snap.view.Clipboard
Clears the data in the clipboard.
clearRecentFiles() - Static method in class snap.web.RecentFiles
Clears recent files from preferences.
clearRect(double, double, double, double) - Method in class snap.gfx.Painter
Clears a rect.
clearRect(double, double, double, double) - Method in class snap.gfx.PainterProxy
Clears a rect.
clearRect(double, double, double, double) - Method in class snap.swing.J2DPainter
Clears a rect.
clearSel() - Method in class snap.util.PickList
Clears the selection.
clearSel() - Method in class snap.view.ListArea
Clears the selection.
clearTokens() - Method in class snap.parse.Parser
Clears any currently set tokens.
CLEARWHITE - Static variable in class snap.gfx.Color
 
ClickSpan_Prop - Static variable in class snap.view.Divider
 
clip - Variable in class snap.gfx.PainterImpl.GState
 
clip(Shape) - Method in class snap.gfx.Painter
Clip by shape.
clip(Shape) - Method in class snap.gfx.PainterDVR
Clip by shape.
clip(Shape) - Method in class snap.gfx.PainterImpl
Clip by shape.
clip(Shape) - Method in class snap.gfx.PainterProxy
Clip by shape.
clip(Shape) - Method in class snap.swing.J2DPainter
Clip by shape.
Clip_Prop - Static variable in class snap.view.View
 
Clipboard - Class in snap.view
A class to handle system copy/paste and to initiate drag and drop.
Clipboard() - Constructor for class snap.view.Clipboard
 
ClipboardData - Class in snap.view
ClipboardData represents a data entry from a copy/paste or drag/drop.
ClipboardData(Object) - Constructor for class snap.view.ClipboardData
Creates a ClipboardData from source.
ClipboardData(String, Object) - Constructor for class snap.view.ClipboardData
Creates a ClipboardData from source.
ClipBy(Shape) - Constructor for class snap.gfx.PainterDVR.ClipBy
Creates a new ClipBy.
clipRect(double, double, double, double) - Method in class snap.gfx.Painter
Clip to rect.
clone() - Method in class snap.geom.Insets
Returns a copy of this gradient paint.
clone() - Method in class snap.geom.Path2D
Standard clone implementation.
clone() - Method in class snap.geom.Point
Standard clone implementation.
clone() - Method in class snap.geom.PointArray
Standard clone implementation.
clone() - Method in class snap.geom.PointArrayIndex
Standard clone implementation.
clone() - Method in class snap.geom.Polygon
Standard clone implementation.
clone() - Method in class snap.geom.Rect
Standard clone implementation.
clone() - Method in class snap.geom.RectBase
Standard clone implementation.
clone() - Method in class snap.geom.Size
Standard clone implementation.
clone() - Method in class snap.geom.Transform
Standard clone implementation.
clone() - Method in class snap.geom.Vect
Standard clone implementation.
clone() - Method in class snap.gfx.Border
Standard clone implementation - only used internally (by copyFor methods).
clone() - Method in class snap.gfx.Borders.LineBorder
Override to return as LineBorder.
clone() - Method in class snap.gfx.GradientPaint
Returns a copy of this gradient paint.
clone() - Method in class snap.gfx.PainterImpl.GState
Standard clone implementation.
clone() - Method in class snap.gfx.Stroke
Standard clone implementation.
clone() - Method in class snap.gfx3d.Bounds3D
Override to support Cloneable.
clone() - Method in class snap.gfx3d.FacetShape
Standard clone implementation.
clone() - Method in class snap.gfx3d.Line3D
Standard clone implementation.
clone() - Method in class snap.gfx3d.Matrix3D
Standard clone implementation.
clone() - Method in class snap.gfx3d.Painter3D
Standard clone implementation.
clone() - Method in class snap.gfx3d.Path3D
Standard clone implementation.
clone() - Method in class snap.gfx3d.Point3D
Standard clone implementation.
clone() - Method in class snap.gfx3d.Polygon3D
Standard clone implementation.
clone() - Method in class snap.gfx3d.PolygonPath3D
Standard clone implementation.
clone() - Method in class snap.gfx3d.Vector3D
Standard clone implementation.
clone() - Method in class snap.gfx3d.VertexArray
Standard clone implementation.
clone() - Method in class snap.props.PropObject
Standard clone implementation.
clone() - Method in class snap.text.NumberFormat
Standard clone implementation.
clone() - Method in class snap.text.RichText
Standard clone implementation.
clone() - Method in class snap.text.RichTextLine
Standard clone implementation.
clone() - Method in class snap.text.StringBox
Standard clone implementation.
clone() - Method in class snap.text.StyledString
Returns a copy of this TextRun.
clone() - Method in class snap.text.TextDoc
Standard clone implementation.
clone() - Method in class snap.text.TextLine
Standard clone implementation.
clone() - Method in class snap.text.TextLineStyle
Standard clone implementation.
clone() - Method in class snap.text.TextRun
Returns a basic clone of this object.
clone() - Method in class snap.text.TextStyle
Standard clone implementation.
clone() - Method in class snap.text.TextToken
Standard clone implementation.
clone() - Method in class snap.util.ByteArray
Standard clone implementation.
clone() - Method in class snap.util.ListSel
Standard clone implementation.
clone() - Method in class snap.util.ListSel2D
Standard clone implementation.
clone() - Method in class snap.util.ObjectArray
Standard clone implementation.
clone() - Method in class snap.util.PickList
Standard clone implementation.
clone() - Method in class snap.util.Sort
Standard clone implementation.
clone() - Method in class snap.util.XMLAttribute
Returns a clone of this attribute.
clone() - Method in class snap.util.XMLElement
Returns a clone of this element.
clone() - Method in class snap.view.Binding
Standard clone implementation.
clone() - Method in class snap.view.MenuItem
Copies a menu item.
clone() - Method in class snap.view.StringView
Returns a copy of this StringView.
clone() - Method in class snap.view.View
Standard clone implementation.
clone() - Method in class snap.view.ViewEvent
Copy event.
clone(List<T>) - Static method in class snap.util.ListUtils
Returns a copy of the given list.
clone(Map) - Static method in class snap.util.MapUtils
Clones a map.
clone(T) - Static method in class snap.util.SnapUtils
Returns a clone of the given object (supports List, Map, Cloneable and null).
cloneCloneable(Cloneable) - Static method in class snap.util.ClassUtils
Returns a clone of given Cloneable object using reflection.
cloneDeep(T) - Static method in class snap.util.SnapUtils
Clones the given object, recursively, if the object is a collection.
cloneForPainter(Painter3D) - Method in class snap.gfx3d.Painter3D.PaintTask
Weird clone to deal with inner class.
cloneForSizeAndScale(double, double, double) - Method in class snap.gfx.Image
Returns a copy of this image at new size and scale.
closable(boolean) - Method in class snap.view.Tab.Builder
 
close() - Method in class snap.geom.Path2D
Close.
close() - Method in class snap.geom.PathIter
Returns a close.
close() - Method in class snap.geom.PolygonPath
Closes the current polygon.
close() - Method in class snap.geom.ShapeBuilder
Closes the current polygon.
close() - Method in class snap.gfx3d.Path3D
Adds a close element to the path3d.
close() - Method in class snap.gfx3d.PolygonPath3D
Closes the current polygon.
Close - Enum constant in enum class snap.geom.Seg
 
CLOSE - Static variable in class snap.gfx3d.Path3D
 
CLOSE_BRACKET - Static variable in class snap.view.KeyCode
 
CloseBox - Class in snap.view
A simple view to provide a close box.
CloseBox() - Constructor for class snap.view.CloseBox
Constructor.
closePath() - Method in class snap.gfx3d.Painter3D
Adds a close path segment.
cls(Class<? extends View>) - Method in class snap.view.ViewBuilder
Set class.
CodeDoc - Class in snap.viewx
This TextDoc subclass loads Java code with syntax coloring.
CodeDoc() - Constructor for class snap.viewx.CodeDoc
Constructor.
codeString() - Method in interface snap.props.StringCodec.Codeable
Returns a String representation of this object.
codeString(Object) - Method in class snap.props.StringCodec
Returns a String for given object.
CodeTokenizer - Class in snap.parse
This Tokenizer subclass supports Java/C single-line and multi-line comments.
CodeTokenizer() - Constructor for class snap.parse.CodeTokenizer
Constructor.
ColCount_Prop - Static variable in class snap.view.TextField
 
CollapseGroup() - Constructor for class snap.view.CollapseView.CollapseGroup
 
collapseItem(T) - Method in class snap.view.TreeView
Expands the given item.
CollapseView - Class in snap.view
This view subclass holds a header label and content view with support to collapse.
CollapseView() - Constructor for class snap.view.CollapseView
Constructor.
CollapseView(String, View) - Constructor for class snap.view.CollapseView
Constructor for given View.
CollapseView.CollapseGroup - Class in snap.view
A class that tracks multiple collapsers, making sure only one is visible at a time.
collapseViewDidCollapse(CollapseView) - Method in class snap.view.CollapseView.CollapseGroup
Called when a CollapseView collapses.
collapseViewDidExpand(CollapseView) - Method in class snap.view.CollapseView.CollapseGroup
Called when a CollapseView collapses.
Collapsible_Prop - Static variable in class snap.view.TitleView
 
Color - Class in snap.gfx
This class represents an RGBA color.
Color() - Constructor for class snap.gfx.Color
Creates a plain black opaque color.
Color(double) - Constructor for class snap.gfx.Color
Creates a color with the given gray value (0-1).
Color(double, double) - Constructor for class snap.gfx.Color
Creates a color with the given gray and alpha values (0-1).
Color(double, double, double) - Constructor for class snap.gfx.Color
Creates a color with the given red, green blue values (0-1).
Color(double, double, double, double) - Constructor for class snap.gfx.Color
Creates a color with the given red, green, blue values (0-1).
Color(double, double, double, double, double) - Constructor for class snap.gfx.Color
Creates a color with the given cyan, magenta, yellow, black and alpha values (0-1).
Color(int) - Constructor for class snap.gfx.Color
Creates a plain black opaque color.
Color(int, int, int) - Constructor for class snap.gfx.Color
Creates a color with the given red, green blue values (0-1).
Color(int, int, int, int) - Constructor for class snap.gfx.Color
Creates a color with the given red, green blue values (0-1).
Color(String) - Constructor for class snap.gfx.Color
Creates a new color from the given hex string.
Color(ColorSpace, float[], double) - Constructor for class snap.gfx.Color
Creates a new Color from given ColorSpace, components array and alpha.
COLOR - Static variable in class snap.view.Clipboard
 
COLOR_KEY - Static variable in class snap.text.TextStyle
 
Color_Prop - Static variable in class snap.gfx.Border
 
Color_Prop - Static variable in class snap.gfx.ShadowEffect
 
Color_Prop - Static variable in class snap.viewx.ColorButton
 
Color_Prop - Static variable in class snap.viewx.ColorWell
 
ColorBoxesPane() - Constructor for class snap.viewx.ColorButton.ColorBoxesPane
Creates new ColorBoxesPane.
ColorButton - Class in snap.viewx
A View to show/set a simple color selection.
ColorButton() - Constructor for class snap.viewx.ColorButton
Creates a new ColorButton.
ColorButton.ColorBoxesPane - Class in snap.viewx
ColorBoxesPane.
ColorDock - Class in snap.viewx
A View that handle a whole grid of color swatches, including drag and drop support.
ColorDock() - Constructor for class snap.viewx.ColorDock
Creates a new color dock.
ColorDock.Swatch - Class in snap.viewx
A class to represent a color swatch.
colorDropped(ViewEvent) - Method in class snap.viewx.ColorDock
Called when color is dropped on dock.
ColorPaintTool - Class in snap.styler
Provides a tool for editing Color Paint.
ColorPaintTool() - Constructor for class snap.styler.ColorPaintTool
Creates PaintTool.
ColorPanel - Class in snap.viewx
This class provides UI for selecting a color.
ColorPanel() - Constructor for class snap.viewx.ColorPanel
Creates a new color panel.
ColorPanel.GradSlider - Class in snap.viewx
A Slider subclass to show colors in slider groove.
ColorPanel.ImagePicker - Class in snap.viewx
An inner class to act as an image color picker.
colorPanelChangedColor(ColorPanel, ViewEvent) - Method in class snap.viewx.ColorWell
Called by ColorPanel when user selects color in color panel.
colors(Color...) - Method in class snap.gfx.GradientPaint.Builder
 
ColorSpace - Class in snap.gfx
This abstract class is used to serve as a color space tag to identify the specific color space of a Color object or, via a ColorModel object, of an Image, a BufferedImage, or a GraphicsDevice.
ColorSpace(int, int) - Constructor for class snap.gfx.ColorSpace
Constructs a ColorSpace object given a color space type and the number of components.
ColorSpace.ColorSpaceFactory - Interface in snap.gfx
The ColorSpaceFactory.
ColorWell - Class in snap.viewx
This control view displays a color value and interacts with ColorPanel when selected.
ColorWell() - Constructor for class snap.viewx.ColorWell
Creates a new ColorWell.
colorWellDidFireAction(ViewEvent) - Method in class snap.viewx.ColorDock
Called when color well fires action event.
ColView - Class in snap.view
A View subclass to layout child views vertically, from top to bottom.
ColView() - Constructor for class snap.view.ColView
Constructor.
ColViewProxy<T extends View> - Class in snap.view
A ViewProxy subclass to layout child views vertically, from top to bottom.
ColViewProxy(View) - Constructor for class snap.view.ColViewProxy
Constructor for given parent view.
ComboBox<T> - Class in snap.view
A View that combines a TextField, Button and List to allow selection of list items in the space of a TextField and/or button.
ComboBox() - Constructor for class snap.view.ComboBox
Constructor.
comboChanged() - Method in class snap.view.ComboBox
Called when Button/TextField changes.
COMMA - Static variable in class snap.view.KeyCode
 
COMMAND - Static variable in class snap.view.KeyCode
 
ComparativeExprHandler() - Constructor for class snap.util.KeyChainParser.ComparativeExprHandler
 
COMPARATOR - Static variable in class snap.util.Sort
 
compare(Object, Object) - Static method in class snap.util.SnapUtils
Returns result of comparing two values.
compare(Object, Object) - Method in class snap.util.Sort
Returns how the two given objects compare with this sort.
Compare(Object, Object) - Static method in class snap.util.Sort
Compare two value objects (assumed to be String, Number, Boolean, Date, Comparable, etc.).
compareNodePlanes(BinarySpaceTree) - Method in class snap.gfx3d.BinarySpaceTree
Compare Node planes.
compareTo(WebFile) - Method in class snap.web.WebFile
Standard compareTo implementation.
complain(String) - Method in class snap.view.ViewEnv
 
concat(double, double, double, double, double, double) - Method in class snap.geom.Transform
Concatentates (pre-multiplies) this transform by given transform: T' = Tn x T.
concat(Transform) - Method in class snap.geom.Transform
Concatentates (pre-multiplies) this transform by given transform: T' = Tn x T.
Conditional - Enum constant in enum class snap.util.KeyChain.Op
 
configure() - Method in class snap.viewx.Explode
Configures explosion animation.
configure(TransitionPane, View, View) - Method in class snap.viewx.TransitionPane.Transition
Configure.
configureBrowserCell(BrowserCol<T>, ListCell<T>) - Method in class snap.view.BrowserView
Called to configure browser cell.
configureCell(ListCell<T>) - Method in class snap.view.ListArea
Called to configure a cell.
configureCell(ListCell<T>) - Method in class snap.view.ListView
Called to configure a cell.
configureCell(ListCell<T>) - Method in class snap.view.TreeCol
Overrride to add branch icons.
configureCellFills(ListCell<T>) - Method in class snap.view.ListArea
Called to configure a cell fill and text fill.
configureCellText(ListCell<T>) - Method in class snap.view.ListArea
Called to configure a cell text.
configureFileBrowserCell(ListCell<WebFile>) - Method in class snap.viewx.WebSitePaneX
Configures a FileBrowser cell.
confirm() - Method in class snap.viewx.DialogBox
Hides the dialog box.
Confirm - Enum constant in enum class snap.viewx.DialogBox.Type
 
ConsoleView - Class in snap.viewx
A TextView subclass with methods to act like a terminal/console.
ConsoleView() - Constructor for class snap.viewx.ConsoleView
Creates new ConsoleView.
CONSTRAIN_NONE - Variable in class snap.gfx3d.MouseHandler
 
CONSTRAIN_PITCH - Variable in class snap.gfx3d.MouseHandler
 
CONSTRAIN_YAW - Variable in class snap.gfx3d.MouseHandler
 
consume() - Method in class snap.swing.SwingEvent
Consume event.
consume() - Method in class snap.view.ViewEvent
Consume event.
contains(double, double) - Method in class snap.geom.Ellipse
Contains.
contains(double, double) - Method in class snap.geom.Line
Returns whether shape contains x/y.
contains(double, double) - Method in class snap.geom.Rect
Returns whether rect contains x/y.
contains(double, double) - Method in class snap.geom.SegmentPath
Returns whether this SegmentPath contains given point.
contains(double, double) - Method in class snap.geom.Shape
Returns whether shape contains x/y.
contains(double, double) - Method in class snap.geom.ShapeBox
Returns whether shape contains x/y.
contains(double, double) - Method in class snap.view.View
Returns whether view contains point.
contains(double, double, double) - Method in class snap.geom.Line
Returns whether shape with line width contains point.
contains(double, double, double) - Method in class snap.geom.Rect
Returns whether shape with line width contains point.
contains(double, double, double) - Method in class snap.geom.Shape
Returns whether shape with line width contains point.
contains(double, double, double, double, double, double) - Static method in class snap.geom.Rect
Returns whether given rect parts contains given x/y.
contains(Object[], Object) - Static method in class snap.util.ArrayUtils
Returns whether the given array contains the given object.
contains(List<?>, Object) - Static method in class snap.util.ListUtils
Returns whether list contains given object (accepts null list).
contains(Point) - Method in class snap.geom.Shape
Returns whether shape contains point.
contains(Point) - Method in class snap.view.View
Returns whether view contains point.
contains(Shape) - Method in class snap.geom.Line
Returns whether shape contains x/y/w/h.
contains(Shape) - Method in class snap.geom.Rect
Override to simplify since rect contains any shape if-and-only-if it contians that shapes bounds.
contains(Shape) - Method in class snap.geom.Shape
Returns whether shape contains shape.
contains(Shape) - Method in class snap.view.View
Returns whether view contains shape.
containsEndPoint(double, double) - Method in class snap.geom.SegmentPath
Returns whether given SegmentPath contains given point.
containsFile(WebFile) - Method in class snap.web.WebFile
Returns whether given file is contained in this directory.
containsIC(String[], String) - Static method in class snap.util.StringUtils
Returns whether the given string array contains the given string, ignoring case.
containsId(List<?>, Object) - Static method in class snap.util.ListUtils
Returns whether list contains identical given object (accepts null list).
containsId(T[], T) - Static method in class snap.util.ArrayUtils
Returns whether the given array contains the identical given object.
containsRect(Rect) - Method in class snap.geom.Rect
Returns whether rect contains another rect.
containsSeg(Segment) - Method in class snap.geom.Segment
Override to return false (segment can never contain another segment (well, I suppose a weird Cubic could)).
containsSeg(Segment) - Method in class snap.geom.Shape
Returns whether this shape contains given segment.
containsSegMid(Segment) - Method in class snap.geom.SegmentPath
Returns whether this SegmentPath contains given point.
content(View) - Method in class snap.view.Tab.Builder
 
Content_Prop - Static variable in class snap.view.BoxView
 
Content_Prop - Static variable in class snap.view.RootView
 
Content_Prop - Static variable in class snap.view.Scroller
 
contentOwner(ViewOwner) - Method in class snap.view.Tab.Builder
 
CONTROL - Static variable in class snap.view.KeyCode
 
Convert - Class in snap.util
This class holds utilities to convert values.
Convert() - Constructor for class snap.util.Convert
 
convertJSONToPropNode(JSObject) - Static method in class snap.props.PropNodeJSON
Converts a given JSONObject to PropNode.
convertNativeToNode(PropObject, Prop) - Method in class snap.props.PropArchiver
Returns a PropNode for given PropObject.
convertNativeToNodeForPropRelation(Prop, Object) - Method in class snap.props.PropArchiver
Converts given native relation object to PropNode/PropNode[].
convertNativeToNodeForProps(PropObject, PropNode, Prop[]) - Method in class snap.props.PropArchiver
Returns a PropNode for given PropObject.
convertNodeToNative(PropNode, Prop, PropObject) - Method in class snap.props.PropArchiver
Converts a PropNode (graph) to PropObject.
convertPropNodeToJSON(PropNode) - Static method in class snap.props.PropNodeJSON
Converts a given PropNode to JSONObject.
convertPropNodeToXML(PropNode, String) - Static method in class snap.props.PropNodeXML
Converts a given PropNode to XML element.
convertXMLToPropNode(XMLElement) - Static method in class snap.props.PropNodeXML
Converts a given XML element to PropNode.
convolve(int[], int[], int, int, float[], int) - Static method in class snap.swing.AWTImageUtils
Convolves given source image into dest image.
copy() - Method in class snap.view.TextArea
Copies the current selection onto the clipboard.
copy() - Method in class snap.view.TextField
Copies the current selection onto the clipboard.
copy(T) - Method in class snap.util.XMLArchiver
Returns a copy of the given object using archival.
copy3D(Camera) - Method in class snap.gfx3d.Camera
Copy attributes of another camera.
copyFile(File, File) - Static method in class snap.util.FileUtils
Copies a file from one location to another.
copyFile(WebFile, WebFile) - Static method in class snap.web.WebUtils
Copies a file to another file.
copyFileSafe(File, File) - Static method in class snap.util.FileUtils
Copies a file from one location to another with exception suppression.
copyFor(Object) - Method in class snap.text.TextLineStyle
Returns a clone with the new given value.
copyFor(Object) - Method in class snap.text.TextStyle
Clone with new value.
copyFor(Object...) - Method in class snap.text.TextStyle
Clone with new values.
copyFor(String, Object) - Method in class snap.gfx.Border
Returns a border with given insets.
copyFor(String, Object) - Method in class snap.text.TextLineStyle
Returns a clone with the new given value.
copyFor(String, Object) - Method in class snap.text.TextStyle
Clone with key/value.
copyFor(Map<?, ?>) - Method in class snap.text.TextStyle
Clone with map.
copyFor(Rect) - Method in class snap.geom.Arc
Returns the shape in rect.
copyFor(Rect) - Method in class snap.geom.Line
Returns the shape in rect.
copyFor(Rect) - Method in class snap.geom.Path2D
Override to return as path.
copyFor(Rect) - Method in class snap.geom.RectBase
Returns the shape in rect.
copyFor(Rect) - Method in class snap.geom.Shape
Returns the shape in rect.
copyFor(Transform) - Method in class snap.geom.RectBase
Returns a copy of this shape transformed by given transform.
copyFor(Transform) - Method in class snap.geom.Shape
Returns a copy of this shape transformed by given transform.
copyForAlpha(double) - Method in class snap.gfx.Color
Returns a copy of this paint modified for given color.
copyForAltitude(double) - Method in class snap.gfx.EmbossEffect
Returns a new Emboss for given altitude.
copyForAzimuth(double) - Method in class snap.gfx.EmbossEffect
Returns a new Emboss for given azimuth.
copyForBounds(double, double, double, double) - Method in class snap.geom.Shape
Returns the shape in rect.
copyForCap(Stroke.Cap) - Method in class snap.gfx.Stroke
Returns a copy of this stroke with given width.
copyForClickCount(int) - Method in class snap.view.ViewEvent
Returns a ViewEvent at new click count.
copyForColor(Color) - Method in class snap.gfx.Border
Copies border for given color.
copyForColor(Color) - Method in class snap.gfx.Borders.LineBorder
Returns copy of this border with new color.
copyForColor(Color) - Method in class snap.gfx.Color
Returns a copy of this paint modified for given color.
copyForColor(Color) - Method in class snap.gfx.GradientPaint
Derives an instance of this class from given color.
copyForColor(Color) - Method in class snap.gfx.ImagePaint
Returns a copy of this paint modified for given color.
copyForColor(Color) - Method in interface snap.gfx.Paint
Returns a copy of this paint modified for given color.
copyForColor(Color) - Method in class snap.gfx.ShadowEffect
Returns a copy of this shadow with given color.
copyForCorners(boolean, boolean, boolean, boolean) - Method in class snap.geom.RoundRect
Returns a copy with only set corners rounded.
copyForDashes(double...) - Method in class snap.gfx.Stroke
Returns a dashed version of this stroke.
copyForDashOffset(double) - Method in class snap.gfx.Stroke
Returns a dashed version of this stroke.
copyForFadeHeight(double) - Method in class snap.gfx.ReflectEffect
Returns a reflection for given fade height.
copyForGap(double) - Method in class snap.gfx.ReflectEffect
Returns a reflection for given gap.
copyForIndents(double, double, double) - Method in class snap.text.TextLineStyle
Returns a paragraph identical to the receiver, but with the given indentation values.
copyForInsets(Insets) - Method in class snap.gfx.Border
Copies border for given insets.
copyForMatrix(Matrix3D) - Method in class snap.gfx3d.Bounds3D
Returns a copy of the bounds for given transform.
copyForMatrix(Matrix3D) - Method in class snap.gfx3d.FacetShape
Copies path for given transform matrix.
copyForMatrix(Matrix3D) - Method in class snap.gfx3d.Path3D
Copies path for given transform matrix.
copyForMatrix(Matrix3D) - Method in class snap.gfx3d.Polygon3D
Copies path for given transform matrix.
copyForMatrix(Matrix3D) - Method in class snap.gfx3d.PolygonPath3D
Override to support this class.
copyForMaxSize(int) - Method in class snap.util.ListSel
Returns a ListSel with anything above max trimmed.
copyForMetaAdd(int, int) - Method in class snap.util.ListSel
Returns a copy of this ListSel resulting from 'Meta-adding' new selection (short-cut key is down).
copyForMetaAdd(int, int, int, int) - Method in class snap.util.ListSel2D
Returns a copy of this SelRect resulting from 'Meta-adding' new selection (short-cut key is down).
copyForOffset(double, double) - Method in class snap.gfx.ShadowEffect
Returns a copy of this shadow with given offset.
copyForPoint(double, double) - Method in class snap.view.ViewEvent
Returns a ViewEvent at new point.
copyForPoints(double, double, double, double) - Method in class snap.gfx.GradientPaint
Returns a copy of this paint for new start/end points.
copyForPosition(Pos) - Method in class snap.geom.RoundRect
Returns a copy of this RoundRect only rounding corners appropriate for given position.
copyForProps(Object...) - Method in class snap.text.NumberFormat
Copy object for given array of property names and values.
copyForRadius(double) - Method in class snap.geom.RoundRect
Returns a copy with given radius.
copyForRadius(double) - Method in class snap.gfx.EmbossEffect
Returns a new Emboss for given radius.
copyForRadius(double) - Method in class snap.gfx.ShadowEffect
Returns a copy of this shadow with given radius.
copyForRange(int, int) - Method in class snap.text.RichText
Returns a copy of this text for given char range.
copyForRange(int, int) - Method in class snap.text.TextLine
Returns a copy of this line for given char range.
copyForRect(Rect) - Method in class snap.gfx.Color
Returns an absolute paint for given bounds of primitive to be filled.
copyForRect(Rect) - Method in class snap.gfx.GradientPaint
Returns an absolute paint for given bounds of primitive to be filled.
copyForRect(Rect) - Method in class snap.gfx.ImagePaint
Returns an absolute paint for given bounds of primitive to be filled.
copyForRect(Rect) - Method in interface snap.gfx.Paint
Returns an absolute paint for given bounds of primitive to be filled.
copyForRectAndTile(Rect, boolean) - Method in class snap.gfx.ImagePaint
Returns an paint for given bounds and absolute flag.
copyForReflectHeight(double) - Method in class snap.gfx.ReflectEffect
Returns a reflection for given reflect height.
copyForReverseStops() - Method in class snap.gfx.GradientPaint
Reverse the order of the color stops
copyForRoll(double) - Method in class snap.gfx.GradientPaint
Returns a new gradient which is a copy of this gradient but with a different roll value.
copyForScale(double, double) - Method in class snap.gfx.ImagePaint
Creates a new image fill identical to this image fill, but with new value for given attribute.
copyForShiftAdd(int, int) - Method in class snap.util.ListSel
Returns a copy of this ListSel resulting from 'Shift-adding' new selection (shift key is down).
copyForShiftAdd(int, int, int, int) - Method in class snap.util.ListSel2D
Returns a copy of this SelRect resulting from 'Shift-adding' new selection (shift key is down).
copyForShowEdge(Pos, boolean) - Method in class snap.gfx.Borders.EdgeBorder
Returns a duplicate stroke with new ShowTop.
copyForSingleSel() - Method in class snap.util.ListSel
Returns a ListSel guaranteed to have no more than one selection.
copyForSplittable() - Method in class snap.text.TextToken
Returns a copy from given char index on.
copyForStops(GradientPaint.Stop[]) - Method in class snap.gfx.GradientPaint
Returns a copy of this paint with stops from given array.
copyForStroke(Stroke) - Method in class snap.gfx.Border
Copies border for given stroke.
copyForStroke(Stroke) - Method in class snap.gfx.Borders.LineBorder
Returns copy of this border with new stroke width.
copyForStrokeWidth(double) - Method in class snap.gfx.Border
Copies border for given stroke width.
copyForStrokeWidth(double) - Method in class snap.gfx.Borders.LineBorder
Returns copy of this border with new stroke width.
copyForTransform(Matrix3D) - Method in class snap.gfx3d.VertexArray
Copies VertexArray for given transform.
copyForType(GradientPaint.Type) - Method in class snap.gfx.GradientPaint
Returns a new gradient which is a copy of this gradient but of a different type.
copyForView(View) - Method in class snap.view.ViewEvent
Returns a ViewEvent at new point.
copyForViewPoint(View, double, double, int) - Method in class snap.view.ViewEvent
Returns a ViewEvent at new point.
copyForWidth(double) - Method in class snap.gfx.Stroke
Returns a copy of this stroke with given width.
copyFromCharIndex(int) - Method in class snap.text.TextToken
Returns a copy from given char index to end.
copyPropObject(T) - Method in class snap.props.PropArchiver
Returns a copy of the given PropObject using archival.
copyResponse(HTTPResponse) - Method in class snap.web.WebResponse
Copies an HTTP Response.
copySimple() - Method in class snap.gfx.ShadowEffect
Returns a copy of this shadow with given color.
copyTiled(boolean) - Method in class snap.gfx.ImagePaint
Creates a new image fill identical to this image fill, but with new value for given attribute.
copyToCharIndex(int) - Method in class snap.text.TextToken
Returns a copy of leading chars to given char index.
cos(double) - Static method in class snap.util.MathUtils
Returns the cos of the given angle in degrees.
CountExprHandler() - Constructor for class snap.parse.ParseRuleParser.CountExprHandler
 
cp0x - Variable in class snap.geom.Cubic
 
cp0y - Variable in class snap.geom.Cubic
 
cp1x - Variable in class snap.geom.Cubic
 
cp1y - Variable in class snap.geom.Cubic
 
create() - Static method in class snap.gfx.SoundClip
Creates a new empty clip.
createArea() - Method in class snap.view.TitleView
Creates the Area.
createBackupHandler() - Method in class snap.parse.ParseHandler
Returns a backup handler.
createBinarySpaceTree(List<FacetShape>) - Static method in class snap.gfx3d.BinarySpaceTree
Returns a BinarySpaceNode tree for given list of shapes.
createBounds3D() - Method in class snap.gfx3d.ParentShape
Override to calculate bounds from children.
createBounds3D() - Method in class snap.gfx3d.Path3D
Returns the bounds.
createBounds3D() - Method in class snap.gfx3d.Polygon3D
Returns the bounds.
createBounds3D() - Method in class snap.gfx3d.PolygonPath3D
Override to return combined Shape2D for polygons.
createBounds3D() - Method in class snap.gfx3d.Shape3D
Creates the bounds.
createBounds3D() - Method in class snap.gfx3d.VertexArrayShape
Override to get from VertexArray.
createButton() - Method in class snap.view.Tab
Creates the button.
createButtonPainter() - Method in class snap.view.ViewTheme
Creates the button painter.
createCell(int) - Method in class snap.view.ListArea
Creates a cell for item at index.
createClassMap() - Method in class snap.props.PropArchiver
Creates the map of names to class names.
createClassMap() - Method in class snap.util.XMLArchiver
Creates the class map.
createClassMap() - Method in class snap.view.ViewArchiver
Creates the class map.
createColorSpaceICC(Object) - Method in interface snap.gfx.ColorSpace.ColorSpaceFactory
Create ICC ColorSpace from source.
createColorSpaceICC(Object) - Static method in class snap.gfx.ColorSpace
Create ICC ColorSpace from source (stream or bytes)
createColorSpaceICC(Object) - Method in class snap.swing.AWTEnv.AWTColorSpaceFactory
Create ICC ColorSpace from source.
createContext(ColorModel, Rectangle, Rectangle2D, AffineTransform, RenderingHints) - Method in class snap.swing.GradientPaintX
createContext
createDivider() - Method in class snap.view.SplitView
Creates a new divider.
createDragWindow() - Method in class snap.swing.SwingClipboard
Creates a window to represent interactive drag (if not DragImageSupported).
createEvent(View, Object, ViewEvent.Type, String) - Method in class snap.swing.SwingViewEnv
Creates an event for a UI node.
createEvent(View, Object, ViewEvent.Type, String) - Method in class snap.view.ViewEnv
Sends an event for a UI node.
createEvent(View, Object, ViewEvent.Type, String) - Static method in class snap.view.ViewEvent
Creates an Event.
createFacetShapeForShapeAndDepth(Shape, double) - Static method in class snap.gfx3d.PolygonPath3D
Creates a Shape3D (either Polygon3D or PolygonPath3D) for given shape and depth.
createFile(boolean) - Method in class snap.web.WebURL
Creates a file for the URL.
createFile(FileHeader) - Method in class snap.web.WebSite
Returns a new file for given file header, regardless of whether it exists on site.
createFileForPath(String, boolean) - Method in class snap.web.WebSite
Returns a new file for given path, regardless of whether it exists on site.
createFormView() - Method in class snap.viewx.FormBuilder
Creates the FormView.
createFromShape(Shape, double) - Static method in class snap.gfx3d.Polygon3D
Creates a polygon from a given simple path.
createHelper(View) - Method in class snap.swing.SwingViewEnv
Returns a new ViewHelper for given native component.
createHelper(View) - Method in class snap.view.ViewEnv
Returns a ViewHelper for given native component.
createInsets() - Method in class snap.gfx.Border
Creates the insets.
createInsets() - Method in class snap.gfx.Borders.BevelBorder
Creates the insets.
createInsets() - Method in class snap.gfx.Borders.EtchBorder
Creates the insets.
createInsets() - Method in class snap.gfx.Borders.LineBorder
Creates the insets.
createLabel() - Method in class snap.view.CollapseView
Creates a label.
createLine() - Method in class snap.text.RichText
Creates a new TextLine for use in this text.
createLine() - Method in class snap.text.TextDoc
Creates a new TextLine for use in this text.
createLineBorder(Color, double) - Static method in class snap.gfx.Border
Creates a line border for given color and width.
createListArea() - Method in class snap.view.ListView
Creates the ListArea.
createListView() - Method in class snap.view.ComboBox
Creates a ListView for this ComboBox (PopupList by default).
createLoweredBevelBorder() - Static method in class snap.gfx.Border
Creates a beveled border.
createMenuBarView(MenuBar, View) - Static method in class snap.view.MenuBar
Creates a ColView holding given MenuBar and content view with a Key EventListener to send shortcut keys to MenuBar.
createMessage() - Method in exception snap.parse.ParseException
Create message.
createNode(ParseRule, ParseToken, ParseToken) - Method in class snap.parse.Parser
Creates a node for given rule and start/end tokens (returns a shared node by default).
createNormal() - Method in class snap.gfx3d.FacetShape
Returns the normal of the facet.
createNormal() - Method in class snap.gfx3d.Path3D
Returns the normal of the path3d.
createNormal() - Method in class snap.gfx3d.Polygon3D
Returns the normal of the path3d.
createNormal() - Method in class snap.gfx3d.PolygonPath3D
Override for this shape.
createPart() - Method in class snap.parse.ParseHandler
Creates the part.
createPropObjectForClass(Class<?>) - Method in class snap.props.PropArchiver
Convenience newInstance.
createPropObjectForPropNode(PropNode, Prop) - Method in class snap.props.PropArchiver
Creates a PropObject for PropNode.
createReverse() - Method in class snap.geom.Cubic
Creates and returns the reverse of this segement.
createReverse() - Method in class snap.geom.Line
Creates and returns the reverse of this segement.
createReverse() - Method in class snap.geom.Quad
Creates and returns the reverse of this segement.
createReverse() - Method in class snap.geom.Segment
Creates and returns the reverse of this segement.
createRule() - Method in class snap.parse.Parser
Creates the top level rule.
createRule() - Method in class snap.parse.ParseRuleParser
Creates a new ParseRule rule.
createRun() - Method in class snap.text.TextLine
Creates a new run.
createRun(int) - Method in class snap.text.TextBoxLine
Creates the TextBoxRun at given char index in line.
createScrollView() - Method in class snap.view.ListView
Creates the ScrollView.
createSiteForURL(WebURL) - Method in class snap.gfx.GFXEnv
Creates a site for a URL.
createSiteForURL(WebURL) - Method in class snap.swing.AWTEnv
Creates a site for a URL.
createSiteForURL(WebURL) - Static method in class snap.web.WebGetter
Creates a site for given URL.
createSound() - Method in class snap.gfx.GFXEnv
Creates a sound for given source.
createSound() - Method in class snap.swing.AWTEnv
Creates a sound for given source.
createString() - Method in class snap.parse.ParseNode
Creates the match string.
createString() - Method in class snap.web.ParsedUrlArgs
Creates the string from fields/values.
createTextArea() - Method in class snap.view.TextView
Creates the TextArea.
createTextArea() - Method in class snap.viewx.TextPane
Creates the TextArea.
createTextAreaKeys() - Method in class snap.view.TextArea
Override to create TextAreaKeys.
createTextBox() - Method in class snap.view.TextArea
Creates a new TextBox.
createTextBoxLine(TextLine, int, int) - Method in class snap.text.TextBox
Create and return TextBoxLines for given TextLine, start char index and line index.
createTextDoc() - Method in class snap.text.TextBox
Creates the default TextDoc.
createToken(String, String, int, int, ParseToken) - Method in class snap.parse.Tokenizer
Creates a new token.
createTokenizer() - Method in class snap.parse.Parser
Creates the tokenizer instance.
createTokenizer() - Method in class snap.parse.ParseRuleParser
Override to allow rules files to have standard Java single/multiple line comments.
createTokenizer() - Method in class snap.util.XMLParser
Override to return XMLTokenizer.
createTokens() - Method in class snap.text.TextLine
Creates the tokens (via TextDoc.createTokensForTextLine() to provide another hook).
createTokensForTextLine(TextLine) - Method in class snap.text.SubText
Override to use TextDoc tokenizer.
createTokensForTextLine(TextLine) - Method in class snap.text.TextDoc
Creates TextTokens for a TextLine.
createTokensForTextLine(TextLine) - Static method in class snap.text.TextToken
Returns the tokens.
createTokensForTextLine(TextLine) - Method in class snap.viewx.CodeDoc
Override to create tokens.
createTriangleArray() - Method in class snap.gfx3d.FacetShape
Creates a VertexArray of shape surface triangles.
createTriangleArray() - Method in class snap.gfx3d.Polygon3D
Creates a VertexArray of path triangles.
createUI() - Method in class snap.styler.FontPicker
Create UI.
createUI() - Method in class snap.view.ViewOwner
Creates the top level view for this class.
createUI() - Method in class snap.viewx.DevPane
CreateUI.
createUI() - Method in class snap.viewx.DevPaneConsole
Create UI.
createUI() - Method in class snap.viewx.DevPaneExceptions
 
createUI() - Method in class snap.viewx.DialogBox
Creates the UI.
createUI() - Method in class snap.viewx.DialogSheet
Override to create UI.
createUI() - Method in class snap.viewx.FilePanel
Override to return FileBrowser UI.
createUI() - Method in class snap.viewx.FormBuilder
Creates the UI.
createUI() - Method in class snap.viewx.TaskMonitorPanel
Create UI.
createUI() - Method in class snap.viewx.TextPane
Create UI.
createUIForClass(Class<?>) - Method in class snap.view.ViewOwner
Creates the top level view for given class.
createVertexArrays() - Method in class snap.gfx3d.FacetShape
Creates the VertexArrays.
CRIMSON - Static variable in class snap.gfx.Color
 
crossesSeg(Segment) - Method in class snap.geom.Segment
Returns whether this segment intersects given segment.
crossesSeg(Segment) - Method in class snap.geom.Shape
Returns whether any segments of this shape cross given segment.
CROSSHAIR - Static variable in class snap.view.Cursor
 
crossings(double, double, double, double, double, double) - Static method in class snap.geom.Line
Returns the number of crossings for the ray from given point extending to the right.
crossings(double, double, double, double, double, double, double, double, double, double, int) - Static method in class snap.geom.Cubic
Returns the number of crossings for the ray from given point extending to the right.
crossings(double, double, double, double, double, double, double, double, int) - Static method in class snap.geom.Quad
Returns the number of crossings for the ray from given point extending to the right.
CS_CIEXYZ - Static variable in class snap.gfx.ColorSpace
The CIEXYZ conversion color space defined above.
CS_GRAY - Static variable in class snap.gfx.ColorSpace
The built-in linear gray scale color space.
CS_LINEAR_RGB - Static variable in class snap.gfx.ColorSpace
A built-in linear RGB color space.
CS_sRGB - Static variable in class snap.gfx.ColorSpace
The sRGB color space defined at http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html
CubeShape - Class in snap.gfx3d
This ParentShape subclass displays an axis box.
CubeShape() - Constructor for class snap.gfx3d.CubeShape
Constructor.
CubeView - Class in snap.gfx3d
A View subclass to render.
CubeView() - Constructor for class snap.gfx3d.CubeView
Constructor.
Cubic - Class in snap.geom
A Segment representing a Cubic curve.
Cubic(double, double, double, double, double, double, double, double) - Constructor for class snap.geom.Cubic
Creates a new Cubic.
cubicTo(double, double, double, double, double, double) - Method in class snap.gfx3d.Painter3D
Adds a cubic segment.
cubicTo(double, double, double, double, double, double, double[]) - Method in class snap.geom.PathIter
Returns a CubicTo for given coords.
CubicTo - Enum constant in enum class snap.geom.Seg
 
Cursor - Class in snap.view
A class to represent a cursor.
Cursor(String) - Constructor for class snap.view.Cursor
Creates a new Cursor.
Cursor_Prop - Static variable in class snap.view.View
 
CURVE_TO - Static variable in class snap.gfx3d.Path3D
 
curveTo(double, double, double, double, double, double) - Method in class snap.geom.Path2D
CubicTo.
curveTo(double, double, double, double, double, double) - Method in class snap.geom.PolygonPath
CubicTo by adding lineTos.
curveTo(double, double, double, double, double, double) - Method in class snap.geom.ShapeBuilder
CubicTo.
curveTo(double, double, double, double, double, double, double, double, double) - Method in class snap.gfx3d.Path3D
Adds a curve-to to the path3d with the given 3d coords.
curveToFlat(double, double, double, double, double, double, double) - Method in class snap.geom.ShapeBuilder
CubicTo by adding lineTos.
cut() - Method in class snap.view.TextArea
Copies the current selection onto the clip board, then deletes the current selection.
cut() - Method in class snap.view.TextField
Copies the current selection onto the clip board, then deletes the current selection.
CYAN - Static variable in class snap.gfx.Color
 

D

D - Static variable in class snap.view.KeyCode
 
darker() - Method in class snap.gfx.Color
Returns a color darker than this color (blended with black).
DARKGRAY - Static variable in class snap.gfx.Color
 
DASH_DASH - Static variable in class snap.gfx.Stroke
 
DASH_DASH_DOT - Static variable in class snap.gfx.Stroke
 
DASH_DOT - Static variable in class snap.gfx.Stroke
 
DASH_LONG_DASH - Static variable in class snap.gfx.Stroke
 
DASH_LONG_DASH_DOT - Static variable in class snap.gfx.Stroke
 
DASH_SOLID - Static variable in class snap.gfx.Stroke
 
dashArray(double[]) - Method in class snap.gfx.Stroke.Builder
 
DashArray_Prop - Static variable in class snap.gfx.Stroke
 
dashArrayFloats(float[]) - Method in class snap.gfx.Stroke.Builder
 
DASHES_ALL - Static variable in class snap.gfx.Stroke
 
DASHES_ALL_NAMES - Static variable in class snap.gfx.Stroke
 
DashOffset_Prop - Static variable in class snap.gfx.Stroke
 
DataType - Class in snap.web
A class to describe type of content in WebFile (from WebURL).
DataType(String) - Constructor for class snap.web.DataType
Creates a new content type.
DateParser - Class in snap.util
A simple date parser.
DateParser() - Constructor for class snap.util.DateParser
 
DateUtils - Class in snap.util
Some helper methods for Date.
DateUtils() - Constructor for class snap.util.DateUtils
 
decodeASCII85(String) - Static method in class snap.util.ASCIICodec
Returns a byte array for given ASCII85 string.
decodeBase64(String) - Static method in class snap.util.ASCIICodec
Returns a byte array for given base64 string.
decodeHex(String) - Static method in class snap.util.ASCIICodec
Returns a byte array for given hex string.
decodeString(String) - Method in interface snap.props.StringCodec.Codeable
Configures this object from a String representation.
decodeString(String, Class<T>) - Method in class snap.props.StringCodec
Returns an Object for given String and class.
decrement() - Method in class snap.view.Spinner
Increments spinner.
deepChange(Object, PropChange) - Method in interface snap.props.DeepChangeListener
Deep property changes (as well as normal property changes).
DeepChangeListener - Interface in snap.props
A listener to get property changes and nested property changes.
DEFAULT - Static variable in class snap.text.NumberFormat
 
DEFAULT - Static variable in class snap.text.TextLineStyle
 
DEFAULT - Static variable in class snap.text.TextStyle
 
DEFAULT - Static variable in class snap.view.Cursor
 
DEFAULT_ALIGN - Static variable in class snap.view.View
 
DEFAULT_ALTITUDE - Static variable in class snap.gfx.EmbossEffect
 
DEFAULT_AZIMUTH - Static variable in class snap.gfx.EmbossEffect
 
DEFAULT_CAP - Static variable in class snap.gfx.Stroke
 
DEFAULT_CENTERED - Static variable in class snap.text.TextLineStyle
 
DEFAULT_COLOR - Static variable in class snap.gfx.ShadowEffect
 
DEFAULT_DASH_ARRAY - Static variable in class snap.gfx.Stroke
 
DEFAULT_DASH_OFFSET - Static variable in class snap.gfx.Stroke
 
DEFAULT_DIVIDER_SPAN - Static variable in class snap.view.SplitView
 
DEFAULT_FADE_HEIGHT - Static variable in class snap.gfx.ReflectEffect
 
DEFAULT_FLAT_DISTANCE - Static variable in class snap.geom.PolygonPath
 
DEFAULT_GAP - Static variable in class snap.gfx.ReflectEffect
 
DEFAULT_JOIN - Static variable in class snap.gfx.Stroke
 
DEFAULT_MARGIN - Static variable in class snap.view.View
 
DEFAULT_MITER_LIMIT - Static variable in class snap.gfx.Stroke
 
DEFAULT_PADDING - Static variable in class snap.view.TabBar
 
DEFAULT_PADDING - Static variable in class snap.view.View
 
DEFAULT_PREF_COL_COUNT - Static variable in class snap.view.BrowserView
 
DEFAULT_PREF_COL_WIDTH - Static variable in class snap.view.BrowserView
 
DEFAULT_RADIUS - Static variable in class snap.gfx.BlurEffect
 
DEFAULT_RADIUS - Static variable in class snap.gfx.EmbossEffect
 
DEFAULT_RADIUS - Static variable in class snap.gfx.ShadowEffect
 
DEFAULT_REFLECT_HEIGHT - Static variable in class snap.gfx.ReflectEffect
 
DEFAULT_ROW_HEIGHT - Static variable in class snap.view.BrowserView
 
DEFAULT_SCROLL_VIEW_BORDER - Static variable in class snap.view.ScrollView
 
DEFAULT_SPACING - Static variable in class snap.view.TabBar
 
DEFAULT_SPACING - Static variable in class snap.view.View
 
DEFAULT_SPAN - Static variable in class snap.view.Divider
 
DEFAULT_STOPS - Static variable in class snap.gfx.GradientPaint
 
DEFAULT_WIDTH - Static variable in class snap.gfx.Stroke
 
DefaultButton_Prop - Static variable in class snap.view.Button
 
DefaultTextStyle_Prop - Static variable in class snap.text.TextDoc
 
delete() - Method in class snap.view.TextArea
Deletes the current selection.
delete() - Method in class snap.view.TextField
Deletes the current selection.
delete() - Method in class snap.web.WebFile
Deletes the file.
delete(int, int, boolean) - Method in class snap.view.TextArea
Deletes the given range of chars.
delete(int, int, boolean) - Method in class snap.view.TextField
Deletes the given range of chars.
delete(String, String) - Static method in class snap.util.StringUtils
Returns the result of deleting from the given string any occurrence of the search string.
DELETE - Enum constant in enum class snap.web.WebRequest.Type
 
DELETE - Static variable in class snap.view.KeyCode
 
deleteBackward() - Method in class snap.view.TextArea
Deletes the character before of the insertion point.
deleteBackward() - Method in class snap.view.TextField
Deletes the character before of the insertion point.
deleteColorStop() - Method in class snap.styler.GradientStopPicker
Called when a ColorStop is deleted.
deleteDeep(File) - Static method in class snap.util.FileUtils
Deletes a directory.
deleteFile(WebFile) - Method in class snap.web.WebSite
Delete file.
deleteForward() - Method in class snap.view.TextArea
Deletes the character after of the insertion point.
deleteForward() - Method in class snap.view.TextField
Deletes the character after of the insertion point.
deleteIC(String, String) - Static method in class snap.util.StringUtils
Returns the result of deleting from the given string any occurrence of the search string (ignores case).
deleteSite() - Method in class snap.web.WebSite
Deletes this data site, assuming it corresponds to something that can be deleted, like a database.
deleteToLineEnd() - Method in class snap.view.TextArea
Deletes the characters from the insertion point to the end of the line.
deleteToLineEnd() - Method in class snap.view.TextField
Deletes the characters from the insertion point to the end of the line.
deriveFont(double) - Method in class snap.gfx.Font
Returns a font with the same family as the receiver but with the given size.
DevPane - Class in snap.viewx
A view to allow inspection of View hierarchy.
DevPane(View) - Constructor for class snap.viewx.DevPane
Constructor.
DevPaneConsole - Class in snap.viewx
A DevPane to show the console.
DevPaneConsole() - Constructor for class snap.viewx.DevPaneConsole
Constructor.
DevPaneExceptions - Class in snap.viewx
A DevPane to show the console.
DevPaneExceptions() - Constructor for class snap.viewx.DevPaneExceptions
 
DevPaneFiles - Class in snap.viewx
A DevPane tab for inspecting Graphics.
DevPaneFiles() - Constructor for class snap.viewx.DevPaneFiles
Constructor.
DevPaneGraphics - Class in snap.viewx
A DevPane tab for inspecting Graphics.
DevPaneGraphics(DevPane) - Constructor for class snap.viewx.DevPaneGraphics
Constructor.
DevPaneViewOwners - Class in snap.viewx
A DevPane tab for inspecting the view tree.
DevPaneViewOwners(DevPane) - Constructor for class snap.viewx.DevPaneViewOwners
Constructor.
DevPaneViewOwners.ViewOwnersTreeResolver - Class in snap.viewx
A resolver for Views.
DevPaneViews - Class in snap.viewx
A DevPane tab for inspecting the view tree.
DevPaneViews(DevPane) - Constructor for class snap.viewx.DevPaneViews
Constructor.
DevPaneViews.ViewTreeResolver - Class in snap.viewx
A resolver for Views.
DialogBox - Class in snap.viewx
A class to run a dialog box.
DialogBox() - Constructor for class snap.viewx.DialogBox
Constructor.
DialogBox(String) - Constructor for class snap.viewx.DialogBox
Constructor with given title.
DialogBox.MessageType - Enum Class in snap.viewx
 
DialogBox.Type - Enum Class in snap.viewx
 
DialogSheet - Class in snap.viewx
A DialogBox subclass that shows as a sheet.
DialogSheet() - Constructor for class snap.viewx.DialogSheet
 
Digit - Static variable in class snap.parse.Regex
 
DIGIT0 - Static variable in class snap.view.KeyCode
 
DIGIT1 - Static variable in class snap.view.KeyCode
 
DIGIT2 - Static variable in class snap.view.KeyCode
 
DIGIT3 - Static variable in class snap.view.KeyCode
 
DIGIT4 - Static variable in class snap.view.KeyCode
 
DIGIT5 - Static variable in class snap.view.KeyCode
 
DIGIT6 - Static variable in class snap.view.KeyCode
 
DIGIT7 - Static variable in class snap.view.KeyCode
 
DIGIT8 - Static variable in class snap.view.KeyCode
 
DIGIT9 - Static variable in class snap.view.KeyCode
 
DirSite - Class in snap.web
A data source implementation that draws from a directory WebFile.
DirSite() - Constructor for class snap.web.DirSite
Constructor.
disable() - Method in class snap.props.Undoer
Disables undoer so it can receive new changes.
Disabled_Prop - Static variable in class snap.view.View
 
disableEvents(Object, ViewEvent.Type...) - Method in class snap.view.EventAdapter
Called to unregsiter types for a listener.
disableEvents(Object, ViewEvent.Type...) - Method in class snap.view.ViewOwner
Enables events on given object.
disableEvents(ViewEvent.Type...) - Method in class snap.view.View
Sets an array of enabled events.
dispatchDragSourceEvent(ViewEvent) - Method in class snap.view.EventDispatcher
Dispatch drag gesture event.
dispatchDragTargetEvent(ViewEvent) - Method in class snap.view.EventDispatcher
Dispatch drag target event.
dispatchEvent(ViewEvent) - Method in class snap.view.EventDispatcher
Dispatch event.
dispatchEventToOwner(ViewEvent) - Method in class snap.view.ViewOwner
Sends an event to this ViewOwner through processEvent method.
dispatchEventToView(ViewEvent) - Method in class snap.view.View
Sends an event to this view through processEvent methods.
dispatchEventToWindow(ViewEvent) - Method in class snap.view.WindowView
Dispatch event.
dispatchKeyEvent(ViewEvent) - Method in class snap.view.EventDispatcher
Dispatch key event.
dispatchMouseEvent(ViewEvent) - Method in class snap.view.EventDispatcher
Dispatch Mouse event.
dispatchMouseMoveOutsideWindow() - Method in class snap.view.EventDispatcher
Dispatch MouseMove event to trigger exit.
dispose() - Method in class snap.swing.GradientPaintX
PaintContext method.
dispose() - Method in class snap.text.SubText
Called when SubText is no longer needed to remove TextDoc prop listener.
divide(Number, Number) - Static method in class snap.util.MathUtils
Returns the result of dividing n1 by n2.
Divide - Enum constant in enum class snap.util.KeyChain.Op
 
Divider - Class in snap.view
A View to represent a movable separation between views.
Divider() - Constructor for class snap.view.Divider
Creates a new Divider.
DIVIDER_BORDER - Static variable in class snap.view.Divider
 
DIVIDER_SPAN - Static variable in class snap.view.TableView
 
DividerSpan_Prop - Static variable in class snap.view.SplitView
 
doChange(Object, Object) - Method in class snap.props.PropChange
Does this change with given new/old values.
doChange(Object, Object) - Method in class snap.text.TextDocUtils.CharsChange
 
doChange(Object, Object) - Method in class snap.text.TextDocUtils.LineStyleChange
 
doChange(Object, Object) - Method in class snap.text.TextDocUtils.StyleChange
 
doChange(Object, String, Object, Object, int) - Static method in class snap.props.PropChange
Performs the given change by using RMKey.setValue or RMKeyList add/remove.
doCorrection() - Method in class snap.viewx.SpellCheckPanel
Do correction.
DocumentHandler() - Constructor for class snap.util.XMLParser.DocumentHandler
 
DocView - Class in snap.view
A view to represent a traditional paper document.
DocView() - Constructor for class snap.view.DocView
Constructor.
doDelete(WebRequest, WebResponse) - Method in class snap.web.DirSite
Handle DELETE request.
doDelete(WebRequest, WebResponse) - Method in class snap.web.DropBoxSite
Handle a DELETE request.
doDelete(WebRequest, WebResponse) - Method in class snap.web.FileSite
Handle a DELETE request.
doDelete(WebRequest, WebResponse) - Method in class snap.web.RecentFilesSite
Override to suppress, since RecentFiles are really virtual files.
doDelete(WebRequest, WebResponse) - Method in class snap.web.WebSite
Handle a DELETE request.
doGetDir(WebRequest, WebResponse) - Method in class snap.web.DropBoxSite
Get Directory listing for request.
doGetFileContents(WebRequest, WebResponse) - Method in class snap.web.DropBoxSite
Get file request.
doGetOrHead(WebRequest, WebResponse, boolean) - Method in class snap.swing.JRTSite
Implement.
doGetOrHead(WebRequest, WebResponse, boolean) - Method in class snap.web.DirSite
Handles a get or head request.
doGetOrHead(WebRequest, WebResponse, boolean) - Method in class snap.web.DropBoxSite
Handles getting file info, contents or directory files.
doGetOrHead(WebRequest, WebResponse, boolean) - Method in class snap.web.FileSite
Handle a get or head request.
doGetOrHead(WebRequest, WebResponse, boolean) - Method in class snap.web.HTTPSite
Handle a get or head request.
doGetOrHead(WebRequest, WebResponse, boolean) - Method in class snap.web.WebSite
Handles a get or head request.
doGetOrHead(WebRequest, WebResponse, boolean) - Method in class snap.web.ZipFileSite
Handles a get or head request.
doHead(WebRequest, WebResponse) - Method in class snap.web.DropBoxSite
Get Head for request.
doOnce(String) - Static method in class snap.util.SnapUtils
Returns whether to do something once based on given unique id string.
doPost(WebRequest, WebResponse) - Method in class snap.web.DirSite
Handle POST request.
doPost(WebRequest, WebResponse) - Method in class snap.web.FileSite
Handle a POST request.
doPost(WebRequest, WebResponse) - Method in class snap.web.HTTPSite
Handle a POST request.
doPost(WebRequest, WebResponse) - Method in class snap.web.RecentFilesSite
Override to suppress, since RecentFiles are really virtual files.
doPost(WebRequest, WebResponse) - Method in class snap.web.WebSite
Handle a get request.
doPut(WebRequest, WebResponse) - Method in class snap.web.DirSite
Handle PUT request.
doPut(WebRequest, WebResponse) - Method in class snap.web.DropBoxSite
Handle a PUT request.
doPut(WebRequest, WebResponse) - Method in class snap.web.FileSite
Handle a PUT request.
doPut(WebRequest, WebResponse) - Method in class snap.web.HTTPSite
Handle a POST request.
doPut(WebRequest, WebResponse) - Method in class snap.web.RecentFilesSite
Override to suppress, since RecentFiles are really virtual files.
doPut(WebRequest, WebResponse) - Method in class snap.web.WebSite
Handle a PUT request.
doPutDir(WebRequest, WebResponse) - Method in class snap.web.DropBoxSite
Handle a PUT request.
doPutFile(WebRequest, WebResponse) - Method in class snap.web.DropBoxSite
Handle a PUT request.
doShading(int[], int, int, int, int) - Method in class snap.swing.GradientPaintX
Shading loop.
doShadingRadial(int[], int, int, int, int) - Method in class snap.swing.GradientPaintX
Shading loop radial.
doubleArrayToFloat(double[]) - Static method in class snap.util.Convert
Returns a float array for given doubles.
doubleArrayToString(double[]) - Static method in class snap.util.Convert
Return string for double array.
doubleValue() - Method in enum class snap.geom.HPos
Returns the pos as a double from 0 to 1.
doubleValue() - Method in enum class snap.geom.VPos
Returns the pos as a double from 0 to 1.
doubleValue(Object) - Static method in class snap.util.Convert
Returns the double value for a given object (assumed to be a string or number).
doubleValue(String) - Static method in class snap.util.StringUtils
Returns an double value by parsing the given string.
doubleValue(String, int) - Static method in class snap.util.StringUtils
Returns an double value by parsing the given string starting at the given index.
Down - Enum constant in enum class snap.view.ArrowView.Arrow
 
DOWN - Static variable in class snap.view.KeyCode
 
dpiX - Variable in class snap.gfx.ImageUtils.ImageInfo
 
dpiY - Variable in class snap.gfx.ImageUtils.ImageInfo
 
DragDrop - Enum constant in enum class snap.view.ViewEvent.Type
 
DragDrop - Static variable in class snap.view.ViewOwner
 
dragDropEnd(DragSourceDropEvent) - Method in class snap.swing.SwingClipboard
DragSourceListener method.
dragEnter(DragSourceDragEvent) - Method in class snap.swing.SwingClipboard
DragSourceListener methods.
DragEnter - Enum constant in enum class snap.view.ViewEvent.Type
Drag events.
DragEnter - Static variable in class snap.view.ViewOwner
 
DragEvents - Static variable in class snap.view.View
 
DragEvents - Static variable in enum class snap.view.ViewEvent.Type
 
DragEvents - Variable in class snap.view.ViewOwner
 
dragExit(DragSourceEvent) - Method in class snap.swing.SwingClipboard
 
DragExit - Enum constant in enum class snap.view.ViewEvent.Type
 
DragExit - Static variable in class snap.view.ViewOwner
 
DragGesture - Enum constant in enum class snap.view.ViewEvent.Type
DragSource events.
DragGesture - Static variable in class snap.view.ViewOwner
 
dragGestureRecognized(DragGestureEvent) - Method in class snap.swing.SWRootView
Sends DragGestureEvent to RootView.
dragMouseMoved(DragSourceDragEvent) - Method in class snap.swing.SwingClipboard
DragSourceMotionListener method.
dragOver(DragSourceDragEvent) - Method in class snap.swing.SwingClipboard
 
DragOver - Enum constant in enum class snap.view.ViewEvent.Type
 
DragOver - Static variable in class snap.view.ViewOwner
 
DragSourceEnd - Enum constant in enum class snap.view.ViewEvent.Type
 
DragSourceEnter - Enum constant in enum class snap.view.ViewEvent.Type
 
DragSourceExit - Enum constant in enum class snap.view.ViewEvent.Type
 
DragSourceOver - Enum constant in enum class snap.view.ViewEvent.Type
 
draw(Shape) - Method in class snap.gfx.Painter
Stroke the given shape.
draw(Shape) - Method in class snap.gfx.PainterDVR
Stroke the given shape.
draw(Shape) - Method in class snap.gfx.PainterImpl
Stroke the given shape.
draw(Shape) - Method in class snap.gfx.PainterProxy
Stroke the given shape.
draw(Shape) - Method in class snap.gfx3d.Painter3D
Draws the given shape.
draw(Shape) - Method in class snap.swing.J2DPainter
Draws a shape in painter.
drawButton(double, double, double, double, boolean) - Method in class snap.gfx.Painter
Draws a button for the given rect with an option for pressed.
drawButton(double, double, double, double, boolean) - Method in class snap.gfx.PainterProxy
Draws a button for the given rect with an option for pressed.
drawButton(Rect, boolean) - Method in class snap.gfx.Painter
Draws a button for the given rect with an option for pressed.
DrawerView - Class in snap.view
A View that slides in/out of another view.
DrawerView() - Constructor for class snap.view.DrawerView
Constructor.
DrawerView(View) - Constructor for class snap.view.DrawerView
Constructor for given view.
DrawerY_Prop - Static variable in class snap.view.DrawerView
 
drawImage(Image, double, double) - Method in class snap.gfx.Painter
Draw image in rect.
drawImage(Image, double, double, double, double) - Method in class snap.gfx.Painter
Draw image in rect.
drawImage(Image, double, double, double, double, double, double, double, double) - Method in class snap.gfx.Painter
Draw image in rect.
drawImage(Image, double, double, double, double, double, double, double, double) - Method in class snap.gfx.PainterDVR
Draw image in rect.
drawImage(Image, double, double, double, double, double, double, double, double) - Method in class snap.gfx.PainterImpl
Draw image in rect.
drawImage(Image, double, double, double, double, double, double, double, double) - Method in class snap.gfx.PainterProxy
Draw image in rect.
drawImage(Image, double, double, double, double, double, double, double, double) - Method in class snap.swing.J2DPainter
Draw image in rect.
drawImage(Image, Transform) - Method in class snap.gfx.Painter
Draw image with transform.
drawImage(Image, Transform) - Method in class snap.gfx.PainterDVR
Draw image with transform.
drawImage(Image, Transform) - Method in class snap.gfx.PainterImpl
Draw image with transform.
drawImage(Image, Transform) - Method in class snap.gfx.PainterProxy
Draw image with transform.
drawImage(Image, Transform) - Method in class snap.swing.J2DPainter
Draw image with transform.
DrawImage(Image, double, double, double, double, double, double, double, double) - Constructor for class snap.gfx.PainterDVR.DrawImage
Creates a new DrawImage.
DrawImageX(Image, Transform) - Constructor for class snap.gfx.PainterDVR.DrawImageX
Creates a new DrawImage.
drawLine(double, double, double, double) - Method in class snap.gfx.Painter
Draw the given line.
drawLine(double, double, double, double) - Method in class snap.gfx.PainterProxy
Draw the given line.
drawLineWithPaint(double, double, double, double, Paint) - Method in class snap.gfx.Painter
Draw the given line.
drawRect(double, double, double, double) - Method in class snap.gfx.Painter
Draw the given rect.
drawRect(double, double, double, double) - Method in class snap.gfx.PainterProxy
Draw the given rect.
drawRect(double, double, double, double) - Method in class snap.gfx3d.Painter3D
Draws a rect.
drawRect(Painter) - Method in class snap.text.StringBox
Draws the string.
drawRectWithPaint(double, double, double, double, Paint) - Method in class snap.gfx.Painter
Draw given rect with given paint.
DrawShape(Shape) - Constructor for class snap.gfx.PainterDVR.DrawShape
Creates a new DrawShape.
drawString(String, double, double) - Method in class snap.gfx.Painter
Draw string at location.
drawString(String, double, double) - Method in class snap.gfx.PainterProxy
Draw string at location.
drawString(String, double, double, double) - Method in class snap.gfx.Painter
Draw string at location with char spacing.
drawString(String, double, double, double) - Method in class snap.gfx.PainterDVR
Draw string at location with char spacing.
drawString(String, double, double, double) - Method in class snap.gfx.PainterImpl
Draw string at location with char spacing.
drawString(String, double, double, double) - Method in class snap.gfx.PainterProxy
Draw string at location with char spacing.
drawString(String, double, double, double) - Method in class snap.swing.J2DPainter
Draw string at location.
drawString(Painter) - Method in class snap.text.StringBox
Draws the string.
DrawString(String, double, double, double) - Constructor for class snap.gfx.PainterDVR.DrawString
Creates a new DrawString.
drawWithPaint(Shape, Paint) - Method in class snap.gfx.Painter
Convenience to stroke given shape with given paint.
dropActionChanged(DragSourceDragEvent) - Method in class snap.swing.SwingClipboard
 
DropBoxSite - Class in snap.web
A Class to work with DropBox.
DropBoxSitePane - Class in snap.web
This WebSitePane subclass browses DropBox files.
DropBoxSitePane() - Constructor for class snap.web.DropBoxSitePane
Constructor.
dropComplete() - Method in class snap.swing.SwingEvent
Called to indicate that drop is complete.
dropComplete() - Method in class snap.view.ViewEvent
Called to indicate that drop is complete.
DST_IN - Enum constant in enum class snap.gfx.Painter.Composite
 
DST_OUT - Enum constant in enum class snap.gfx.Painter.Composite
 
DX_Prop - Static variable in class snap.gfx.ShadowEffect
 
DY_Prop - Static variable in class snap.gfx.ShadowEffect
 

E

E - Static variable in class snap.view.KeyCode
 
E_RESIZE - Static variable in class snap.view.Cursor
 
EASE_BOTH - Static variable in class snap.util.Interpolator
Ease Both interpolator.
EASE_IN - Static variable in class snap.util.Interpolator
Ease In interpolator.
EASE_OUT - Static variable in class snap.util.Interpolator
Ease Out interpolator.
eatChar() - Method in class snap.parse.Parser
Returns the char at the current index plus offset.
eatChar() - Method in class snap.parse.Tokenizer
Returns the char at the current index plus offset.
EdgeBorder() - Constructor for class snap.gfx.Borders.EdgeBorder
Constructor.
EdgeBorder(boolean, boolean, boolean, boolean) - Constructor for class snap.gfx.Borders.EdgeBorder
Constructor for edges.
EdgeBorderTool - Class in snap.styler
BorderTool subclass for editing EdgeBorder.
EdgeBorderTool() - Constructor for class snap.styler.EdgeBorderTool
 
Editable_Prop - Static variable in class snap.view.Label
 
Editable_Prop - Static variable in class snap.view.ListArea
 
Editable_Prop - Static variable in class snap.view.TableView
 
Editable_Prop - Static variable in class snap.view.TextArea
 
editCell(ListCell) - Method in class snap.view.TableView
Called to edit given cell.
editCell(ListCell<T>) - Method in class snap.view.ListArea
Edit cell.
editCellStop() - Method in class snap.view.TableView
Called to stop editing a cell.
Edited_Prop - Static variable in class snap.view.TextField
 
Editing_Prop - Static variable in class snap.view.Label
 
EditingCell_Prop - Static variable in class snap.view.ListArea
 
EditingCell_Prop - Static variable in class snap.view.TableView
 
editorFiredAction() - Method in class snap.view.Label
Called when editor fires action.
editorFocusChanged(TextField) - Method in class snap.view.Label
Called when editor focus changes.
Effect - Class in snap.gfx
A class to represent a visual effect that can be applied to drawing done in a Painter (like blur, shadow, etc.).
Effect() - Constructor for class snap.gfx.Effect
Constructor.
Effect_Prop - Static variable in class snap.view.View
 
EffectTool - Class in snap.styler
Provides a tool for editing Snap Effects.
EffectTool() - Constructor for class snap.styler.EffectTool
Creates EffectTool.
ElementHandler() - Constructor for class snap.util.XMLParser.ElementHandler
 
Ellipse - Class in snap.geom
Class describes an ellipse that is defined by a framing rectangle.
Ellipse() - Constructor for class snap.geom.Ellipse
Constructor.
Ellipse(double, double, double, double) - Constructor for class snap.geom.Ellipse
Constructor with bounds.
emboss(double, double, double) - Method in class snap.gfx.Image
Embosses the image by mixing pixels with those around it to given radius.
emboss(double, double, double) - Method in class snap.swing.J2DImage
Embosses the image by mixing pixels with those around it to given radius.
emboss(int[], int[], int, int, int, double, double) - Static method in class snap.swing.AWTImageUtils
Emboss a source image according to a bump map, both in ARGB integer array form.
EmbossEffect - Class in snap.gfx
An Effect subclass that make drawing look slightly 3D with raised or lowered edges.
EmbossEffect() - Constructor for class snap.gfx.EmbossEffect
Creates an emboss effect.
EmbossEffect(double, double, double) - Constructor for class snap.gfx.EmbossEffect
Creates an emboss effect for given altitude, azimuth and radius.
EmbossEffectTool - Class in snap.styler
Inspector for EmbossEffect.
EmbossEffectTool() - Constructor for class snap.styler.EmbossEffectTool
 
EMPTY - Static variable in class snap.geom.Insets
 
EMPTY - Static variable in class snap.props.PropChangeSupport
 
EMPTY - Static variable in class snap.util.ListSel
 
EMPTY - Static variable in class snap.util.ListSel2D
 
EMPTY_BORDER - Static variable in class snap.gfx.Borders
 
EMPTY_OBJECT - Static variable in class snap.props.PropObject
 
EMPTY_RUNS - Static variable in class snap.text.TextLine
 
emptyBorder() - Static method in class snap.gfx.Border
Returns a simple empty border.
enable() - Method in class snap.props.Undoer
Enables undoer.
enableDragging(View) - Static method in class snap.view.ViewUtils
Silly feature to make any view draggable.
enableEvents(Object, ViewEvent.Type...) - Method in class snap.view.EventAdapter
Called to regsiter types for a listener.
enableEvents(Object, ViewEvent.Type...) - Method in class snap.view.ViewOwner
Enables events on given object.
enableEvents(ViewEvent.Type...) - Method in class snap.view.View
Sets an array of enabled events.
enableEvents(View, ViewEvent.Type...) - Static method in class snap.view.ViewUtils
Backdoor for protected View method.
encodeASCII85(byte[]) - Static method in class snap.util.ASCIICodec
Returns an ASCII85 string for given byte array.
encodeBase64(byte[]) - Static method in class snap.util.ASCIICodec
Returns a base64 string for given byte array.
encodeHex(byte[]) - Static method in class snap.util.ASCIICodec
Returns a hex string for given byte array.
end - Variable in class snap.util.Range
 
end - Variable in class snap.view.TextArea.UndoTextSel
 
END - Static variable in class snap.view.KeyCode
 
endCharIndex(int) - Method in class snap.parse.ParseToken.Builder
 
endsWithIC(String, String) - Static method in class snap.util.StringUtils
Returns whether s1 ends with s2, ignoring case.
endTask() - Method in interface snap.util.TaskMonitor
Finish the current task, so the next can begin.
endTask() - Method in class snap.util.TaskMonitor.Text
Called to end task work count.
endTask() - Method in class snap.util.TaskRunner
Finish the current task, so the next can begin.
endTask() - Method in class snap.viewx.TaskMonitorPanel
Finish the current task, so the next can begin.
ENTER - Static variable in class snap.view.KeyCode
 
EnumUtils - Class in snap.util
Utility methods for Enums.
EnumUtils() - Constructor for class snap.util.EnumUtils
 
Equal - Enum constant in enum class snap.util.KeyChain.Op
 
EqualityExprHandler() - Constructor for class snap.util.KeyChainParser.EqualityExprHandler
 
equals(byte[]) - Method in class snap.util.XMLArchiver.Resource
 
equals(byte[], byte[]) - Static method in class snap.util.ArrayUtils
Returns whether two byte arrays are equal.
equals(byte[], byte[], int) - Static method in class snap.util.ArrayUtils
Returns whether two byte arrays are equal to the given length.
equals(double[], double[]) - Static method in class snap.util.ArrayUtils
Returns whether two double arrays are equal.
equals(double[], double[], int) - Static method in class snap.util.ArrayUtils
Returns whether two float arrays are equal to the given length.
equals(double, double) - Static method in class snap.geom.Segment
Returns whether double values are equal to nearest tenth of pixel.
equals(double, double) - Method in class snap.geom.Size
Returns whether size is equal to given width and height.
equals(double, double) - Static method in class snap.util.MathUtils
Returns whether two real numbers are equal within a small tolerance.
equals(double, double, double) - Static method in class snap.util.MathUtils
Returns whether two real numbers are equal within given tolerance (e.g., 1e-12)
equals(double, double, double, double) - Static method in class snap.geom.Point
Standard equals implementation.
equals(double, double, double, double) - Static method in class snap.geom.Size
Standard equals implementation.
equals(double, double, double, double, double, double) - Static method in class snap.gfx3d.Vector3D
Returns whether given vector components are equal.
equals(float[], float[]) - Static method in class snap.util.ArrayUtils
Returns whether two float arrays are equal.
equals(float[], float[], int) - Static method in class snap.util.ArrayUtils
Returns whether two float arrays are equal to the given length.
equals(Object) - Method in class snap.geom.Arc
Standard equals implementation.
equals(Object) - Method in class snap.geom.Cubic
Standard equals implementation.
equals(Object) - Method in class snap.geom.Ellipse
Standard equals implementation.
equals(Object) - Method in class snap.geom.Insets
Standard equals method.
equals(Object) - Method in class snap.geom.Line
Standard equals implementation.
equals(Object) - Method in class snap.geom.Path2D
Standard equals implementation.
equals(Object) - Method in class snap.geom.Point
Standard equals implementation.
equals(Object) - Method in class snap.geom.Quad
Standard equals implementation.
equals(Object) - Method in class snap.geom.Rect
Standard equals implementation.
equals(Object) - Method in class snap.geom.RectBase
Standard equals implementation.
equals(Object) - Method in class snap.geom.RoundRect
Standard equals implementation.
equals(Object) - Method in class snap.geom.Size
Standard equals implementation.
equals(Object) - Method in class snap.geom.Transform
Standard equals implementation.
equals(Object) - Method in class snap.gfx.BlurEffect
Standard equals implementation.
equals(Object) - Method in class snap.gfx.Border
Standard equals implementation.
equals(Object) - Method in class snap.gfx.Borders.BevelBorder
 
equals(Object) - Method in class snap.gfx.Borders.EdgeBorder
Standard equals implementation.
equals(Object) - Method in class snap.gfx.Borders.LineBorder
Standard equals implementation.
equals(Object) - Method in class snap.gfx.Color
Standard equals implementation.
equals(Object) - Method in class snap.gfx.EmbossEffect
Standard equals implementation.
equals(Object) - Method in class snap.gfx.Font
Standard equals implementation.
equals(Object) - Method in class snap.gfx.GradientPaint
Standard equals implementation.
equals(Object) - Method in class snap.gfx.GradientPaint.Stop
Standard equals implementation.
equals(Object) - Method in class snap.gfx.ImagePaint
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.DrawImage
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.DrawImageX
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.DrawShape
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.DrawString
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.FillShape
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.Instruction
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.SetFont
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.SetOpacity
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.SetPaint
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.SetStroke
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.SetTransform
Standard equals implementation.
equals(Object) - Method in class snap.gfx.PainterDVR.TransformBy
Standard equals implementation.
equals(Object) - Method in class snap.gfx.ReflectEffect
Standard equals implementation.
equals(Object) - Method in class snap.gfx.ShadowEffect
Standard equals implementation.
equals(Object) - Method in class snap.gfx.Stroke
Standard equals implementation.
equals(Object) - Method in class snap.gfx3d.Point3D
Standard equals implementation.
equals(Object) - Method in class snap.gfx3d.Vector3D
Standard equals implementation.
equals(Object) - Method in class snap.swing.SwingSoundClip
Standard equals implementation.
equals(Object) - Method in class snap.text.NumberFormat
Standard equals implementation.
equals(Object) - Method in class snap.text.TextLineStyle
Standard equals implementation.
equals(Object) - Method in class snap.text.TextLink
Standard equals implementation.
equals(Object) - Method in class snap.text.TextRun
Returns whether this run is equal to the given object.
equals(Object) - Method in class snap.text.TextStyle
Standard equals implementation.
equals(Object) - Method in class snap.util.ByteArray
Standard equals implementation.
equals(Object) - Method in class snap.util.JSValue
Standard equals implementation.
equals(Object) - Method in class snap.util.ListSel
Standard equals implementation.
equals(Object) - Method in class snap.util.ListSel2D
Standard equals implementation.
equals(Object) - Method in class snap.util.Sort
Standard equals implementation.
equals(Object) - Method in class snap.view.KeyCombo
Standard equals implementation.
equals(Object) - Method in class snap.view.TextArea.UndoTextSel
 
equals(Object) - Method in class snap.view.ViewEvent
Returns whether widget is equal to given object.
equals(Object) - Method in class snap.viewx.ColorDock.Swatch
Standard equals.
equals(Object) - Method in class snap.web.ParsedURL
Standard equals implementation.
equals(Object) - Method in class snap.web.WebFile
Standard equals implementation.
equals(Object) - Method in class snap.web.WebURL
Standard equals implementation.
equals(String) - Method in class snap.view.ViewEvent
Returns whether widget is equal to given name.
equals(String, String) - Method in class snap.util.XMLElement
A string compare that honors CaseSensitive setting.
equals(Rect, double, double, double, double) - Static method in class snap.geom.RectBase
Standard equals implementation.
EQUALS - Static variable in class snap.view.KeyCode
 
equalsBytes(byte[]) - Method in class snap.props.PropArchiver.Resource
 
equalsIC(String, String) - Static method in class snap.util.StringUtils
Returns whether s1 equals s2, ignoring case.
equalsId(List<?>, List<?>) - Static method in class snap.util.ListUtils
Returns whether lists have same objects in them.
equalsItems(List<T>) - Method in class snap.view.ListArea
Returns whether given items are equal to set items.
equalsItems(List<T>) - Method in class snap.view.TreeView
Returns whether given items are equal to set items.
equalsZero(double) - Static method in class snap.util.MathUtils
Returns whether a real number is practically zero.
equalsZero(double, double) - Static method in class snap.util.MathUtils
Returns whether a real number is practically zero.
Error - Enum constant in enum class snap.viewx.DialogBox.MessageType
 
errorImage - Static variable in class snap.viewx.DialogBox
 
escape(ViewEvent) - Method in class snap.view.TextField
Called when escape key is pressed to cancels editing in TextField.
ESCAPE - Static variable in class snap.view.KeyCode
 
EtchBorder - Enum constant in enum class snap.view.TitleView.TitleStyle
 
EtchBorder() - Constructor for class snap.gfx.Borders.EtchBorder
Creates new EtchBorder.
EventAdapter - Class in snap.view
This class manages which node events are sent to which targets.
EventAdapter() - Constructor for class snap.view.EventAdapter
 
EventDispatcher - Class in snap.view
A class to help RootView dispatch events to Views.
EventDispatcher(WindowView) - Constructor for class snap.view.EventDispatcher
Creates a new EventDispatcher for given Window.
EventListener - Interface in snap.view
An interface for objects to receive Node events.
EXCEPTION_THROWN - Static variable in class snap.web.WebResponse
 
ExceptionReporter - Class in snap.viewx
This class provides a UI panel to inform users that an exception was hit and send info back to developer.
ExceptionReporter(String) - Constructor for class snap.viewx.ExceptionReporter
Creates a new ExceptionReporter with given app name.
exec(Painter) - Method in class snap.gfx.PainterDVR.ClipBy
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.DrawImage
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.DrawImageX
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.DrawShape
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.DrawString
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR
Executes the instructions stored in this PainterDVR to given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.FillShape
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.Instruction
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.Restore
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.Save
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.SetFont
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.SetOpacity
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.SetPaint
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.SetStroke
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.SetTransform
Plays the op in given painter.
exec(Painter) - Method in class snap.gfx.PainterDVR.TransformBy
Plays the op in given painter.
executeCommand(String) - Method in class snap.viewx.ConsoleView
Executes command.
executeCommandImpl(String) - Method in class snap.viewx.ConsoleView
Executes command.
executeHelp(String) - Method in class snap.viewx.ConsoleView
Execute a help command.
executePrint(String) - Method in class snap.viewx.ConsoleView
Executes a print command.
Exists_Prop - Static variable in class snap.web.WebFile
 
exit(int) - Method in class snap.gfx.GFXEnv
This is really just here to help with TeaVM.
exit(int) - Method in class snap.swing.AWTEnv
This is really just here to help with TeaVM.
expandAll() - Method in class snap.view.TreeView
Expands all tree nodes.
Expanded_Prop - Static variable in class snap.view.TitleView
 
expandItem(T) - Method in class snap.view.TreeView
Expands the given item.
explode() - Method in class snap.view.DrawerView
Hides the drawer.
Explode - Class in snap.viewx
A demo to show explosions.
Explode(View, int, int, Runnable) - Constructor for class snap.viewx.Explode
Constructor.
ExpressionHandler() - Constructor for class snap.parse.ParseRuleParser.ExpressionHandler
 
ExpressionHandler() - Constructor for class snap.util.KeyChainParser.ExpressionHandler
 
ExpStyle_Prop - Static variable in class snap.text.NumberFormat
 
extendEndPointForFraction(double) - Method in class snap.gfx3d.Line3D
Changes line end point for fractional value.

F

F - Static variable in class snap.view.KeyCode
 
FacetShape - Class in snap.gfx3d
This Shape3D subclass represents a surface.
FacetShape() - Constructor for class snap.gfx3d.FacetShape
 
FadeHeight_Prop - Static variable in class snap.gfx.ReflectEffect
 
FadeIn - Static variable in class snap.viewx.TransitionPane
A class to perform transitions.
fail() - Method in class snap.parse.ParseHandler
Indicates that parsing should fail on current rule.
Failed - Enum constant in enum class snap.util.TaskRunner.Status
 
failure(Exception) - Method in class snap.util.TaskRunner
The method to run on failure.
failure(Exception) - Method in class snap.viewx.TaskRunnerPanel
Override to show exception in dialog box (and potentially hide JFXTaskMonitor dialog box).
FILE_LIST - Static variable in class snap.view.Clipboard
 
FileContents - Class in snap.web
This class represents the contents of a file as returned from a WebSite.
FileContents(Object, long) - Constructor for class snap.web.FileContents
Constructor.
fileDidPropChange(PropChange) - Method in class snap.web.WebSite
Called when any site file changes.
FileHeader - Class in snap.web
A class to hold basic information for a generic file.
FileHeader(String, boolean) - Constructor for class snap.web.FileHeader
Constructor for path and directory.
FileHeader(WebFile) - Constructor for class snap.web.FileHeader
Constructor for file.
FilePanel - Class in snap.viewx
A class to select a file to open or save.
FilePanel() - Constructor for class snap.viewx.FilePanel
Constructor.
FilePathUtils - Class in snap.util
Utility methods for file path strings.
FilePathUtils() - Constructor for class snap.util.FilePathUtils
 
FileSite - Class in snap.web
A data source to read/write data and files to a file system.
FileSite() - Constructor for class snap.web.FileSite
 
FileUtils - Class in snap.util
Utility methods for file.
FileUtils() - Constructor for class snap.util.FileUtils
 
fill(Shape) - Method in class snap.gfx.Painter
Fill the given shape.
fill(Shape) - Method in class snap.gfx.PainterDVR
Fill the given shape.
fill(Shape) - Method in class snap.gfx.PainterImpl
Fill the given shape.
fill(Shape) - Method in class snap.gfx.PainterProxy
Fill the given shape.
fill(Shape) - Method in class snap.swing.J2DPainter
Fills a shape in painter.
Fill_Prop - Static variable in class snap.view.View
 
fill3DRect(double, double, double, double, boolean) - Method in class snap.gfx.Painter
Paints a 3D rect.
fill3DRect(double, double, double, double, boolean) - Method in class snap.gfx.PainterProxy
Paints a 3D rect.
FillHeight_Prop - Static variable in class snap.view.BoxView
 
FillHeight_Prop - Static variable in class snap.view.ImageView
 
FillHeight_Prop - Static variable in class snap.view.RowView
 
FillHeight_Prop - Static variable in class snap.view.ShapeView
 
FillHeight_Prop - Static variable in class snap.view.WrapView
 
fillRect(double, double, double, double) - Method in class snap.gfx.Painter
Fill the given rect.
fillRect(double, double, double, double) - Method in class snap.gfx.PainterProxy
Fill the given rect.
fillRectWithPaint(double, double, double, double, Paint) - Method in class snap.gfx.Painter
Fill given rect with given paint.
FillShape(Shape) - Constructor for class snap.gfx.PainterDVR.FillShape
Creates a new FillShape.
FillWidth_Prop - Static variable in class snap.view.BoxView
 
FillWidth_Prop - Static variable in class snap.view.ColView
 
FillWidth_Prop - Static variable in class snap.view.ImageView
 
FillWidth_Prop - Static variable in class snap.view.ShapeView
 
FillWidth_Prop - Static variable in class snap.view.WrapView
 
fillWithPaint(Shape, Paint) - Method in class snap.gfx.Painter
Convenience to fill given shape with given paint.
filter(Collection<T>, Predicate<? super T>) - Static method in class snap.util.ListUtils
Returns a filtered array for given original and Predicate.
filter(T[], Predicate<? super T>) - Static method in class snap.util.ArrayUtils
Returns a filtered array for given original and Predicate.
filterByClass(T[], Class<R>) - Static method in class snap.util.ArrayUtils
Returns a filtered array for given original and Predicate.
filterToArray(Collection<T>, Predicate<? super T>, Class<R>) - Static method in class snap.util.ListUtils
Returns a filtered array for given original and Predicate.
Financial - Enum constant in enum class snap.text.NumberFormat.ExpStyle
 
find(String, boolean, boolean) - Method in class snap.viewx.TextPane
Finds the given string.
findMatch(Collection<T>, Predicate<? super T>) - Static method in class snap.util.ListUtils
Returns the first item in collection that matches given predicate (or null).
findMatch(T[], Predicate<? super T>) - Static method in class snap.util.ArrayUtils
Returns the first item in array that matches given predicate (or null).
findMatchIndex(List<T>, Predicate<? super T>) - Static method in class snap.util.ListUtils
Returns the index of first item in list that matches given predicate (or -1).
findMatchIndex(T[], Predicate<? super T>) - Static method in class snap.util.ArrayUtils
Returns the index of first item in array that matches given predicate (or -1).
findNextMisspelling() - Method in class snap.viewx.SpellCheckPanel
Find next misspelling.
findParent(T) - Method in class snap.view.TreeView
Searches for parent of given item (only works if given item is visible).
findStartValue(String, Object) - Method in class snap.view.ViewAnim
Returns the start value for given end value by searching parents or asking view.
finish() - Method in class snap.view.ViewAnim
Finishes the anim.
finish(TransitionPane, View) - Method in class snap.viewx.TransitionPane.Transition
Removes OldNode from TransitionPane.
finished() - Method in class snap.util.TaskRunner
The method to run when finished (after success()/failure() call).
Finished - Enum constant in enum class snap.util.TaskRunner.Status
 
fire() - Method in class snap.view.ButtonBase
Perform button click.
fire(ViewEvent) - Method in class snap.viewx.ColorButton
Handles button click.
fireActionEvent(ViewEvent) - Method in class snap.view.BrowserCol
Override to suppress ListArea and fire Browser.
fireActionEvent(ViewEvent) - Method in class snap.view.ButtonBase
Override to consume event.
fireActionEvent(ViewEvent) - Method in class snap.view.CheckBoxMenuItem
Override to toggle Selected state.
fireActionEvent(ViewEvent) - Method in class snap.view.Menu
Override to show popup.
fireActionEvent(ViewEvent) - Method in class snap.view.PopupList
Override to hide popuplist.
fireActionEvent(ViewEvent) - Method in class snap.view.TextField
Override to reset FocusedGainedVal.
fireActionEvent(ViewEvent) - Method in class snap.view.TitleView.TitleArea
Triggers.
fireActionEvent(ViewEvent) - Method in class snap.view.ToggleButton
Override to toggle Selected state (if no ToggleGroup or not selected).
fireActionEvent(ViewEvent) - Method in class snap.view.TreeCol
Override to have tree fireAction.
fireActionEvent(ViewEvent) - Method in class snap.view.View
Fires the action event.
fireActionEvent(ViewEvent) - Method in class snap.viewx.ColorPanel
Called when color changed by user.
fireActionEvent(ViewEvent) - Method in class snap.viewx.FilePanel
Called on FileBrowser double-click or InputText enter key.
fireActionEvent(ViewEvent) - Method in class snap.viewx.WebSitePane
Called on FileBrowser double-click or InputText enter key.
fireActionEvent(View, ViewEvent) - Static method in class snap.view.ViewUtils
Backdoor for protected View method.
fireActionEventForObject(Object, ViewEvent) - Method in class snap.view.ViewOwner
Triggers and action event for a UI view (name or view).
FireActionOnEnterKey_Prop - Static variable in class snap.view.TextArea
 
FireActionOnEnterKey_Prop - Static variable in class snap.view.TextView
 
FireActionOnFocusLost_Prop - Static variable in class snap.view.TextArea
 
FireActionOnFocusLost_Prop - Static variable in class snap.view.TextField
 
FireActionOnFocusLost_Prop - Static variable in class snap.view.TextView
 
fireDeepChange(Object, PropChange) - Method in class snap.props.PropChangeSupport
Sends the deep change.
fireListeners() - Method in class snap.util.Loadable.Support
Triggers callbacks to load listeners and clears listeners.
fireLoadListeners() - Method in class snap.gfx.Image
Triggers calls to load listeners.
firePropChange(String, Object, Object) - Method in class snap.gfx3d.Camera
Fires a property change for given property name, old value, new value and index.
firePropChange(String, Object, Object) - Method in class snap.props.PropChangeSupport
Fires a property change.
firePropChange(String, Object, Object) - Method in class snap.props.PropObject
Fires a property change for given property name, old value, new value and index.
firePropChange(String, Object, Object) - Method in class snap.util.TaskRunner
Fires a property change for given property name, old value, new value and index.
firePropChange(String, Object, Object) - Method in class snap.web.WebSite
Fires a property change for given property name, old value, new value and index.
firePropChange(String, Object, Object, int) - Method in class snap.props.PropChangeSupport
Fires an indexed property change.
firePropChange(String, Object, Object, int) - Method in class snap.props.PropObject
Fires a property change for given property name, old value, new value and index.
firePropChange(String, Object, Object, int) - Method in class snap.util.PickList
Fires a property change for given property name, old value, new value and index.
firePropChange(PropChange) - Method in class snap.gfx3d.Camera
Fires a given property change.
firePropChange(PropChange) - Method in class snap.props.PropChangeSupport
Sends the property change.
firePropChange(PropChange) - Method in class snap.props.PropObject
Fires a given property change.
firePropChange(PropChange) - Method in class snap.util.PickList
Fires a given property change.
FIRST_INDENT_KEY - Static variable in class snap.text.TextLineStyle
 
firstCharLowerCase(String) - Static method in class snap.util.StringUtils
Returns the given string with the first char demoted to lowercase.
firstCharUpperCase(String) - Static method in class snap.util.StringUtils
Returns the given string with the first char promoted to uppercase.
fitCurveFromPointIndex(Path2D, int) - Static method in class snap.geom.PathFitCurves
Takes a path with a bunch of line-to segments and replaces them with curves.
fitToCurveFromPointIndex(int) - Method in class snap.geom.Path2D
Fits the path points to a curve starting at the given point index.
Flat(ViewTheme) - Constructor for class snap.view.ButtonPainter.Flat
Constructor.
flateCompressedData() - Method in class snap.util.ByteArray
Flate compresses data.
flipX() - Method in class snap.gfx3d.Painter3D
Flips painter by X.
flipY() - Method in class snap.gfx3d.Painter3D
Flips painter by Y.
floatArrayToDouble(float[]) - Static method in class snap.util.Convert
Returns a double array for given floats.
floatValue(Object) - Static method in class snap.util.Convert
Returns the float value for a given object (assumed to be a string or number).
floatValue(String) - Static method in class snap.util.StringUtils
Returns an float value by parsing the given string.
floatValue(Map<K, V>, K) - Static method in class snap.util.MapUtils
Returns a key value interpreted as a float.
floatValue(Map<K, V>, K, float) - Static method in class snap.util.MapUtils
Returns a key value interpreted as a float (with optional default value).
floor(double, double) - Static method in class snap.util.MathUtils
Truncate x down to the nearest y.
flush() - Method in class snap.gfx.Painter
Flush any buffered paint operations.
flush() - Method in class snap.gfx.PainterProxy
Flush any buffered paint operations.
flush() - Method in class snap.swing.AWTPrefs
Updates this persistant store associated with these preferences.
flush() - Method in class snap.util.Prefs
Updates any persistant store associated with these preferences.
flush() - Method in class snap.web.WebSite
Flushes any unsaved changes to backing store.
flushTask() - Method in class snap.gfx3d.Painter3D
Flushes the current task.
FocalLength_Prop - Static variable in class snap.gfx3d.Camera
 
Focusable_Prop - Static variable in class snap.view.View
 
focusDidChange(View) - Method in class snap.view.WindowView.WindowHpr
Notifies that focus changed.
Focused_Prop - Static variable in class snap.view.View
 
FocusWhenPressed_Prop - Static variable in class snap.view.View
 
font - Variable in class snap.gfx.PainterImpl.GState
 
font(Font) - Method in class snap.view.ViewBuilder
Set font.
Font - Class in snap.gfx
This class represents a font for use in rich text.
Font() - Constructor for class snap.gfx.Font
Constructor (really only used for unarchival).
Font(String, double) - Constructor for class snap.gfx.Font
Constructor for given name and size.
Font(FontFile, double) - Constructor for class snap.gfx.Font
Constructor for given font file and point size.
FONT_KEY - Static variable in class snap.text.TextStyle
 
Font_Prop - Static variable in class snap.view.View
 
FontFile - Class in snap.gfx
This class represents all the information about a font that is independent of size.
FontFile() - Constructor for class snap.gfx.FontFile
Constructor.
FontPicker - Class in snap.styler
A panel to help users pick a font by preview.
FontPicker() - Constructor for class snap.styler.FontPicker
 
FontPicker.FontSampleView - Class in snap.styler
A class to display a Font sample.
FontSampleView(Font, Color, Border) - Constructor for class snap.styler.FontPicker.FontSampleView
Creates a new FontSampleView.
FontSizing_Prop - Static variable in class snap.view.StringView
 
FontTool - Class in snap.styler
Class to provide UI editing for Styler font/text attributes.
FontTool() - Constructor for class snap.styler.FontTool
 
FORBIDDEN - Static variable in class snap.web.HTTPResponse
 
FORBIDDEN - Static variable in class snap.web.WebResponse
 
format(double) - Method in class snap.text.NumberFormat
Returns a formatted value.
format(Object) - Method in class snap.text.NumberFormat
Returns a formatted value.
format(Object) - Method in interface snap.text.TextFormat
Returns a formatted string.
FORMAT_KEY - Static variable in class snap.text.TextStyle
 
formatDate(Date) - Static method in class snap.util.FormatUtils
Formats a Date to a reasonable precision.
formatNum(double) - Static method in class snap.util.FormatUtils
Formats a number to a reasonable precision.
formatNum(Number) - Static method in class snap.util.FormatUtils
Formats a number to a reasonable precision.
formatNum(String, Object) - Static method in class snap.util.FormatUtils
Formats a number with given Decimal format pattern.
formatNum(String, Object) - Static method in class snap.util.StringUtils
Formats a number with given Decimal format pattern.
formatStyle(Object) - Method in interface snap.text.TextFormat
Returns a format style.
FormatUtils - Class in snap.util
Utilities for formatting numbers and dates.
FormatUtils() - Constructor for class snap.util.FormatUtils
 
FormBuilder - Class in snap.viewx
A class to build a form.
FormBuilder() - Constructor for class snap.viewx.FormBuilder
Constructor.
Frame_Prop - Static variable in class snap.view.ImageView
 
fromArray(double[]) - Method in class snap.gfx3d.Matrix3D
Loads the transform from a double array.
fromCamelCase(String) - Static method in class snap.util.StringUtils
Returns a spaced string from a camel case string.
fromCIEXYZ(float[]) - Method in class snap.gfx.ColorSpace
Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
fromCIEXYZ(float[]) - Method in class snap.swing.AWTEnv.AWTColorSpace
 
fromPrimitive(Class<?>) - Static method in class snap.util.ClassUtils
Returns non-primitive type for primitive.
fromRGB(float[]) - Method in class snap.gfx.ColorSpace
Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
fromRGB(float[]) - Method in class snap.swing.AWTEnv.AWTColorSpace
 
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.BlurEffect
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.Border
XML Unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.Borders.BevelBorder
XML Unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.Borders.EdgeBorder
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.Borders.LineBorder
XML Unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.Color
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.Effect
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.EmbossEffect
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.Font
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.GradientPaint
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.ImagePaint
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.ReflectEffect
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.ShadowEffect
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.gfx.Stroke
XML Unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.text.NumberFormat
Unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.text.RichText
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.text.TextLineStyle
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in interface snap.util.XMLArchiver.Archivable
Unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.Binding
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.ImageView
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.ParentView
Override to break fromXML into fromXMLView and fromXMLChildren.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.PathView
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.ShapeView
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.Slider
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.StringView
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.TextArea
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.ThumbWheel
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.View
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.view.ViewAnim
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.viewx.ColorButton
XML unarchival.
fromXML(XMLArchiver, XMLElement) - Method in class snap.viewx.ColorWell
XML unarchival.
fromXML(XMLElement, Class<T>, Object) - Method in class snap.util.XMLArchiver
Returns an object unarchived from the given element by instantiating the given class.
fromXML(XMLElement, Object) - Method in class snap.util.XMLArchiver
Returns an object unarchived from the given element.
fromXML(XMLElement, Object, Object) - Method in class snap.util.XMLArchiver
Calls fromXML on given object.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.BorderView
XML unarchival for shape children.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.DocView
XML unarchival for shape children.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.Menu
XML unarchival for shape children.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.MenuBar
XML unarchival for shape children.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.MenuButton
XML unarchival for shape children.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.ParentView
XML unarchival for shape children.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.SplitView
XML unarchival for shape children.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.TableView
XML unarchival for shape children.
fromXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.TabView
XML unarchival for children.
fromXMLGuests(ViewHost, XMLArchiver, XMLElement) - Static method in interface snap.view.ViewHost
XML unarchival of ViewHost.Guests.
fromXMLLegacy(XMLElement) - Method in class snap.view.ViewAnim
XML unarchival.
fromXMLList(XMLElement, String, Class, Object) - Method in class snap.util.XMLArchiver
Returns the list of objects of the given name and/or class (either can be null) unarchived from the given element.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ArrowView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.BoxView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.BrowserView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ButtonBase
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ColView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ComboBox
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.Label
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ListArea
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ListView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.MenuButton
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.MenuItem
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ParentView
XML unarchival of basic view.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.RowView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ScrollView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.Spinner
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.SplitView
XML unarchival of basic view.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.SpringView
XML Archival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.SwitchView
XML unarchival for children.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.TableCol
XML unarchival - table columns.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.TableView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.TextField
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.TextView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.TitleView
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.ToggleButton
XML unarchival.
fromXMLView(XMLArchiver, XMLElement) - Method in class snap.view.TreeView
XML unarchival.
FRONT - Enum constant in enum class snap.gfx3d.Side3D
 
FRONT_BOTTOM - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
FRONT_BOTTOM_LEFT - Enum constant in enum class snap.gfx3d.Side3D.Corner
 
FRONT_BOTTOM_RIGHT - Enum constant in enum class snap.gfx3d.Side3D.Corner
 
FRONT_LEFT - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
FRONT_RIGHT - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
FRONT_TOP - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
FRONT_TOP_LEFT - Enum constant in enum class snap.gfx3d.Side3D.Corner
 
FRONT_TOP_RIGHT - Enum constant in enum class snap.gfx3d.Side3D.Corner
 
FunctionCall - Enum constant in enum class snap.util.KeyChain.Op
 

G

G - Static variable in class snap.view.KeyCode
 
Gap_Prop - Static variable in class snap.gfx.ReflectEffect
 
get() - Static method in class snap.swing.AWTEnv
Returns a shared instance.
get() - Static method in class snap.swing.SwingClipboard
Returns the shared SwingClipboard.
get() - Static method in class snap.swing.SwingViewEnv
Returns a shared instance.
get() - Static method in class snap.view.Clipboard
Returns the system clipboard.
get() - Static method in class snap.view.ViewTheme
Returns the current theme.
get(int) - Method in class snap.util.PickList
Return list item at index.
get(int) - Method in class snap.util.XMLElement
Returns the specific child element at the given index.
get(int) - Method in class snap.view.ViewList
Returns the view at the given index.
get(Cursor) - Static method in class snap.swing.AWT
Returns snap Cursor awt snap cursor.
get(Class, String) - Static method in class snap.gfx.SoundClip
Creates a new SnapSound for file name.
get(Object) - Static method in class snap.gfx.Color
Returns a color value for a given object.
get(Object) - Static method in class snap.gfx.SoundClip
Returns a sound for a given source.
get(Object) - Static method in class snap.view.ClipboardData
Returns a ClipboardData for given object.
get(Object[], Class<T>) - Static method in class snap.util.ArrayUtils
Returns the individual object of a given class at given index (from all objects of given class).
get(Object[], Class<T>, int) - Static method in class snap.util.ArrayUtils
Returns the individual object of a given class at given index (from all objects of given class).
get(String) - Static method in enum class snap.geom.HPos
Returns the HPos.
get(String) - Static method in class snap.geom.Insets
Returns an Insets instance from given string.
get(String) - Static method in enum class snap.geom.Pos
Returns the Pos for a string.
get(String) - Static method in class snap.geom.Rect
 
get(String) - Static method in class snap.geom.Size
Creates a size from a string (assumes comma separated).
get(String) - Static method in enum class snap.geom.VPos
Returns the VPos.
get(String) - Method in class snap.util.XMLElement
Returns the first child element with the given name.
get(String) - Static method in class snap.view.KeyCode
Returns a Snap keycode for JFX key code.
get(String) - Static method in class snap.view.KeyCombo
Creates a new KeyCombo for given string.
get(List<T>, int) - Static method in class snap.util.ListUtils
Returns the object at the given index (returns null object for null list or invalid index).
get(Map<K, V>, K) - Static method in class snap.util.MapUtils
Returns value for aKey in given map (accepts null map).
get(Map<K, V>, K, V) - Static method in class snap.util.MapUtils
Returns value for aKey in given map with an optional default value for missing keys.
get(HPos, VPos) - Static method in enum class snap.geom.Pos
Returns a pos for given HPos and VPos.
get(Point...) - Static method in class snap.geom.Rect
Delete these.
get(Pos) - Static method in class snap.view.Cursor
Returns the cursor for given position.
get(Cursor) - Static method in class snap.swing.AWT
Returns awt Cursor for snap cursor.
GET - Enum constant in enum class snap.web.WebRequest.Type
 
getAbsoluteMax() - Method in class snap.view.ThumbWheel
Returns the largest value permitted by the thumbwheel (even when outside visible range).
getAbsoluteMin() - Method in class snap.view.ThumbWheel
Returns the smallest value permitted by the thumbwheel (even when outside visible range).
getAbsoluteMode() - Method in class snap.view.ThumbWheel
Returns the thumbhweel absolute mode (ABSOLUTE_BOUNDED or ABSOLUTE_WRAPPED).
getAccessor(Object, String) - Static method in class snap.util.Key
Returns the accessor object for a given object (class) and key.
getActionHandler() - Method in class snap.viewx.FilePanel
Returns the action event listener.
getActionHandler() - Method in class snap.viewx.WebSitePane
Returns the listener triggered when action event is fired.
getActiveCursor() - Method in class snap.view.WindowView
Returns the active cursor.
getActiveUndoSet() - Method in class snap.props.Undoer
Returns the active undo set.
getAddRect(Rect) - Method in class snap.geom.Rect
Returns rect for combined bounds of both rects, even if either is empty.
getAgeString(Date, Date) - Static method in class snap.util.DateUtils
Returns an age string between two dates.
getAlign() - Method in class snap.text.StringBox
Returns how the string is positioned in the box if larger than String width/height (default is Top-Left).
getAlign() - Method in class snap.text.TextLineStyle
Returns the alignment associated with this paragraph.
getAlign() - Method in class snap.view.View
Returns the alignment.
getAlign() - Method in class snap.view.ViewProxy
Returns the alignment.
getAlignedY() - Method in class snap.text.TextBox
Returns the y for alignment.
getAlignX() - Method in class snap.text.TextDoc
Returns the horizontal alignment of the first paragraph of the text.
getAlignX() - Method in class snap.text.TextLine
Returns the alignment associated with this line.
getAlignX() - Method in class snap.view.View
Returns the horizontal alignment.
getAlignX(HPos) - Static method in class snap.view.ViewUtils
Returns the align x factor.
getAlignX(Pos) - Static method in class snap.view.ViewUtils
Returns the align x factor.
getAlignX(View) - Static method in class snap.view.ViewUtils
Returns the align x factor.
getAlignXAsDouble() - Method in class snap.view.ViewProxy
Returns the align x factor.
getAlignY() - Method in class snap.text.TextBox
Returns the Y alignment.
getAlignY() - Method in class snap.view.View
Returns the vertical alignment.
getAlignY(Pos) - Static method in class snap.view.ViewUtils
Returns the align y factor.
getAlignY(VPos) - Static method in class snap.view.ViewUtils
Returns the align y factor.
getAlignY(View) - Static method in class snap.view.ViewUtils
Returns the align y factor.
getAlignYAsDouble() - Method in class snap.view.ViewProxy
Returns the align y factor.
getAll() - Method in class snap.view.ViewList
Returns the contained views as an array.
getAlpha() - Method in class snap.gfx.Color
Returns the alpha component in the range 0-1.
getAlphaInt() - Method in class snap.gfx.Color
Returns the alpha component in the range 0-255.
getAltFont(char) - Static method in class snap.swing.AWTFontUtils
Returns an alternate font for given char, if one is found that can display it
getAltFonts() - Static method in class snap.swing.AWTFontUtils
Returns the list of suggested alternate fonts.
getAltitude() - Method in class snap.gfx.EmbossEffect
Returns altitude of light source.
getAltPaint() - Method in class snap.view.ListArea
Returns the paint for alternating cells.
getAltPaint() - Method in class snap.view.ListView
Returns the paint for alternating cells.
getAnchor() - Method in class snap.text.TextSel
Returns the selection anchor (initial char of multi-char selection - usually start).
getAnchor() - Method in class snap.util.ListSel
Returns the anchor.
getAnchorX() - Method in class snap.util.ListSel2D
Returns the anchor X.
getAnchorY() - Method in class snap.util.ListSel2D
Returns the anchor Y.
getAndResetError() - Static method in class snap.util.KeyChain
Returns the last error encountered by the key chain parser and resets parser.
getAndResetError() - Method in class snap.util.KeyChainParser
Returns the error from last KeyChain parse and clears error.
getAngle(double, double, double, double) - Static method in class snap.geom.Point
Returns the angle to the mouse point.
getAngle(int) - Method in class snap.geom.Polygon
Returns the interior angle at given point index.
getAngle2DInDeg() - Method in class snap.gfx3d.Line3D
Returns the angle between two XY points.
getAngleBetween(double, double, double, double) - Static method in class snap.geom.Vect
Returns the angle between vectors (using given vector points).
getAngleBetween(Vect) - Method in class snap.geom.Vect
Returns the angle between the receiver and the given vector.
getAngleBetween(Vector3D) - Method in class snap.gfx3d.Vector3D
Returns the angle between the receiver and the given vector.
getAngleBetweenPoints2DInDeg(double, double, double, double) - Static method in class snap.gfx3d.Line3D
Returns the angle between two XY points.
getAnim(int) - Method in class snap.view.View
Returns the anim for the given time.
getAnim(int) - Method in class snap.view.ViewAnim
Returns the anim for the given start/end.
getAnimCleared(int) - Method in class snap.view.View
Returns a cleared anim at given time.
getAnims() - Method in class snap.view.ViewAnim
Returns the list of child anims.
getAnimTimeDeep() - Method in class snap.view.View
Returns the anim time.
getAppDataDir(String, boolean) - Static method in class snap.util.FileUtils
Returns the AppData or Application Support directory file.
getAppName() - Method in class snap.viewx.ExceptionReporter
Returns the app name.
getArc() - Method in class snap.view.ArcView
Returns the arc.
getArchivalProps() - Method in class snap.props.PropSet
Returns array of archival props (Prop.SkipArchival is false).
getArcLength() - Method in class snap.geom.Path2DX
Returns the total arc length of path.
getArcLength() - Method in class snap.geom.Segment
Returns the length of this segment.
getArcLength() - Method in class snap.geom.Shape
Returns the total length of all shape segements.
getArcLength(PathIter) - Static method in class snap.geom.PathIter
Returns total length of segments for given PathIter.
getArcLengthImpl() - Method in class snap.geom.Cubic
Calculates and returns length of this segment.
getArcLengthImpl() - Method in class snap.geom.Line
Calculates and returns length of this segment.
getArcLengthImpl() - Method in class snap.geom.Quad
Calculates and returns length of this segment.
getArcLengthImpl() - Method in class snap.geom.Segment
Calculates and returns length of this segment.
getArcLengths() - Method in class snap.geom.Path2DX
Returns the lengths array.
getArea() - Method in class snap.view.TitleView
Returns the TitleArea.
getArialFontFile() - Static method in class snap.gfx.FontFile
Returns Arial FontFile.
getArray() - Method in class snap.util.ObjectArray
Returns the simple array (trimmed to length).
getArrowImage() - Static method in class snap.view.ComboBox
Returns an Icon of a down arrow.
getAscent() - Method in class snap.gfx.Font
Returns the max distance above the baseline that this font goes.
getAscent() - Method in class snap.gfx.FontFile
Returns the max distance above the baseline that this font goes.
getAscent() - Method in class snap.swing.AWTFontFile
Returns the max distance above the baseline that this font goes.
getAscent() - Method in class snap.text.StringBox
Returns the ascent.
getAscent() - Method in class snap.text.StyledString
Returns the ascent.
getAscent() - Method in class snap.text.TextBoxLine
Returns the max ascent of the chars in this line.
getAscent() - Method in class snap.text.TextRun
Returns the max distance above the baseline for this run font.
getAscent() - Method in class snap.text.TextStyle
Returns the max distance above the baseline for this run font.
getAscent() - Method in class snap.view.StringView
Returns the ascent.
getAsLoadable(List<? extends Loadable>) - Static method in interface snap.util.Loadable
Returns a combined loadable for given array of loadables.
getAsLoadable(Loadable...) - Static method in interface snap.util.Loadable
Returns a combined loadable for given array of loadables.
getAsMap() - Method in class snap.util.JSObject
Returns the node as a map.
getAspect() - Method in class snap.view.ImageView
Returns the ratio of the width/height.
getAspect() - Method in class snap.view.ScaleBox
Returns the aspect of the content.
getAspect() - Method in class snap.view.ScaleBoxProxy
Returns the aspect of the content.
getAssignments() - Static method in class snap.util.KeyChain
Returns a thread-local assignments map.
getAsSite() - Method in class snap.web.WebURL
Returns the site for this URL (assumes this URL is a site).
getAttachView() - Method in class snap.view.DrawerView
Returns the view to attach to.
getAttribute(int) - Method in class snap.util.XMLElement
Returns the specific child attribute at the given index.
getAttribute(String) - Method in class snap.util.XMLElement
Returns the specific child attribute with the given name (or null if not found).
getAttributeBooleanValue(String) - Method in class snap.util.XMLElement
Returns the Boolean value for the given attribute name.
getAttributeBooleanValue(String, Boolean) - Method in class snap.util.XMLElement
Returns the Boolean value for the given attribute name (or the given default value, if name not found).
getAttributeBoolValue(String) - Method in class snap.util.XMLElement
Returns the boolean value for the given attribute name.
getAttributeBoolValue(String, boolean) - Method in class snap.util.XMLElement
Returns the boolean value for the given attribute name (or the given default value, if name not found).
getAttributeCount() - Method in class snap.util.XMLElement
Returns the number of child attributes for this element.
getAttributeDoubleValue(String) - Method in class snap.util.XMLElement
Returns the double value for the given attribute name.
getAttributeDoubleValue(String, double) - Method in class snap.util.XMLElement
Returns the double value for the given attribute name (or the given default value, if name not found).
getAttributeEnumValue(String, Class<T>, T) - Method in class snap.util.XMLElement
Returns the Enum of a specific type for the given attribute name (or the given default value, if name not found).
getAttributeFloatValue(String) - Method in class snap.util.XMLElement
Returns the float value for the given attribute name.
getAttributeFloatValue(String, float) - Method in class snap.util.XMLElement
Returns the float value for the given attribute name (or the given default value, if name not found).
getAttributeIndex(String) - Method in class snap.util.XMLElement
Returns the index of the attribute with the given name (or -1 if not found).
getAttributeIndex(XMLAttribute) - Method in class snap.util.XMLElement
Returns this index of the given attribute.
getAttributeIntValue(String) - Method in class snap.util.XMLElement
Returns the int value for the given attribute name.
getAttributeIntValue(String, int) - Method in class snap.util.XMLElement
Returns the int value for the given attribute name (or the given default value, if name not found).
getAttributeNumberValue(String) - Method in class snap.util.XMLElement
Returns the Number value for the given attribute name.
getAttributeNumberValue(String, Number) - Method in class snap.util.XMLElement
Returns the Number value for the given attribute name (or the given default value, if name not found).
getAttributes() - Method in class snap.util.XMLElement
Returns the list of child attributes for this element.
getAttributeValue(String) - Method in class snap.util.XMLElement
Returns the attribute string value for the given attribute name.
getAttributeValue(String, String) - Method in class snap.util.XMLElement
Returns the string value for the given attribute name (or the given default value, if name not found).
getAutosizing(View) - Static method in class snap.view.SpringView
Returns the autosizing settings as a string with hyphens for struts and tilde for sprints (horiz,vert).
getAvailableHandler() - Method in class snap.parse.ParseHandler
Returns a handler that is not in use.
getAzimuth() - Method in class snap.gfx.EmbossEffect
Returns angle of light source.
getBackDarkFill() - Method in class snap.view.ViewTheme
Returns the background fill.
getBackDarkFill() - Static method in class snap.view.ViewUtils
Returns the background fill.
getBackFill() - Method in class snap.view.ViewTheme
Returns the background fill.
getBackFill() - Static method in class snap.view.ViewUtils
Returns the background fill.
getBackupHandler() - Method in class snap.parse.ParseHandler
Returns a backup handler.
getBarSize() - Method in class snap.view.ScrollView
Returns the scroll bar size.
getBaseline() - Method in class snap.text.TextBoxLine
Returns the y position for this line (in same coords as the layout frame).
getBaseline() - Method in class snap.text.TextBoxRun
Returns the baseline y value of run.
getBestHeight(double) - Method in class snap.view.ParentViewProxy
Returns the best height for view - accounting for pref/min/max.
getBestHeight(double) - Method in class snap.view.View
Returns the best height for view - accounting for pref/min/max.
getBestHeight(double) - Method in class snap.view.ViewProxy
Returns the best height.
getBestMethod(Class<?>, String, Class<?>...) - Static method in class snap.util.GetBestMethod
Returns the method for given class and name that best matches given parameter types.
GetBestMethod - Class in snap.util
This class provides functionality to find the best method for given arg classes.
GetBestMethod() - Constructor for class snap.util.GetBestMethod
 
getBestSize() - Method in class snap.view.View
Returns the best size.
getBestWidth(double) - Method in class snap.view.ParentViewProxy
Returns the best width for view - accounting for pref/min/max.
getBestWidth(double) - Method in class snap.view.View
Returns the best width for view - accounting for pref/min/max.
getBestWidth(double) - Method in class snap.view.ViewProxy
Returns the best width.
getBigDecimal(Object) - Static method in class snap.util.Convert
Returns the BigDecimal for a given object (assumed to be a string or number).
getBinding(int) - Method in class snap.view.View
Returns the individual binding at given index.
getBinding(String) - Method in class snap.view.View
Returns the individual binding with the given property name.
getBindingCount() - Method in class snap.view.View
Returns the number of bindings.
getBindings() - Method in class snap.view.View
Returns the list of bindings.
getBitsPerSample() - Method in class snap.swing.SwingSoundClip
Returns the bits per sample.
getBlue() - Method in class snap.gfx.Color
Returns the blue component in the range 0-1.
getBlueInt() - Method in class snap.gfx.Color
Returns the blue component in the range 0-255.
getBlurImage(PainterDVR, Rect) - Method in class snap.gfx.BlurEffect
Returns the blur image.
getBold() - Method in class snap.gfx.Font
Returns the bold version of this font.
getBold() - Method in class snap.gfx.FontFile
Returns the bold version of this font.
getBook() - Method in class snap.swing.SwingPrinter
Returns a java.awt.print.Book, suitable for AWT printing.
getBoolean(String, boolean) - Method in class snap.swing.AWTPrefs
Returns a boolean value for given key.
getBoolean(String, boolean) - Method in class snap.util.Prefs
Returns an boolean value for given key.
getBooleanValue() - Method in class snap.view.ViewEvent
Returns the Boolean value encapsulated by the event widget.
getBoolValue() - Method in class snap.view.ViewEvent
Returns the Boolean value encapsulated by the event widget.
getBoolValue(Object, Object) - Static method in class snap.util.KeyChain
Convenience - returns a boolean for an object and key chain.
getBorder() - Method in class snap.styler.Styler
Returns the selected border.
getBorder() - Method in class snap.text.StringBox
Returns the border.
getBorder() - Method in class snap.text.TextRun
Returns the border for this run.
getBorder() - Method in class snap.text.TextStyle
Returns the text border.
getBorder() - Method in class snap.view.View
Returns the border.
getBorder() - Method in class snap.view.ViewProxy
Returns the border.
getBorderInsets() - Method in class snap.view.ViewProxy
Returns the border insets.
getBorderRadius() - Method in class snap.view.View
Returns the radius for border rounded corners.
getBottom() - Method in class snap.geom.Insets
Returns the bottom margin.
getBottom() - Method in class snap.view.BorderView
Returns the bottom node.
getBounds() - Method in class snap.geom.Shape
Returns the bounds.
getBounds() - Method in class snap.gfx.ImagePaint
Returns the bounds.
getBounds() - Method in class snap.text.TextBox
Returns the current bounds.
getBounds() - Method in class snap.view.View
Returns the bounds.
getBounds(double, double, double, double, double, double, double, double, Rect) - Static method in class snap.geom.Cubic
Returns the bounds for given quad points.
getBounds(double, double, double, double, double, double, Rect) - Static method in class snap.geom.Quad
Returns the bounds for given quad points.
getBounds(double, double, double, double, Rect) - Static method in class snap.geom.Line
Returns the bounds for given line points.
getBounds(PathIter) - Static method in class snap.geom.PathIter
Returns bounds rect for given PathIter.
getBounds(Rect) - Method in class snap.gfx.BlurEffect
Override to account for blur radius.
getBounds(Rect) - Method in class snap.gfx.Effect
Returns the bounds required to render this effect applied to given rect.
getBounds(Rect) - Method in class snap.gfx.EmbossEffect
Override to account for blur radius.
getBounds(Rect) - Method in class snap.gfx.ReflectEffect
Override to extend height by gap and reflection fade height.
getBounds(Rect) - Method in class snap.gfx.ShadowEffect
Override to account for blur radius and shadow offset.
getBounds2(double, double, double, double, double, double, double, double, Rect) - Static method in class snap.geom.Cubic
Returns the bounds of the bezier.
getBounds2(double, double, double, double, double, double, Rect) - Static method in class snap.geom.Quad
Returns the bounds of the give quadratic.
getBounds3D() - Method in class snap.gfx3d.Shape3D
Returns the bounds.
getBounds3D() - Method in class snap.gfx3d.VertexArray
Returns bounds.
getBoundsCenter() - Method in class snap.gfx3d.Shape3D
Returns the center point of the path.
getBoundsImpl() - Method in class snap.geom.Cubic
Returns the bounds.
getBoundsImpl() - Method in class snap.geom.Line
Returns the shape bounds.
getBoundsImpl() - Method in class snap.geom.Polygon
Returns the shape bounds.
getBoundsImpl() - Method in class snap.geom.PolygonPath
Returns the shape bounds.
getBoundsImpl() - Method in class snap.geom.Quad
Returns the bounds.
getBoundsImpl() - Method in class snap.geom.Rect
Override to just return this rect.
getBoundsImpl() - Method in class snap.geom.RectBase
Returns the shape bounds.
getBoundsImpl() - Method in class snap.geom.Shape
Returns the bounds.
getBoundsLocal() - Method in class snap.view.View
Returns the bounds inside view.
getBoundsMarked() - Method in class snap.gfx3d.CameraView
Override to account for Scene3D bounds.
getBoundsOfViews(View, List<? extends View>) - Static method in class snap.view.ViewUtils
Returns the bounds of a given view list.
getBoundsParent() - Method in class snap.view.View
Returns the bounds in parent coords.
getBoundsPath() - Method in class snap.text.TextBox
Returns the bounds path.
getBoundsShape() - Method in class snap.view.ArcView
Returns the bounds path.
getBoundsShape() - Method in class snap.view.LineView
Override to return path as bounds shape.
getBoundsShape() - Method in class snap.view.PathView
Override to return path as bounds shape.
getBoundsShape() - Method in class snap.view.RectView
Returns the bounds path.
getBoundsShape() - Method in class snap.view.ShapeView
Override to return path as bounds shape.
getBoundsShape() - Method in class snap.view.View
Returns the bounds shape in view coords.
getBoundsShapeParent() - Method in class snap.view.View
Returns the bounds shape in parent coords.
getBox() - Method in class snap.text.TextBoxLine
Returns the TextBox.
getBranchImage() - Method in class snap.view.BrowserView
Returns the icon to indicate branch nodes in a browser (right arrow by default).
getBranchImage(T) - Method in class snap.view.TreeResolver
The icon of given item.
getBrowser() - Method in class snap.view.BrowserCol
Returns the browser.
getBufferedImage(int, int, boolean) - Static method in class snap.swing.AWTImageUtils
Returns a compatible buffered image for width and height with given transparency.
getBufferedImage(Image) - Static method in class snap.swing.AWTImageUtils
Returns a buffered image for an AWT image with transparency.
getBufferedImage(Image, boolean) - Static method in class snap.swing.AWTImageUtils
Returns a buffered image for an AWT image.
getBuildInfo() - Static method in class snap.util.SnapUtils
Returns a build date string (eg, "Jan-26-03") as generated into BuildInfo.txt at build time.
getButton() - Method in class snap.view.ComboBox
Returns the button.
getButton() - Method in class snap.view.Tab
Returns the button.
getButtonBorderColor() - Method in class snap.view.ViewTheme
Returns the button border color.
getButtonBorderPressedColor() - Method in class snap.view.ViewTheme
Returns the button border pressed color.
getButtonBox() - Method in class snap.viewx.DialogBox
Returns the button box.
getButtonColor() - Method in class snap.view.ViewTheme
Returns the button color.
getButtonOverColor() - Method in class snap.view.ViewTheme
Returns the button over color.
getButtonPainter() - Method in class snap.view.ViewTheme
Returns the button painter.
getButtonPressedColor() - Method in class snap.view.ViewTheme
Returns the button pressed color.
getButtonRect(ButtonBase) - Static method in class snap.view.ButtonPainter
Returns the button rect.
getButtons() - Method in class snap.view.ToggleGroup
Returns the buttons.
getByte(int) - Method in class snap.util.ByteArray
Returns the specific byte at the given index.
getBytes() - Method in class snap.gfx.Image
Returns the source bytes.
getBytes() - Method in class snap.gfx.ImageRef
Returns the original bytes for the image (loaded from the source).
getBytes() - Method in class snap.props.PropArchiver.Resource
 
getBytes() - Method in class snap.swing.SoundRecorder
Returns the bytes.
getBytes() - Method in class snap.swing.SwingSoundClip
Returns the sound bytes.
getBytes() - Method in class snap.util.ByteArray
Returns the bytes in the data.
getBytes() - Method in class snap.util.XMLArchiver.Resource
 
getBytes() - Method in class snap.util.XMLElement
Returns XML bytes for this element.
getBytes() - Method in class snap.view.ClipboardData
Returns the data as byte array.
getBytes() - Method in class snap.web.FileContents
Returns the bytes.
getBytes() - Method in class snap.web.HTTPRequest
Returns the bytes associated with request (POST).
getBytes() - Method in class snap.web.HTTPResponse
Returns the bytes.
getBytes() - Method in class snap.web.WebFile
Returns the file bytes.
getBytes() - Method in class snap.web.WebResponse
Returns the bytes.
getBytes() - Method in class snap.web.WebURL
Returns bytes for this URL.
getBytes(int, int, byte[]) - Method in class snap.util.ByteArray
Copies the bytes from this data to the given byte array.
getBytes(int, int, byte[], int) - Method in class snap.util.ByteArray
Copies the bytes from this data to the given byte array.
getBytes(File) - Static method in class snap.util.FileUtils
Returns bytes for a file.
getBytes(InputStream) - Static method in class snap.util.SnapUtils
Returns bytes for an input stream.
getBytes(Class<?>, String) - Static method in class snap.util.SnapUtils
Returns bytes for a class and name/path.
getBytes(Object) - Static method in class snap.util.SnapUtils
Returns a byte array from a File, String path, InputStream, URL, byte[], etc.
getBytes(String) - Static method in class snap.util.StringUtils
Returns the ASCII bytes of the given string (ISO-Latin).
getBytes(String, String) - Static method in class snap.util.StringUtils
Returns the bytes of the given string in the requested char encoding.
getBytes(URL) - Static method in class snap.util.URLUtils
Returns bytes for url.
getBytesImpl() - Method in class snap.gfx.Image
Returns the source bytes.
getBytesJPEG() - Method in class snap.gfx.Image
Returns the JPEG bytes for image.
getBytesJPEG() - Method in class snap.swing.J2DImage
Returns the JPEG bytes for image.
getBytesJPEG(Image) - Static method in class snap.swing.AWTImageUtils
Returns a JPeg byte array for the given buffered image.
getBytesOrThrow() - Method in class snap.web.WebURL
Returns bytes for this URL.
getBytesOrThrow(File) - Static method in class snap.util.FileUtils
Returns bytes for a file.
getBytesOrThrow(InputStream) - Static method in class snap.util.SnapUtils
Returns bytes for an input stream.
getBytesOrThrow(Object) - Static method in class snap.util.SnapUtils
Returns a byte array from a File, String path, InputStream, URL, byte[], etc.
getBytesPNG() - Method in class snap.gfx.Image
Returns the PNG bytes for image.
getBytesPNG() - Method in class snap.swing.J2DImage
Returns the PNG bytes for image.
getBytesPNG(Image) - Static method in class snap.swing.AWTImageUtils
Returns a PNG byte array for the given buffered image.
getBytesRGB() - Method in class snap.gfx.Image
Returns the decoded RGB bytes of this image.
getBytesRGBA() - Method in class snap.gfx.Image
Returns the decoded RGBA bytes of this image.
getBytesRGBAImpl() - Method in class snap.gfx.Image
Returns the decoded RGBA bytes of this image.
getBytesRGBAImpl() - Method in class snap.swing.J2DImage
Returns the decoded RGBA bytes of this image.
getBytesRGBImpl() - Method in class snap.gfx.Image
Returns the decoded RGB bytes of this image.
getBytesRGBImpl() - Method in class snap.swing.J2DImage
Returns the decoded RGB bytes of this image.
getCalendar(Date) - Static method in class snap.util.DateUtils
Returns a calendar for given date.
getCamera() - Method in class snap.gfx3d.CameraView
Returns the camera as a vector.
getCamera() - Method in class snap.gfx3d.CubeView
Returns the camera as a vector.
getCamera() - Method in class snap.gfx3d.Renderer
Returns the Camera.
getCamera() - Method in class snap.gfx3d.Scene3D
Returns the camera that renders this scene.
getCameraToClip() - Method in class snap.gfx3d.Camera
Returns the transform from camera coords to clip space (AKA the 'Projection' matrix).
getCameraToClipArray() - Method in class snap.gfx3d.Camera
Returns the CameraToClip transform as double array.
getCameraToView() - Method in class snap.gfx3d.Camera
Returns the transform from camera to View space.
getCameraView() - Method in class snap.gfx3d.CubeView
Returns the CameraView to sync with.
getCancelButton() - Method in class snap.viewx.DialogBox
Returns the cancel button.
getCap() - Method in class snap.gfx.Stroke
Returns the line cap - how a stroke renders endpoints.
getCapacity() - Method in class snap.util.ByteArray
Returns the size of the internal byte array.
getCell(int) - Method in class snap.view.ListArea
Returns the cell at given index.
getCell(int) - Method in class snap.view.ListView
Returns the cell at given index.
getCell(int, int) - Method in class snap.view.TableView
Returns the cell at given row and col.
getCellConfigure() - Method in class snap.view.BrowserView
Called to set method for rendering.
getCellConfigure() - Method in class snap.view.ComboBox
Returns method to configure list cells.
getCellConfigure() - Method in class snap.view.ListArea
Returns method to configure list cells.
getCellConfigure() - Method in class snap.view.ListView
Returns method to configure list cells.
getCellConfigure() - Method in class snap.view.TableCol
Override to return table cell configure if one isn't set for col.
getCellConfigure() - Method in class snap.view.TableView
Called to set method to configure cell for rendering.
getCellConfigure() - Method in class snap.view.TreeCol
Called to set method for rendering.
getCellConfigure() - Method in class snap.view.TreeView
Called to set method for rendering.
getCellForRow(int) - Method in class snap.view.ListArea
Returns the cell at given index.
getCellForXY(double, double) - Method in class snap.view.TableView
Returns the cell at given Y coord.
getCellForY(double) - Method in class snap.view.ListArea
Returns the cell for given Y.
getCellPadding() - Method in class snap.view.ListArea
Returns the cell padding.
getCellPadding() - Method in class snap.view.TableView
Returns the cell padding.
getCellPaddingDefault() - Method in class snap.view.ListArea
Returns the default cell padding.
getCenter() - Method in class snap.gfx3d.Bounds3D
Returns the center point of this box.
getCenter() - Method in class snap.view.BorderView
Returns the center node.
getChange(int) - Method in class snap.props.UndoSet
Returns the individual change at given index.
getChangeCount() - Method in class snap.props.UndoSet
Returns the number of changes.
getChangedIndexes(ListSel, ListSel) - Static method in class snap.util.ListSel
Returns the changed indexes for two ListSels.
getChangeLast() - Method in class snap.props.UndoSet
Returns the last change.
getChanges() - Method in class snap.props.UndoSet
Returns the selection to be set if undo is executed.
getChannelCount() - Method in class snap.swing.SwingSoundClip
Returns the channel count.
getChar() - Method in class snap.parse.Parser
Returns the current parse char.
getChar() - Method in class snap.parse.Tokenizer
Returns the current parse char.
getChar(int) - Method in class snap.parse.Tokenizer
Returns the char at the current index plus offset.
getCharAdvance(char) - Method in class snap.text.TextRun
Returns the char advance for a given character.
getCharAdvance(char) - Method in class snap.text.TextStyle
Returns the char advance for a given character.
getCharAdvance(char, boolean) - Method in class snap.gfx.Font
Returns the char advance for a given character.
getCharBounds(char) - Method in class snap.gfx.Font
Returns the bounds for a given character.
getCharDown() - Method in class snap.text.TextSel
Moves the selection index down a line, trying preserve distance from beginning of line.
getCharIndex() - Method in class snap.parse.Parser
Returns the current parse char location.
getCharIndex() - Method in class snap.parse.Tokenizer
Returns the current parse char location.
getCharIndexAt(double) - Method in class snap.view.TextField
Returns the char index for given point in text coordinate space.
getCharIndexForX(double) - Method in class snap.text.StyledString
Returns the char index for the X location.
getCharIndexForX(double) - Method in class snap.text.TextBoxLine
Returns the character index for the given x/y point.
getCharIndexForX(double) - Method in class snap.text.TextLine
Returns the character index for the given x/y point.
getCharIndexForX(double) - Method in class snap.view.StringView
Returns the char index for the X location.
getCharIndexForXY(double, double) - Method in class snap.text.TextBox
Returns the character index for the given x/y point.
getCharIndexForXY(double, double) - Method in class snap.view.TextArea
Returns the char index for given point in text coordinate space.
getCharKern(char, char) - Method in class snap.gfx.Font
Returns the kerning for the given pair of characters (no way to do this in Java!).
getCharKern(char, char) - Method in class snap.gfx.FontFile
Returns the kerning for the given pair of characters (no way to do this in Java!).
getCharLeft() - Method in class snap.text.TextSel
Moves the selection index backward a character (or if a range is selected, moves to beginning of range).
getCharPath(char) - Method in class snap.gfx.Font
Returns the path for a given character.
getCharPath(char) - Method in class snap.gfx.FontFile
Returns the path for a given character.
getCharPathImpl(char) - Method in class snap.gfx.FontFile
Returns the path for a given char (does the real work, but doesn't cache).
getCharPathImpl(char) - Method in class snap.swing.AWTFontFile
Returns the path for a given char at 1000pt.
getCharRight() - Method in class snap.text.TextSel
Moves the selection index forward a character (or if a range is selected, moves to end of range).
getChars(int) - Method in class snap.parse.Tokenizer
Returns the next given number of chars as a string.
getCharSpacing() - Method in class snap.text.TextEditor
Returns the character spacing of the current selection or cursor.
getCharSpacing() - Method in class snap.text.TextRun
Returns the char spacing.
getCharSpacing() - Method in class snap.text.TextStyle
Returns the char spacing.
getCharUp() - Method in class snap.text.TextSel
Moves the selection index up a line, trying to preserve distance from beginning of line.
getChild(int) - Method in class snap.gfx3d.ParentShape
Returns the child at given index.
getChild(int) - Method in class snap.util.KeyChain
Returns the child at the given index in the keychain.
getChild(int) - Method in class snap.view.ParentView
Returns the child at the given index.
getChild(String) - Method in class snap.swing.AWTPrefs
Returns a child prefs for given name.
getChild(String) - Method in class snap.util.Prefs
Returns a child prefs for given name.
getChild(String) - Method in class snap.web.WebURL
Returns the child URL for given name.
getChild(String, String) - Static method in class snap.util.FilePathUtils
Returns a path with a filename or relative path added.
getChild(String, String) - Static method in class snap.web.PathUtils
Returns a path with a filename or relative path added.
getChild0() - Method in class snap.parse.ParseRule
Returns the first child.
getChild1() - Method in class snap.parse.ParseRule
Returns the second child.
getChildAt(double, double) - Method in class snap.view.ParentView
Returns the child at given point.
getChildAt(Point) - Method in class snap.view.ParentView
Returns the child at given point.
getChildAt(View, double, double) - Static method in class snap.view.ViewUtils
Returns the child of given class hit by coords.
getChildAt(View, double, double, Class<T>) - Static method in class snap.view.ViewUtils
Returns the child of given class hit by coords.
getChildCount() - Method in class snap.gfx3d.ParentShape
Returns the number of children.
getChildCount() - Method in class snap.util.KeyChain
Returns the number of children in the keychain.
getChildCount() - Method in class snap.view.ParentView
Returns the number of children associated with this view.
getChildCount() - Method in class snap.view.ViewProxy
Returns the number of children.
getChildCountManaged() - Method in class snap.view.ParentView
Returns the number of managed children.
getChildForClass(Class<E>) - Method in class snap.view.ParentView
Returns the child for given component class.
getChildForClass(Class<E>) - Method in class snap.view.ViewProxy
Returns the child for given component class.
getChildForName(String) - Method in class snap.view.Menu
Override to include child menu items.
getChildForName(String) - Method in class snap.view.ParentView
Returns the child with given name.
getChildForName(String) - Method in class snap.view.TabBar
Override to search Tabs.Content not showing.
getChildKeyChain(int) - Method in class snap.util.KeyChain
Returns the child at the given index in the keychain as a keychain.
getChildLast() - Method in class snap.view.ParentView
Returns the last child of this view.
getChildren() - Method in class snap.gfx3d.ParentShape
Returns the children.
getChildren() - Method in class snap.view.ParentView
Returns the array of children associated with this view.
getChildren() - Method in class snap.view.ViewProxy
Returns the children.
getChildren(View) - Method in class snap.viewx.DevPaneViewOwners.ViewOwnersTreeResolver
Returns the children.
getChildren(View) - Method in class snap.viewx.DevPaneViews.ViewTreeResolver
Returns the children.
getChildren(T) - Method in class snap.view.TreeResolver.Adapter
Returns the children.
getChildren(T) - Method in class snap.view.TreeResolver
Returns the children.
getChildren(T) - Method in class snap.view.TreeView
Returns the children.
getChildrenForClass(Class<E>) - Method in class snap.view.ParentView
Returns the children for given component class.
getChildrenForClass(Class<E>) - Method in class snap.view.ViewProxy
Returns the children for given component class.
getChildrenManaged() - Method in class snap.view.ParentView
Returns the managed children.
getChildrenMaxXAllWithInsets() - Method in class snap.view.ParentViewProxy
Returns the MaxX of children with insets.
getChildrenMaxXLastWithInsets() - Method in class snap.view.ParentViewProxy
Returns the MaxX of last child with insets.
getChildrenMaxYAllWithInsets() - Method in class snap.view.ParentViewProxy
Returns the MaxY of children with insets.
getChildrenMaxYLastWithInsets() - Method in class snap.view.ParentViewProxy
Returns the MaxY of last child with insets.
getChildString(int) - Method in class snap.util.KeyChain
Returns the child at the given index in the keychain as a string.
getClass(Object) - Static method in class snap.util.ClassUtils
Returns the class for an object.
getClass(String) - Method in class snap.util.XMLArchiver
Returns the class for a given element name.
getClassCodingForClass(Class<?>) - Static method in class snap.util.ClassUtils
Returns a class coding for given class.
getClassForClassCoding(String, ClassLoader) - Static method in class snap.util.ClassUtils
Returns a class for given class coding.
getClassForName(String) - Method in class snap.props.PropArchiver
Returns a class for name.
getClassForName(String) - Method in class snap.util.JSArchiver
Returns a class for name.
getClassForName(String, ClassLoader) - Static method in class snap.util.ClassUtils
Returns a class for a given name, using the class loader of the given class.
getClassForNameImpl(String) - Method in class snap.util.JSArchiver
Returns a class for name.
getClassForXML(XMLElement) - Method in class snap.util.XMLArchiver
Returns the class for a given element.
getClassForXML(XMLElement) - Method in class snap.view.ViewArchiver
Returns the class for a given element.
getClassic() - Static method in class snap.view.ViewTheme
Returns the classic theme.
getClassId() - Method in class snap.util.JSArchiver
Returns the class string.
getClassMap() - Method in class snap.props.PropArchiver
Returns the map of names to class names.
getClassMap() - Method in class snap.util.XMLArchiver
Returns the class map.
getClassName() - Method in class snap.props.PropNode
Returns the native object class name.
getClassPath(Object) - Method in class snap.util.JSArchiver
Returns a class path for an object (shortend if in imports).
getClassPathImpl(String) - Method in class snap.util.JSArchiver
Returns a class path for an object (shortend if in imports).
getClassRoot() - Method in class snap.gfx.GFXEnv
Returns the root URL string of classes.
getClassRoot() - Method in class snap.swing.AWTEnv
Returns the root URL classes in Snap Jar as string.
getCleared() - Static method in class snap.view.Clipboard
Returns the system clipboard with cleared data.
getClickCount() - Method in class snap.view.ViewEvent
Returns the click count for a mouse event.
getClickSpan() - Method in class snap.view.Divider
Returns the size of the clickable length of the divider (if greater than Span).
getClientView() - Method in class snap.styler.Styler
Returns the client View.
getClientView() - Method in class snap.view.WindowView
Returns the view associated with the last show() call.
getClip() - Method in class snap.gfx.Painter
Return clip shape.
getClip() - Method in class snap.gfx.PainterImpl
Return clip shape.
getClip() - Method in class snap.gfx.PainterProxy
Return clip shape.
getClip() - Method in class snap.swing.J2DPainter
Return clip shape.
getClip() - Method in class snap.swing.SwingSoundClip
Returns the clip, creating it if requested.
getClip() - Method in class snap.view.View
Returns the clip shape.
getClipAll() - Method in class snap.view.View
Returns the clip of this view due to all parents.
getClipAllBounds() - Method in class snap.view.View
Returns the clip bounds due to all parents.
getClipboard() - Method in class snap.swing.SwingEvent
Returns the drag Clipboard for this event.
getClipboard() - Method in class snap.swing.SwingViewEnv
Returns the system clipboard.
getClipboard() - Method in class snap.view.ViewEnv
Returns the system clipboard.
getClipboard() - Method in class snap.view.ViewEvent
Returns the Drag Clipboard for this event, if appropriate.
getClipboardContent(Clipboard) - Method in class snap.view.TextArea
Returns the clipboard content.
getClipboardDatas() - Method in class snap.view.Clipboard
Returns the ClipboardDatas managed by this default implementation.
getClipboardDrag() - Method in class snap.swing.SwingViewEnv
Returns the clipboard for drag and drop.
getClipboardDrag() - Method in class snap.view.ViewEnv
Returns the clipboard for dragging.
getClipBounds() - Method in class snap.gfx.Painter
Return clip bounds.
getClipBounds() - Method in class snap.gfx.PainterProxy
Return clip bounds.
getClipBounds() - Method in class snap.view.View
Returns the clip bounds.
getClippedRect(Rect) - Method in class snap.view.View
Returns the clipped shape for given shape.
getCloseBox() - Method in class snap.view.DrawerView
Returns the close box view.
getClosure() - Method in class snap.geom.Arc
Returns how an open arc is handles the gap.
getCode() - Method in class snap.web.HTTPResponse
Returns the response return code.
getCode() - Method in class snap.web.WebResponse
Returns the response code.
getCodeableClasses() - Method in class snap.props.StringCodec
Returns set of classes that can be converted to/from String.
getCodeableClassesImpl() - Method in class snap.props.StringCodec
Returns set of classes that can be converted to/from String.
getCodeString() - Method in class snap.web.WebResponse
Returns the code message.
getCodeString(int) - Static method in class snap.web.WebResponse
Returns the code message.
getCol() - Method in class snap.view.ListCell
Returns the column.
getCol() - Method in class snap.viewx.ColorDock.Swatch
Returns the column.
getCol(int) - Method in class snap.view.BrowserView
Returns the browser column list at given index.
getCol(int) - Method in class snap.view.TableView
Returns the column at given index.
getCol(int) - Method in class snap.view.TreeView
Returns the column at given index.
getColCount() - Method in class snap.view.BrowserView
Returns the column count.
getColCount() - Method in class snap.view.TableView
Returns the number of columns.
getColCount() - Method in class snap.view.TextField
Returns the column count.
getColCount() - Method in class snap.view.TreeView
Returns the number of columns.
getColCount() - Method in class snap.viewx.ColorDock
Returns the number of columns in this color dock.
getColCountForWidth(double) - Method in class snap.view.GridView
Returns the number of columns that can be show for given width.
getColCountVisible() - Method in class snap.view.GridView
Returns the number of columns that can be show for current width and children.
getColForX(double) - Method in class snap.view.TableView
Returns the column at given X coord.
getColIndex() - Method in class snap.view.ListArea
Returns the column index.
getColIndex() - Method in class snap.view.TableCol
Returns the column index.
getColIndex() - Method in class snap.view.TreeCol
Returns the column index.
getColIndexForX(double) - Method in class snap.view.TableView
Returns the col index for given X.
getCollapsedImage() - Method in class snap.view.TreeView
Returns an image of a down arrow.
getCollapseGraphic() - Method in class snap.view.CollapseView
Returns an image of a down arrow.
getCollapseGraphic() - Method in class snap.view.TitleView
Returns an image of a down arrow.
getCollapseGroupForName(String) - Method in class snap.view.CollapseView
Sets a collapse group by name.
getColLast() - Method in class snap.view.BrowserView
Returns the last column.
getColor() - Method in class snap.gfx.Border
Returns the basic color of the border.
getColor() - Method in class snap.gfx.Borders.LineBorder
Returns color.
getColor() - Method in class snap.gfx.Color
Returns the closest color approximation of this paint.
getColor() - Method in class snap.gfx.GradientPaint
Returns the closest color approximation of this paint.
getColor() - Method in class snap.gfx.GradientPaint.Stop
Returns the color.
getColor() - Method in class snap.gfx.ImagePaint
Returns the closest color approximation of this paint.
getColor() - Method in interface snap.gfx.Paint
Returns the closest color approximation of this paint.
getColor() - Method in class snap.gfx.Painter
Returns the current color.
getColor() - Method in class snap.gfx.ShadowEffect
Returns the color associated with this fill.
getColor() - Method in class snap.gfx3d.Painter3D
Returns the current paint.
getColor() - Method in class snap.gfx3d.Painter3D.PaintTask
Returns color.
getColor() - Method in class snap.gfx3d.Shape3D
Returns the color of shape.
getColor() - Method in class snap.gfx3d.VertexArray
Returns the global color.
getColor() - Method in class snap.text.TextBoxRun
Returns the color.
getColor() - Method in class snap.text.TextLink
Returns the link color.
getColor() - Method in class snap.text.TextRun
Returns the color for this run.
getColor() - Method in class snap.text.TextStyle
Returns the color for this run.
getColor() - Method in class snap.view.Clipboard
Returns the clipboard content.
getColor() - Method in class snap.viewx.ColorButton
Returns the color.
getColor() - Method in class snap.viewx.ColorDock
Returns the color of the selected swatch.
getColor() - Method in class snap.viewx.ColorDock.Swatch
Returns the color.
getColor() - Method in class snap.viewx.ColorPanel
Returns the current color of the color panel.
getColor() - Method in class snap.viewx.ColorPanel.ImagePicker
Returns the color.
getColor() - Method in class snap.viewx.ColorWell
Returns the color represented by this color well.
getColor(int) - Method in class snap.viewx.ColorDock
Returns the color at the given swatch index.
getColor(int, int) - Method in class snap.viewx.ColorDock
Returns the color at given row & column.
getColorArray() - Method in class snap.gfx3d.VertexArray
Returns the vertex colors components array.
getColorCompCount() - Method in class snap.gfx3d.VertexArray
Returns the number of components for a vertex color.
getColorComponents(ColorSpace, float[]) - Method in class snap.gfx.Color
Returns a float array containing only the color components of the Color in the ColorSpace specified by the cspace parameter.
getColorForParseToken(ParseToken) - Static method in class snap.viewx.CodeDoc
Checks the given token for syntax coloring.
getColorModel() - Method in class snap.swing.GradientPaintX
ARGB.
getColorSpace() - Method in class snap.gfx.Color
Returns the ColorSpace of this Color.
getColorWell() - Method in class snap.viewx.ColorPanel
Returns the ColorWell that receives notifications of color panel changes.
getCols() - Method in class snap.view.BrowserView
Returns the browser columns.
getCols() - Method in class snap.view.TableView
Returns the column at given index.
getCols() - Method in class snap.view.TreeView
Returns the column at given index.
getColumnIndex() - Method in interface snap.parse.ParseToken
Returns the column index.
getColumnIndex() - Method in class snap.parse.Tokenizer
Returns the current column index in the current line.
getColWithSelItem(T) - Method in class snap.view.BrowserView
Returns the column that has selected item.
getCommonAncestor(WebFile, WebFile) - Static method in class snap.web.WebUtils
Returns the common ancestor of this file and given file.
getCommonAncetor(View, View) - Static method in class snap.view.ViewUtils
Returns a common ancestor for two nodes.
getCommonClass(Object, Object) - Static method in class snap.util.ClassUtils
Returns the common ancestor class for two objects.
getCommonClass(List<?>) - Static method in class snap.util.ClassUtils
Returns the common ancestor class for a list of objects.
getComponentClass() - Method in class snap.util.ObjectArray
Returns the component class.
getComponents() - Method in class snap.gfx.Color
 
getComponents(ColorSpace, float[]) - Method in class snap.gfx.Color
Returns a float array containing the color and alpha components of the Color, in the ColorSpace specified by cspace parameter.
getComposite() - Method in class snap.gfx.Painter
Returns the composite mode.
getComposite() - Method in class snap.swing.J2DPainter
Returns the Composite.
getConfirmButton() - Method in class snap.viewx.DialogBox
Returns the confirm button.
getContent() - Method in class snap.util.XMLParser.XMLTokenizer
Called to return the value of an element and update the char index.
getContent() - Method in class snap.view.BoxView
Returns the box content.
getContent() - Method in class snap.view.CollapseView
Returns the content view.
getContent() - Method in class snap.view.DrawerView
Returns the box content.
getContent() - Method in class snap.view.RootView
Returns the content.
getContent() - Method in class snap.view.Scroller
Returns the content.
getContent() - Method in class snap.view.ScrollGroup
Returns the primary content.
getContent() - Method in class snap.view.ScrollView
Returns the content.
getContent() - Method in class snap.view.Tab
Returns the content.
getContent() - Method in class snap.view.TabView
Returns the selected child.
getContent() - Method in class snap.view.TitleView
Returns the content.
getContent() - Method in class snap.view.TitleView.TitleArea
Returns the content.
getContent() - Method in class snap.view.ViewProxy
Returns the content.
getContent() - Method in class snap.view.WindowView
Returns the content associated with this window.
getContent() - Method in class snap.view.WrapView
Returns the content.
getContent() - Method in class snap.viewx.DevPane
Returns the real content.
getContent() - Method in class snap.viewx.DialogBox
Returns the content for dialog box.
getContent() - Method in class snap.viewx.TransitionPane
Returns the content node.
getContentBounds() - Method in class snap.view.TitleView.TitleArea
Returns the content bounds.
getContentBox() - Method in class snap.view.TabView
Returns the ContentBox.
getContentLength() - Method in class snap.web.HTTPResponse
Returns the content length.
getContentNative() - Method in class snap.swing.SWWindowHpr
Returns the native for the window content.
getContentNative() - Method in class snap.view.WindowView
Returns the native for the window content.
getContentNative() - Method in class snap.view.WindowView.WindowHpr
Returns the native for the window content.
getContentOwner() - Method in class snap.view.Tab
Returns the content owner.
getContentPrefSize() - Method in class snap.view.Scroller
Returns preferred size of content view in Scroller.
getContentsForFile(WebFile) - Method in class snap.web.RecentFilesSite
Override to provide root dir files.
getContentsForFile(WebFile) - Method in class snap.web.WebSite
Returns the contents for given file.
getContentType() - Method in class snap.web.HTTPResponse
Returns the content type.
getControlPointBoundsWithSelPointIndex(Path2D, int) - Static method in class snap.geom.Path2DUtils
Returns the bounds for all the control points.
getConvexPolygonsWithMaxSideCount(int) - Method in class snap.geom.Polygon
Returns an array of polygons that are convex with max number of vertices.
getConvexPolygonsWithMaxSideCount(Shape, int) - Static method in class snap.geom.Polygon
Returns an array of convex polygons for given max side count.
getCookie() - Method in class snap.web.HTTPRequest
Returns the cookie.
getCookies() - Method in class snap.web.HTTPResponse
Returns the cookies.
getCookieString() - Method in class snap.web.HTTPResponse
Returns the cookie string.
getCornerForPos(Pos) - Method in enum class snap.gfx3d.Side3D
Returns the Corner for given Pos.
getCornerNE() - Method in class snap.view.ScrollGroup
Returns the Corner view (NE).
getCornerNW() - Method in class snap.view.ScrollGroup
Returns the Corner view (NW).
getCornerPoints() - Method in class snap.gfx3d.Bounds3D
Returns the corner points.
getCorners() - Method in enum class snap.gfx3d.Side3D
Returns the corners.
getCornerSW() - Method in class snap.view.ScrollGroup
Returns the Corner view (SW).
getCount() - Method in enum class snap.geom.Seg
 
getCount() - Method in class snap.gfx.ImageSet
Returns the number of images.
getCount() - Method in class snap.view.ViewTimer
Returns the number of times the timer has fired.
getCount(Object[], Class<?>) - Static method in class snap.util.ArrayUtils
Returns the number of object in array of a given class.
getCrossings(double, double) - Method in class snap.geom.Shape
Returns the number of crossings for the ray from given point extending to the right.
getCrossProduct(Vector3D) - Method in class snap.gfx3d.Vector3D
Returns the vector perpendicular to the receiver and the given vector.
getCubeView() - Method in class snap.gfx3d.CameraView
Returns the control cube.
getCursor() - Method in class snap.view.View
Returns the cursor.
getCurveFitPathForPoints(Point[]) - Static method in class snap.geom.PathFitCurves
Returns a curve fit path for given points.
getCustomNode() - Method in class snap.parse.ParseNode
Returns the custom node created by parser or rule handler, should there be one.
getCustomNode(Class<T>) - Method in class snap.parse.ParseNode
Returns the custom node as the given class type.
getDashArray() - Method in class snap.gfx.Stroke
Returns the dash array for this stroke.
getDashArray(String) - Static method in class snap.gfx.Stroke
Returns a dash array for given dash array string and delimeter.
getDashArrayString(double[], String) - Static method in class snap.gfx.Stroke
Returns the dash array for this stroke as a string.
getDashArrayString(Stroke) - Static method in class snap.gfx.Stroke
Returns the dash array for given border as a string.
getDashOffset() - Method in class snap.gfx.Stroke
Returns the dash offset.
getData(String) - Method in class snap.view.Clipboard
Returns the clipboard content.
getDataBytes(String) - Method in class snap.view.Clipboard
Returns the data for given MIME type as byte array.
getDataFlavor(String) - Method in class snap.swing.SwingClipboard
Returns a dataflavor for a name.
getDataImpl(String) - Method in class snap.swing.SwingClipboard
Returns the clipboard content.
getDataImpl(String) - Method in class snap.view.Clipboard
Returns the clipboard content.
getDataString(String) - Method in class snap.view.Clipboard
Returns the data for given MIME type as string.
getDate(Object) - Static method in class snap.util.Convert
Returns a date for given object of arbitrary type.
getDateFormat() - Static method in class snap.util.FormatUtils
Returns a SimpleDateFormat.
getDecimalFormat(String) - Static method in class snap.util.FormatUtils
Returns a decimal format for given pattern.
getDeepestChildAt(View, double, double) - Static method in class snap.view.ViewUtils
Returns the deepest child hit by given coords starting with children of given view.
getDeepestChildAt(View, double, double, Class<T>) - Static method in class snap.view.ViewUtils
Returns the deepest child of given class hit by given coords starting with children of given view.
getDeepestViewAt(View, double, double) - Static method in class snap.view.ViewUtils
Returns the view or child view hit by given coords, starting at given view.
getDeepestViewAt(View, double, double, Class<T>) - Static method in class snap.view.ViewUtils
Returns the view or child view of given class hit by given coords, starting at given view.
getDefault() - Static method in class snap.styler.ImagePaintTool
Returns the default ImagePaint.
getDefaultBorder() - Method in class snap.view.PageView
Returns the default border.
getDefaultBorder() - Method in class snap.view.ScrollView
Returns the default border.
getDefaultBorder() - Method in class snap.view.SplitView
Returns the default border.
getDefaultBorder() - Method in class snap.view.TableView
Returns the default border.
getDefaultBorder() - Method in class snap.view.TextField
Returns the default border.
getDefaultBorder() - Method in class snap.view.TreeView
Returns the default border.
getDefaultBorder() - Method in class snap.view.View
Returns the default border.
getDefaultBorder() - Method in class snap.viewx.ColorDock
Override to return dock border.
getDefaultColorWell() - Method in class snap.viewx.ColorPanel
Returns the ColorWell to fall back on when no ColorWell set.
getDefaultEmail() - Static method in class snap.web.DropBoxSite
Returns the default email.
getDefaultFactory() - Static method in class snap.gfx3d.RendererFactory
Returns the default renderer.
getDefaultFill() - Method in class snap.styler.GradientPaintTool
Returns the gradient for the shape.
getDefaultFill() - Method in class snap.view.ListArea
Override to return white.
getDefaultFill() - Method in class snap.view.MenuBar
Override to return default.
getDefaultFill() - Method in class snap.view.PageView
Override to return white.
getDefaultFill() - Method in class snap.view.TextArea
Override to return white.
getDefaultFill() - Method in class snap.view.TextField
Override to return white.
getDefaultFill() - Method in class snap.view.ThumbWheel
Override to return white.
getDefaultFill() - Method in class snap.view.View
Returns the default fill paint.
getDefaultFont() - Static method in class snap.gfx.Font
Returns the user's default font.
getDefaultFont() - Method in class snap.view.Menu
Returns the default font.
getDefaultFont() - Method in class snap.view.MenuBar
Returns the default font.
getDefaultFont() - Method in class snap.view.View
Returns the default font.
getDefaultInstance() - Method in class snap.props.PropSet
Returns the default object.
getDefaultLineStyle() - Method in class snap.text.TextDoc
Returns the default line style for text.
getDefaultLineStyle() - Method in class snap.view.TextArea
Returns the default line style for text.
getDefaultLineStyle() - Method in class snap.view.TextView
Returns the default line style for text.
getDefaultPrefs() - Static method in class snap.util.Prefs
Returns the default prefs.
getDefaultPropClass() - Method in class snap.props.Prop
Returns the default property class (if different from prop class).
getDefaultSelFile() - Method in class snap.viewx.WebSitePane
Resets the selected file.
getDefaultSites() - Static method in class snap.viewx.FilePanel
Returns the sites.
getDefaultStyle() - Method in class snap.text.TextDoc
Returns the default text style for text.
getDefaultStyle() - Method in class snap.view.TextArea
Returns the default style for text.
getDefaultStyle() - Method in class snap.view.TextView
Returns the default style for text.
getDefaultValue() - Method in class snap.props.Prop
Returns the default value.
getDensity() - Method in class snap.view.ViewPhysics
Returns the body density.
getDepth() - Method in class snap.gfx3d.Bounds3D
Returns the box depth.
getDescent() - Method in class snap.gfx.Font
Returns the max distance below the baseline that this font goes.
getDescent() - Method in class snap.gfx.FontFile
Returns the max distance below the baseline that this font goes.
getDescent() - Method in class snap.swing.AWTFontFile
Returns the max distance below the baseline that this font goes.
getDescent() - Method in class snap.text.StringBox
Returns the descent.
getDescent() - Method in class snap.text.StyledString
Returns the descent.
getDescent() - Method in class snap.text.TextBoxLine
Returns the max descent of the chars in this line.
getDescent() - Method in class snap.text.TextRun
Returns the max distance below the baseline that this font goes.
getDescent() - Method in class snap.text.TextStyle
Returns the max distance below the baseline that this font goes.
getDescent() - Method in class snap.view.StringView
Returns the descent.
getDevPane(View) - Static method in class snap.viewx.DevPane
Returns the DevPane for a given view (really, its RootView).
getDir() - Method in class snap.web.DirSite
Returns the directory file this site represents.
getDirForSource(Object, boolean) - Static method in class snap.util.FileUtils
Returns a directory for given source (path, url, string path) with option to create if missing.
getDirList(String) - Method in class snap.web.ZipFileSite
Returns a dir list for a path.
getDirPath() - Method in class snap.web.FileHeader
Returns the path as a directory (with trailing separator).
getDirPath() - Method in class snap.web.WebFile
Returns the path as a directory (with trailing separator).
getDispatcher() - Method in class snap.view.WindowView
Returns the EventDispatcher.
getDistance(double, double) - Method in class snap.geom.Line
Returns the minimum distance from the given point to this line.
getDistance(double, double) - Method in class snap.geom.Point
Returns the distance from this Point to a specified point.
getDistance(double, double) - Method in class snap.geom.Shape
Returns the closest distance from given point to path.
getDistance(double, double, double) - Method in class snap.gfx3d.Point3D
Returns the distance to another point.
getDistance(double, double, double, double) - Static method in class snap.geom.Point
Returns the distance from this Point to a specified point.
getDistance(double, double, double, double, double, double) - Static method in class snap.geom.Line
Returns the distance from the given line points (p1,p2) to the given point.
getDistance(double, double, double, double, double, double) - Static method in class snap.gfx3d.Point3D
Returns the distance from this Point to a specified point.
getDistance(Point) - Method in class snap.geom.Point
Returns the distance from this Point to a specified point.
getDistance(Point3D) - Method in class snap.gfx3d.Point3D
Returns the distance to another point.
getDistanceSquared(double, double) - Method in class snap.geom.Line
Returns the minimum distance from the given point to this line, squared.
getDistanceSquared(double, double, double, double) - Static method in class snap.geom.Point
Returns the distance from this Point to a specified point.
getDistanceSquared(double, double, double, double, double, double) - Static method in class snap.geom.Line
Returns the distance from the given line points (p1,p2) to the given point.
getDistanceSquared(double, double, double, double, double, double) - Static method in class snap.gfx3d.Point3D
Returns the distance from this Point to a specified point.
getDistanceSquared(double, double, double, double, double, double, double, double) - Static method in class snap.geom.Quad
Returns the minimum distance from the given point to the curve.
getDistanceSquared(double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.Cubic
Returns whether Cubic for given points is intersected by line with given points.
getDivider() - Method in class snap.view.SplitView
Returns the default divider.
getDivider(int) - Method in class snap.view.SplitView
Returns the individual divider at given index.
getDividerCount() - Method in class snap.view.SplitView
Returns the number of dividers.
getDividerForXY(double, double) - Method in class snap.view.SplitView
Returns the divider at given point.
getDividers() - Method in class snap.view.SplitView
Returns the dividers.
getDividerSpan() - Method in class snap.view.SplitView
Returns the default size of the dividers.
getDoc() - Method in class snap.view.PageView
Returns the document.
getDocURL() - Method in class snap.view.WindowView
Returns the document file URL for the window title bar proxy icon.
getDotProduct(double, double, double, double) - Static method in class snap.geom.Vect
Returns the dot product of two vectors.
getDotProduct(Vect) - Method in class snap.geom.Vect
Returns the dot product of the receiver and the given vector.
getDotProduct(Vector3D) - Method in class snap.gfx3d.Vector3D
Returns the dot product of the receiver and the given vector.
getDouble(Object) - Static method in class snap.util.Convert
Returns a Double for a given object.
getDouble(String, double) - Method in class snap.swing.AWTPrefs
Returns a float value for given key.
getDouble(String, double) - Method in class snap.util.Prefs
Returns a float value for given key.
getDoubleArrayForString(String) - Static method in class snap.props.StringCodec
Returns an array of double values for given comma separated string.
getDoubleValue() - Method in class snap.util.XMLAttribute
Returns the value for this attribute as a float.
getDoubleValue(Object, Object) - Static method in class snap.util.KeyChain
Convenience - returns a double for an object and key chain.
getDownArrowImage() - Static method in class snap.view.ArrowView
Returns an image of a down arrow.
getDPIX() - Method in class snap.gfx.Image
Returns the horizontal image DPI.
getDPIXImpl() - Method in class snap.gfx.Image
Returns the width of given image.
getDPIXImpl() - Method in class snap.swing.J2DImage
Returns the width of given image.
getDPIY() - Method in class snap.gfx.Image
Returns the vertical image DPI.
getDPIYImpl() - Method in class snap.gfx.Image
Returns the height of given image.
getDPIYImpl() - Method in class snap.swing.J2DImage
Returns the height of given image.
getDrag() - Static method in class snap.view.Clipboard
Returns the clipboard for drag and drop.
getDrag(ViewEvent) - Static method in class snap.swing.SwingClipboard
Returns the shared SwingClipboard for drag and drop.
getDragImage() - Method in class snap.view.Clipboard
Returns the drag image.
getDragImageOffset() - Method in class snap.view.Clipboard
Returns the drag image offset.
getDragSourceView() - Method in class snap.swing.SwingClipboard
Returns the drag source view that started drag.
getDragSourceView() - Method in class snap.view.Clipboard
Returns the view that started the
getDrawerLabel() - Method in class snap.view.DrawerView
Returns the drawer label.
getDX() - Method in class snap.gfx.ShadowEffect
Returns the X offset of the shadow.
getDX() - Method in class snap.styler.ShadowEffectTool.OffsetPanel
Return offset X.
getDY() - Method in class snap.gfx.ShadowEffect
Returns the Y offset of the shadow.
getDY() - Method in class snap.styler.ShadowEffectTool.OffsetPanel
Return offset Y.
getEdgeForPos(Pos) - Method in enum class snap.gfx3d.Side3D
Returns the Edge for given Pos.
getEdges() - Method in enum class snap.gfx3d.Side3D
Returns the edges.
getEditingCell() - Method in class snap.view.ListArea
Returns the cell currently editing.
getEditingCell() - Method in class snap.view.TableView
Returns the cell currently editing.
getEditor() - Method in class snap.view.Label
Returns the editor.
getEffect() - Method in class snap.styler.EffectTool
Returns the current styler effect.
getEffect() - Method in class snap.styler.Styler
Returns the currently selected effect.
getEffect() - Method in class snap.view.View
Returns effect.
getEffect(int) - Method in class snap.styler.EffectTool
Returns an individual effect at given index.
getEffectCount() - Method in class snap.styler.EffectTool
Returns the number of known effects.
getElapsedTime() - Method in class snap.util.TaskRunner
Returns the elapsed time.
getElement(int) - Method in class snap.util.XMLElement
Returns the individual element at given index.
getElement(String) - Method in class snap.util.XMLElement
Returns the first element for a given name.
getElementCount() - Method in class snap.util.XMLElement
Returns the number of child elements.
getElementCount(String) - Method in class snap.util.XMLElement
Returns the number of child elements with the given name.
getElementIndex(String, int) - Method in class snap.util.XMLElement
Returns the index of element with given name.
getElementIndex(XMLElement) - Method in class snap.util.XMLElement
Returns the index of the given element.
getElements() - Method in class snap.util.XMLElement
Returns the list of elements.
getElements(String) - Method in class snap.util.XMLElement
Returns the list of child elements with given name.
getEmail() - Method in class snap.web.DropBoxSite
Returns the DropBox email.
getEmbossEffect() - Method in class snap.styler.EmbossEffectTool
Return emboss effect (or default emboss effect, if not available).
getEmbossImage(PainterDVR, Rect) - Method in class snap.gfx.EmbossEffect
Creates emboss image.
getEmptyImage() - Static method in class snap.gfx.ImageUtils
Returns an image place holder for missing images.
getEnabledEvents() - Method in class snap.view.EventAdapter
Returns an array of enabled events.
getEnd() - Method in class snap.parse.ParseNode
Returns the match end.
getEnd() - Method in class snap.text.SpellCheck.Word
Returns the end index.
getEnd() - Method in class snap.text.TextBoxRun
Returns the end index of this run in line.
getEnd() - Method in class snap.text.TextDocUtils.StyleChange
 
getEnd() - Method in class snap.text.TextSel
Returns the selection end.
getEnd() - Method in class snap.util.Range
Returns the end.
getEnd() - Method in class snap.view.ViewAnim
Returns the end value.
getEndAllCharIndex() - Method in class snap.text.TextToken
Returns the end char index in line including white space.
getEndCharIndex() - Method in class snap.parse.ParseToken.BasicToken
Returns the char end.
getEndCharIndex() - Method in interface snap.parse.ParseToken
Returns the end char index of this token in input.
getEndCharIndex() - Method in class snap.text.SubText
Returns the end char index.
getEndCharIndex() - Method in class snap.text.TextBox
Returns the end char in TextDoc.
getEndCharIndex() - Method in class snap.text.TextBoxLine
Returns the end char index of this line in text.
getEndCharIndex() - Method in class snap.text.TextBoxToken
Returns the end char index of token in line.
getEndCharIndex() - Method in class snap.text.TextLine
Returns the end char index of this line in text.
getEndCharIndex() - Method in class snap.text.TextRun
Returns the end char index for this run.
getEndCharIndex() - Method in class snap.text.TextToken
Returns the end char index of token in line.
getEndCoords(double[]) - Method in class snap.geom.Cubic
Returns the point coords.
getEndCoords(double[]) - Method in class snap.geom.Quad
Returns the point coords.
getEndCoords(double[]) - Method in class snap.geom.Segment
Returns the point coords.
getEndLine() - Method in class snap.text.TextSel
Returns the line at selection end.
getEndPoint() - Method in class snap.styler.GradientAxisPicker
Returns the ending point for the gradient, defined as a point in the unit square where a circle centered at StartPoint and with the color of the last color stop, passes through.
getEndTime() - Method in class snap.util.TaskRunner
Returns the end time.
getEndToken() - Method in class snap.parse.ParseNode
Returns the end token for this node.
getEndVal(String) - Method in class snap.view.ViewAnim
Returns the end value for given key.
getEndX() - Method in class snap.gfx.GradientPaint
Returns the end x.
getEndY() - Method in class snap.gfx.GradientPaint
Returns the end y.
getEntries() - Method in class snap.web.ZipFileSite
Returns a map of ZipFile paths to ZipEntry(s).
getEnumArrayFromNamesString(Class<T>, String) - Static method in class snap.util.EnumUtils
Returns an enum array for a string of enum names separated by commas.
getEnv() - Static method in class snap.gfx.GFXEnv
Returns the Graphics environment.
getEnv() - Method in class snap.view.View
Returns the view environment.
getEnv() - Static method in class snap.view.ViewEnv
Returns the node environment.
getEnv() - Method in class snap.view.ViewOwner
Returns the ViewEnv for this owner.
getError() - Static method in class snap.util.KeyChain
Returns the last error encountered by the key chain parser (or null).
getError() - Method in class snap.util.KeyChainParser
Returns the error from last key chain parse.
getEvent() - Method in class snap.view.ViewEvent
Returns the platform specific event, if available.
getEvent(Class<T>) - Method in class snap.view.ViewEvent
Returns the platform specific event as given class.
getEventAdapter() - Method in class snap.view.View
Returns the event adapter for view.
getException() - Method in class snap.util.TaskRunner
Returns the exception.
getException() - Method in class snap.web.WebResponse
Returns the exception.
getExists() - Method in class snap.web.WebFile
Returns whether file exists in site.
getExists() - Method in class snap.web.WebSite
Returns whether data source exists.
getExpandedImage() - Method in class snap.view.TreeView
Returns an Icon of a down arrow.
getExpandedItems(List<T>) - Method in class snap.view.TreeView
Returns the list of expanded items for given items.
getExponentForValue(double) - Method in class snap.text.NumberFormat
Returns the exponent for given value.
getExpStyle() - Method in class snap.text.NumberFormat
Returns the exponent style.
getExtAngle(int) - Method in class snap.geom.Polygon
Returns the exterior angle at given point index.
getExtAngleSum() - Method in class snap.geom.Polygon
Returns the sum of exterior angles.
getExtension() - Method in class snap.view.ClipboardData
Returns the file extension.
getExtension(String) - Static method in class snap.util.FilePathUtils
Returns the extension of the given string path (everything after last '.').
getExtension(String) - Static method in class snap.web.MIMEType
Returns the extension for a MIME type.
getFacetShapesInCameraCoords() - Method in class snap.gfx3d.Renderer2D
Returns a list of all Scene FacetShapes in camera coords.
getFacetShapesInViewCoords() - Method in class snap.gfx3d.Renderer2D
Returns a list of all Scene FacetShapes in view coords.
getFacetShapesInViewCoordsImpl() - Method in class snap.gfx3d.Renderer2D
Returns a list of all Scene FacetShape in view coords.
getFactories() - Static method in class snap.gfx3d.RendererFactory
Returns all factories.
getFactoryForName(String) - Static method in class snap.gfx3d.RendererFactory
Returns the RendererFactory for given name.
getFactoryNames() - Static method in class snap.gfx3d.RendererFactory
Returns the names of all factories.
getFadeHeight() - Method in class snap.gfx.ReflectEffect
Returns the height of the faded region as a fraction of reflection height (defaults to .5).
getFake() - Static method in class snap.util.Prefs
Returns a prefs instance that doesn't do anything.
getFamily() - Method in class snap.gfx.Font
Returns the family name of this font.
getFamily() - Method in class snap.gfx.FontFile
Returns the family name of this font.
getFamily() - Method in class snap.swing.AWTFontFile
Returns the family name of this font.
getFamilyEnglish() - Method in class snap.gfx.Font
Returns the family name of this font in English.
getFamilyEnglish() - Method in class snap.gfx.FontFile
Returns the family name of this font in English.
getFamilyEnglish() - Method in class snap.swing.AWTFontFile
Returns the family name of this font in English.
getFamilyNames() - Static method in class snap.gfx.Font
Returns a list of all system family names.
getFamilyNames() - Method in class snap.gfx.GFXEnv
Returns a list of all system family names.
getFamilyNames() - Method in class snap.swing.AWTEnv
Returns a list of all system family names.
getFamilyNames() - Static method in class snap.swing.AWTFontUtils
Returns a list of all system family names.
getFieldForName(Class<?>, String) - Static method in class snap.util.ClassUtils
Returns a field for a parent class and a name.
getFieldIndex(String) - Method in class snap.web.ParsedUrlArgs
Returns a field index for given field string.
getFieldOfViewX() - Method in class snap.gfx3d.Camera
Returns the field of view of the camera (derived from focalLength).
getFieldOfViewY() - Method in class snap.gfx3d.Camera
Returns the field of view Y of camera (derived from focalLength).
getFields() - Method in class snap.web.ParsedUrlArgs
Returns the fields list.
getFile() - Method in class snap.web.WebRequest
Returns the File if previously set or cached in site.
getFile() - Method in class snap.web.WebResponse
Returns the file.
getFile() - Method in class snap.web.WebURL
Returns the file for the URL.
getFile(Object) - Static method in class snap.util.FileUtils
Returns a File object from a source, if one can be divined.
getFile(URL) - Static method in class snap.util.URLUtils
Returns the URL as a file.
getFileCount() - Method in class snap.web.WebFile
Returns the number of files in this directory.
getFileForName(String) - Method in class snap.web.WebFile
Returns the file with the given name.
getFileForPath(String) - Method in class snap.viewx.WebSitePaneX
Returns a file for a path.
getFileForPath(String) - Method in class snap.web.WebSite
Returns the unique file instance with the given path (or null if it doesn't exist).
getFileForPathImpl(String) - Method in class snap.web.RecentFilesSite
Override to create RootDir file.
getFileForPathImpl(String) - Method in class snap.web.WebSite
Returns the individual file with the given path.
getFileHeader() - Method in class snap.web.WebResponse
Returns the file header.
getFileHeader() - Method in class snap.web.WebURL
Returns the FileHeader.
getFileHeader(String, File) - Method in class snap.web.FileSite
Returns the file header for given path.
getFileHeaderForModulePath(Path) - Method in class snap.swing.JRTSite
Returns the file header for given module path.
getFileHeaders() - Method in class snap.web.WebResponse
Returns the files (for directory request).
getFileHeaders(String, File) - Method in class snap.web.FileSite
Returns the child file headers at given path.
getFileHeadersForUrlPath(String) - Method in class snap.swing.JRTSite
Returns the child file headers at given path.
getFileIconImage(WebFile) - Static method in class snap.view.ViewUtils
Returns the image for a file.
getFilename() - Method in class snap.web.ParsedURL
Returns the last component of the file path.
getFilename() - Method in class snap.web.WebURL
Returns the last component of the file path.
getFilename(String) - Static method in class snap.util.FilePathUtils
Returns the file name component of the given string path (everything after last file separator).
getFilenameSimple() - Method in class snap.web.ParsedURL
Returns the filename without extension.
getFilenameSimple() - Method in class snap.web.WebURL
Returns the filename without extension.
getFilenameSimple(String) - Static method in class snap.util.FilePathUtils
Returns the simple file name for a given path (just the file name without extension).
getFiles() - Method in class snap.view.Clipboard
Returns the clipboard content.
getFiles() - Method in class snap.view.ClipboardData
Returns the data as a list of files.
getFiles() - Method in class snap.web.FileContents
Returns the files.
getFiles() - Static method in class snap.web.RecentFiles
Returns the array of recent files.
getFiles() - Method in class snap.web.WebFile
Returns the directory files list.
getFiles(Transferable) - Static method in class snap.swing.SwingUtils
Returns a list of files from a given transferable.
getFilesForPaths(String[]) - Static method in class snap.util.FilePathUtils
Returns the Files for given paths.
getFileURL() - Method in class snap.web.ParsedURL
Returns the URL string for the file only (no query/hashtags).
getFileURL() - Method in class snap.web.WebURL
Returns the URL for the file only (no query/hashtags).
getFileValidator() - Method in class snap.viewx.FilePanel
Returns the function that determines whether file can be selected.
getFileValidator() - Method in class snap.viewx.WebSitePane
Returns the function that determines whether file can be selected.
getFill() - Method in class snap.styler.Styler
Returns the fill of currently selected view.
getFill() - Method in class snap.view.View
Returns fill paint.
getFillColor() - Method in class snap.styler.Styler
Returns the color of currently selected view.
getFillColor() - Method in class snap.view.View
Returns the fill as color.
getFiltered(Collection<T>, Predicate<? super T>) - Static method in class snap.util.ListUtils
Returns a list of derived items for given collection of original items.
getFirst() - Method in class snap.view.ViewList
Returns the last view of this list.
getFirstFocus() - Method in class snap.view.ViewOwner
Returns the first focus UI view for when window/dialog is made visible.
getFirstIndent() - Method in class snap.text.TextLineStyle
Returns the indentation of first line in paragraph (this can be set different than successive lines).
getFirstSegInside(SegmentPath) - Method in class snap.geom.SegmentPath
Returns the first Segment from this SegmentList outside of given SegmentPath.
getFirstSegOutside(SegmentPath) - Method in class snap.geom.SegmentPath
Returns the first Segment from this SegmentList outside of given SegmentPath.
getFlatDistance() - Method in class snap.geom.PolygonPath
Returns the acceptable distance of control points to segment line when flattening curved segments.
getFlattenedShape() - Method in class snap.geom.Shape
Returns a flattented version of this shape (just this shape if already flat).
getFlattenedShape(double) - Method in class snap.geom.Shape
Returns a flattented version of this shape (just this shape if already flat).
getFloat(Object) - Static method in class snap.util.Convert
Returns a Float for a given object.
getFloatValue() - Method in class snap.util.XMLAttribute
Returns the value for this attribute as a float.
getFloatValue() - Method in class snap.view.ViewEvent
Returns the Float value encapsulated by the event widget.
getFloatValue(Object, Object) - Static method in class snap.util.KeyChain
Convenience - returns a float for an object and key chain.
getFocalLength() - Method in class snap.gfx3d.Camera
Returns the focal length of the camera (derived from the field of view and with view size).
getFocusedView() - Method in class snap.view.WindowView
Returns the view that currently receives KeyEvents.
getFocusedViewLast() - Method in class snap.view.WindowView
Returns the previous focus view.
getFocusNext() - Method in class snap.view.TableView
Override to forward to table.
getFocusNext() - Method in class snap.view.View
Returns the next focus View.
getFocusNext(View) - Method in class snap.view.ParentView
Returns the next focus View after given view (null to return first).
getFocusNext(View) - Method in class snap.view.TableCol
Override to forward to table.
getFocusPrev() - Method in class snap.view.TableView
Override to forward to table.
getFocusPrev() - Method in class snap.view.View
Returns the next focus View.
getFocusPrev(View) - Method in class snap.view.ParentView
Returns the next focus View after given view (null to return last).
getFocusPrev(View) - Method in class snap.view.TableCol
Override to forward to table.
getFont() - Method in class snap.gfx.Painter
Returns the current font.
getFont() - Method in class snap.gfx.PainterDVR.SetFont
Returns the font.
getFont() - Method in class snap.gfx.PainterImpl
Returns the current font.
getFont() - Method in class snap.gfx.PainterProxy
Returns the font.
getFont() - Method in class snap.styler.Styler
Returns the current font.
getFont() - Method in class snap.swing.J2DPainter
Returns the current font.
getFont() - Method in class snap.text.StringBox
Returns the font.
getFont() - Method in class snap.text.StyledString
Returns the font.
getFont() - Method in class snap.text.TextBoxRun
Returns the font.
getFont() - Method in class snap.text.TextBoxToken
Returns the font for this token.
getFont() - Method in class snap.text.TextRun
Returns the font for this run.
getFont() - Method in class snap.text.TextStyle
Returns the font for this run.
getFont() - Method in class snap.view.TextArea
Returns the font of the current selection or cursor.
getFont() - Method in class snap.view.TextView
Returns the font of the current selection or cursor.
getFont() - Method in class snap.view.View
Returns the font for the view (defaults to parent font).
getFont() - Method in class snap.viewx.FormBuilder
Returns the font.
getFont(String, double) - Static method in class snap.gfx.Font
Returns the font for the given name and size.
getFont(String, double) - Static method in class snap.swing.AWTFontUtils
Returns a Font for a given name and size.
getFontDefault() - Method in class snap.styler.Styler
Returns the default font.
getFontFile() - Method in class snap.gfx.Font
Returns the font file for this font.
getFontFile(String) - Static method in class snap.gfx.FontFile
Returns a font file for a given font name.
getFontFile(String) - Method in class snap.gfx.GFXEnv
Returns a font file for given name.
getFontFile(String) - Method in class snap.swing.AWTEnv
Returns a font file for given name.
getFontForCharIndex(int) - Method in class snap.text.TextDoc
Returns the Font for run at given character index.
getFontNameNormalized(String) - Static method in class snap.swing.AWTFontUtils
Returns a "cleaned up" or standardized version of the given font name: 1.
getFontNames() - Static method in class snap.gfx.Font
Returns a list of all system font names.
getFontNames() - Method in class snap.gfx.GFXEnv
Returns a list of all system fontnames (excludes any that don't start with capital A-Z).
getFontNames() - Method in class snap.swing.AWTEnv
Returns a list of all system fontnames (excludes any that don't start with capital A-Z).
getFontNames() - Static method in class snap.swing.AWTFontUtils
Returns a list of all system fontnames (excludes any that don't start with capital A-Z).
getFontNames(String) - Static method in class snap.gfx.Font
Returns a list of all font names for a given family name.
getFontNames(String) - Method in class snap.gfx.GFXEnv
Returns a list of all font names for a given family name.
getFontNames(String) - Method in class snap.swing.AWTEnv
Returns a list of all font names for a given family name.
getFontNames(String) - Static method in class snap.swing.AWTFontUtils
Returns a list of all font names for a given family name.
getFonts() - Static method in class snap.swing.AWTFontUtils
Returns the array of system fonts.
getFontScale() - Method in class snap.text.TextBox
Returns the font scale of the text box.
getFontScale() - Method in class snap.view.TextArea
Returns the font scale of the text box.
getFormat() - Method in class snap.text.NumberFormat
Returns the DecimalFormat.
getFormat() - Method in class snap.text.TextRun
Returns the format for this run.
getFormat() - Method in class snap.text.TextStyle
Returns the format.
getFormat() - Method in class snap.view.TextArea
Returns the format of the current selection or cursor.
getFormat(TextFormat) - Static method in class snap.text.NumberFormat
Returns a NumberFormat or null.
getFormatOrDefault(TextFormat) - Static method in class snap.text.NumberFormat
Returns a NumberFormat or DEFAULT.
getForStringAndAttributes(String, Object...) - Static method in class snap.text.StringBox
Returns a StringBox for string and attributes.
getFrame() - Method in class snap.view.ImageView
Returns the frame.
getFrameCount() - Method in class snap.view.ImageView
Returns the frame.
getFramedImage(int, int, double, double) - Method in class snap.gfx.Image
Returns an image inside a larget image.
getFrameLength() - Method in class snap.view.ViewAnim
Returns the length of the frame in milliseconds.
getFrameMax() - Method in class snap.view.ImageView
Returns the frame.
getFullName() - Method in class snap.util.XMLAttribute
Returns the full name for this attribute.
getFullName() - Method in class snap.util.XMLElement
Returns the full name for this attribute.
getFullRedoTitle() - Method in class snap.props.UndoSet
Returns the full title of this undo when used for redo.
getFullUndoTitle() - Method in class snap.props.UndoSet
Returns the full title of this undo when used for undo.
getGap() - Method in class snap.gfx.ReflectEffect
Returns the height of the gap between the shape and the reflection in points (defaults to 0).
getGaussianKernel(int, int) - Static method in class snap.swing.AWTImageUtils
Returns kernel for a Gaussian blur convolve.
getGif() - Method in class snap.swing.J2DImage
Returns the native image.
getGimbalRadius() - Method in class snap.gfx3d.Camera
Returns the distance from center of scene to camera when in gimbal mode.
getGlyphBounds(String) - Method in class snap.gfx.Font
Returns the bounds rect for glyphs in given string.
getGlyphBounds(String) - Method in class snap.gfx.FontFile
Returns the bounds rect for glyphs in given string.
getGlyphBounds(String) - Method in class snap.swing.AWTFontFile
Returns the bounds rect for glyphs in given string.
getGraphic() - Method in class snap.view.ButtonBase
Returns the graphic node.
getGraphic() - Method in class snap.view.Label
Returns the graphic node.
getGraphic(View) - Method in class snap.viewx.DevPaneViewOwners.ViewOwnersTreeResolver
Return the image to be used for given item.
getGraphic(View) - Method in class snap.viewx.DevPaneViews.ViewTreeResolver
Return the image to be used for given item.
getGraphic(T) - Method in class snap.view.TreeResolver
Return the graphic to be used for given item.
getGraphic(T) - Method in class snap.view.TreeView
Return the graphic to be used for given item.
getGraphicAfter() - Method in class snap.view.ButtonBase
Returns the graphic node after text.
getGraphicAfter() - Method in class snap.view.Label
Returns the graphic node after the text.
getGraphicAfter(T) - Method in class snap.view.TreeResolver
Return the graphic to be used for given item after text.
getGraphicsConfiguration(Component, int, int) - Static method in class snap.swing.SwingUtils
Returns the GraphicsConfiguration for a point.
getGreen() - Method in class snap.gfx.Color
Returns the green component in the range 0-1.
getGreenInt() - Method in class snap.gfx.Color
Returns the green component in the range 0-255.
getGridColor() - Method in class snap.view.TableView
Returns grid color.
getGroupIndex() - Method in class snap.view.ViewPhysics
Returns the group index.
getGroupName() - Method in class snap.view.ToggleButton
Returns the button group name.
getGrowHeightCount() - Method in class snap.view.ParentViewProxy
Returns the number of children that grow height.
getGrowWidthCount() - Method in class snap.view.ParentViewProxy
Returns the number of children that grow width.
getGState() - Method in class snap.gfx.PainterImpl
Returns the current gstate.
getGuest(int) - Method in class snap.view.BoxView
ViewHost method: Override to return content (and complain if index beyond 0).
getGuest(int) - Method in class snap.view.ChildView
ViewHost method: Returns the guest view at given index.
getGuest(int) - Method in class snap.view.CollapseView
ViewHost method: Override to return content (and complain if index beyond 0).
getGuest(int) - Method in class snap.view.Scroller
ViewHost method: Override to return content (and complain if index beyond 0).
getGuest(int) - Method in class snap.view.ScrollView
ViewHost method: Override to send to Scroller.
getGuest(int) - Method in class snap.view.SplitView
ViewHost method.
getGuest(int) - Method in class snap.view.TitleView
ViewHost method: Override to return content (and complain if index beyond 0).
getGuest(int) - Method in interface snap.view.ViewHost
ViewHost method: Returns the guest view at given index.
getGuestCount() - Method in class snap.view.BoxView
ViewHost method: Override to return 1 if content is present.
getGuestCount() - Method in class snap.view.ChildView
ViewHost method: Returns the number of guest views.
getGuestCount() - Method in class snap.view.CollapseView
ViewHost method: Override to return 1 if content is present.
getGuestCount() - Method in class snap.view.Scroller
ViewHost method: Override to return 1 if content is present.
getGuestCount() - Method in class snap.view.ScrollView
ViewHost method: Override to send to Scroller.
getGuestCount() - Method in class snap.view.SplitView
ViewHost method.
getGuestCount() - Method in class snap.view.TitleView
ViewHost method: Override to return 1 if content is present.
getGuestCount() - Method in interface snap.view.ViewHost
ViewHost method: Returns the number of guest views.
getGuests() - Method in interface snap.view.ViewHost
Returns the array of guests.
getGuests(ViewHost) - Static method in interface snap.view.ViewHost
Returns the guests array.
getHandler() - Method in class snap.parse.ParseRule
Returns the handler for this rule.
getHandlerClassesInsideClass(Class<?>) - Static method in class snap.parse.ParseUtils
Returns the handler classes for a parent class.
getHashtag() - Method in class snap.web.ParsedURL
Returns the hashtag reference from the URL as a simple string.
getHashtagValue(String) - Method in class snap.web.ParsedURL
Returns the value for given hashtag key in URL, if available.
getHBar() - Method in class snap.view.ScrollView
Returns the Horizontal ScrollBar.
getHead() - Method in class snap.web.WebURL
Returns the response for a HEAD request.
getHeader() - Method in class snap.view.TableCol
Returns the header label.
getHeaderCol() - Method in class snap.view.TableView
Returns the header col.
getHeaders() - Method in class snap.web.HTTPRequest
Returns the headers.
getHeaders() - Method in class snap.web.HTTPResponse
Returns the headers.
getHeaderString() - Method in class snap.web.HTTPResponse
Returns the headers as a string.
getHeaderText() - Method in class snap.view.TableCol
Returns the header text.
getHeaderText() - Method in class snap.view.TreeCol
Returns the header value.
getHeaderView() - Method in class snap.view.TableView
Returns the HeaderView.
getHeight() - Method in class snap.geom.Insets
Returns the height of the insets (top + bottom).
getHeight() - Method in class snap.geom.RectBase
Returns the height.
getHeight() - Method in class snap.geom.Shape
Returns the shape bounds height.
getHeight() - Method in class snap.geom.Size
Returns the height.
getHeight() - Method in class snap.gfx.Image
Returns the height of given image.
getHeight() - Method in class snap.gfx.ImagePaint
Returns the bounds height.
getHeight() - Method in class snap.gfx3d.Bounds3D
Returns the box height.
getHeight() - Method in class snap.gfx3d.Painter3D
Returns the height.
getHeight() - Method in class snap.text.TextBox
Returns the height.
getHeight() - Method in class snap.text.TextBoxLine
Returns the height.
getHeight() - Method in class snap.text.TextBoxToken
Returns the height.
getHeight() - Method in class snap.view.View
Returns the height of the view.
getHeight() - Method in class snap.view.ViewProxy
Returns the height.
getHeightImpl() - Method in class snap.gfx.Image
Returns the height of given image.
getHeightRatio() - Method in class snap.view.Scroller
Returns the ratio of Scroller.Height to Content.Height.
getHelper() - Method in class snap.view.WindowView
Returns the view helper.
getHideCursor() - Static method in class snap.swing.AWT
Returns a hide cursor.
getHit(Segment) - Method in class snap.geom.Cubic
Returns the hit for given segment.
getHit(Segment) - Method in class snap.geom.Line
Returns the hit for given segment.
getHit(Segment) - Method in class snap.geom.Quad
Returns the hit for given segment.
getHit(Segment) - Method in class snap.geom.Segment
Returns the hit for given segment.
getHitBarycentricPoint() - Method in class snap.gfx3d.HitDetector
Returns the last hit barycentric point.
getHitCubicCubic(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns whether Cubic for given points is intersected by Quad with given points.
getHitCubicLine(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns hit for given cubic and line points.
getHitCubicQuad(double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns hit for given cubic and quad points.
getHitLineCubic(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns hit for given line and cubic points.
getHitLineLine(double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns whether line for given points is intersected by second line with given points.
getHitLineQuad(double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns hit for given line and quad points.
getHitPoint() - Method in class snap.gfx3d.HitDetector
Returns the last hit point.
getHitPoint(Segment) - Method in class snap.geom.Segment
Returns the hit for given segment.
getHitQuadCubic(double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns hit for given quad and cubic points.
getHitQuadLine(double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns hit for given quad and line points.
getHitQuadQuad(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.SegHit
Returns hit for given quad and quad points.
getHitShape() - Method in class snap.gfx3d.HitDetector
Returns the last hit shape.
getHitTexCoord() - Method in class snap.gfx3d.HitDetector
Returns the Texture coord of hit point.
getHitTriangleArray() - Method in class snap.gfx3d.HitDetector
Returns the last hit triangle VertexArray.
getHitTriangleIndexArray() - Method in class snap.gfx3d.HitDetector
Returns the array of index for hit triangle in triangle VertexArray.
getHitVertexIndex() - Method in class snap.gfx3d.HitDetector
Returns the vertex index of the vertex closest to hit point.
getHitView(View, Class<T>, double) - Method in class snap.view.ViewList
Returns the first view of given class (optional) intersecting given view.
getHoleRatio() - Method in class snap.geom.Arc
Returns the ratio that describes the hole (0 = no hole, 1 = no wedge).
getHomeDir(boolean) - Static method in class snap.web.LocalSite
Returns the SnapCode directory in user's home directory.
getHomeDirPath() - Method in class snap.viewx.WebSitePaneX
Returns the home directory path.
getHost() - Method in class snap.view.View
Returns the ViewHost if this view is guest view of parent ViewHost.
getHost() - Method in class snap.web.WebURL
Returns the Host part of the URL.
getHost(View) - Static method in interface snap.view.ViewHost
Returns whether given view parent is a ViewHost and view is one of its guests.
getHostname() - Method in class snap.gfx.GFXEnv
This is really just here to help with TeaVM.
getHostname() - Method in class snap.swing.AWTEnv
This is really just here to help with TeaVM.
getHostname() - Static method in class snap.util.SnapUtils
Returns the hostname for this machine.
getHostName() - Method in class snap.web.WebSite
Returns the host name.
getHPos() - Method in enum class snap.geom.Pos
Returns the Horizontal position.
getHyphen(CharSequence, int, int) - Method in class snap.text.TextHyphenDict
Returns the hyphen just prior to line end given chars, start index, chars end and line end.
getHyphen(String, int) - Method in class snap.text.TextHyphenDict
 
getHyphens(String) - Method in class snap.text.TextHyphenDict
 
getHyphensBuffer(String) - Method in class snap.text.TextHyphenDict
Perform hyphenation on a word.
getId() - Method in class snap.parse.ParseNode
Returns the id of the node's rule: either the name or pattern or null.
getId() - Method in class snap.parse.ParseRule
Returns an identifier string for this rule - either the name or the pattern or null.
getId(View) - Static method in class snap.view.ViewUtils
Returns an identifier string for a given view.
getImage() - Method in class snap.gfx.ImageBox
Returns the image.
getImage() - Method in class snap.gfx.ImagePaint
Returns the image.
getImage() - Method in class snap.gfx.ImageRef
Returns the image.
getImage() - Method in class snap.gfx3d.Texture
Returns the image.
getImage() - Method in class snap.swing.SwingClipboard
Override to support DataFlavor.imageFlavor.
getImage() - Method in class snap.view.ButtonBase
Returns the image.
getImage() - Method in class snap.view.Clipboard
Returns the clipboard data as image.
getImage() - Method in class snap.view.ClipboardData
Returns the data as image.
getImage() - Method in class snap.view.ImageView
Returns the image.
getImage() - Method in class snap.view.Label
Returns the image.
getImage() - Method in class snap.view.WindowView
Returns the icon image for the window.
getImage() - Method in class snap.viewx.ColorButton
Returns the image.
getImage() - Method in class snap.viewx.ColorPanel.ImagePicker
Returns the image.
getImage() - Method in class snap.viewx.DialogBox
Returns the image.
getImage(int) - Method in class snap.gfx.ImageSet
Returns the individual image at index.
getImage(String) - Method in class snap.view.Clipboard
Returns the clipboard data as image.
getImage(String) - Method in class snap.view.ViewArchiver
Returns an image for given name/path.
getImage(String) - Method in class snap.view.ViewOwner
Returns an image with given name or path from this class.
getImage(Rect, int) - Method in class snap.gfx.PainterDVR
Returns image of given shape inside a gutter of given inset (maybe should be insets one day).
getImage(XMLArchiver, String) - Static method in class snap.view.ViewArchiver
Returns an image for given name/path.
getImage(View) - Static method in class snap.view.ViewUtils
Returns an image for a View (at device dpi scale (2 for retina)).
getImage(T) - Method in class snap.view.TreeResolver
Return the image to be used for given item.
getImage(T) - Method in class snap.view.TreeView
Return the image to be used for given item.
getImageAfter() - Method in class snap.view.ButtonBase
Returns the image after text.
getImageAfter() - Method in class snap.view.Label
Returns the image after text.
getImageAfter(T) - Method in class snap.view.TreeResolver
Return the image to be used for given item after item text.
getImageBounds() - Method in class snap.gfx.ImageBox
Returns the image bounds.
getImageBounds() - Method in class snap.view.ImageView
Returns the image bounds.
getImageBounds(double, double, Rect, Pos, boolean, boolean, boolean) - Static method in class snap.view.ImageView
Returns the image bounds in a given rect.
getImageBoxForScale(View, double) - Static method in class snap.view.ViewUtils
Returns an image box for a View (1 = 72 dpi, 2 = 144 dpi, 0 = device dpi).
getImageData() - Method in class snap.swing.SwingClipboard
Override to support DataFlavor.imageFlavor.
getImageData() - Method in class snap.view.Clipboard
Returns the clipboard image data.
getImageDefault() - Method in class snap.viewx.DialogBox
Returns the image.
getImageForBytes(byte[]) - Static method in class snap.gfx.Image
Creates image from bytes.
getImageForClassResource(Class<?>, String) - Static method in class snap.gfx.Image
Creates image from class and resource path.
getImageForScale(View, double) - Static method in class snap.view.ViewUtils
Returns an image for a View (1 = 72 dpi, 2 = 144 dpi, 0 = device dpi).
getImageForSize(double, double) - Method in class snap.gfx.Image
Returns a new image at given size.
getImageForSize(double, double, boolean) - Static method in class snap.gfx.Image
Creates image for width, height and alpha at standard 72 dpi.
getImageForSizeAndScale(double, double, boolean, double) - Method in class snap.gfx.GFXEnv
Creates image for width, height and alpha and dpi scale (0 = screen dpi, 1 = 72 dpi, 2 = 144 dpi).
getImageForSizeAndScale(double, double, boolean, double) - Static method in class snap.gfx.Image
Creates image for width, height, alpha and dpi scale (0 = screen dpi, 1 = 72 dpi, 2 = 144 dpi).
getImageForSizeAndScale(double, double, boolean, double) - Method in class snap.swing.AWTEnv
Creates image for width, height and alpha and dpi scale (0 = screen dpi, 1 = 72 dpi, 2 = 144 dpi).
getImageForSource(Object) - Method in class snap.gfx.GFXEnv
Creates image from source.
getImageForSource(Object) - Static method in class snap.gfx.Image
Creates image from source.
getImageForSource(Object) - Method in class snap.swing.AWTEnv
Creates image from source.
getImageForStringAndFont(String, Font) - Static method in class snap.gfx.ImageUtils
Returns an image for string and font.
getImageForUrlResource(WebURL, String) - Static method in class snap.gfx.Image
Creates image from URL and resource path.
getImageName() - Method in class snap.view.ButtonBase
Returns the image name, if loaded from local resource.
getImageName() - Method in class snap.view.ImageView
Returns the image name, if loaded from local resource.
getImageName() - Method in class snap.view.Label
Returns the image name, if loaded from local resource.
getImageQuality() - Method in class snap.gfx.Painter
Returns image rendering quality.
getImageRef(Object) - Static method in class snap.gfx.ImageRef
Returns a unique ImageRef for aSource.
getImageScaled(double) - Method in class snap.gfx.Image
Returns a new image scaled by given percent.
getImageScaled(double) - Method in class snap.gfx.ImageSet
Returns the image set scaled.
getImageSet() - Method in class snap.gfx.Image
Returns the image set.
getImageType(byte[]) - Static method in class snap.gfx.ImageUtils
Returns the type of the image bytes provided.
getImageTypes() - Static method in class snap.web.MIMEType
Returns all known image types.
getIndent() - Method in class snap.util.JSWriter
Returns the current indent.
getIndentLength() - Method in interface snap.util.CharSequenceX
Returns length of leading whitespace chars.
getIndentLength(CharSequence) - Static method in class snap.util.CharSequenceUtils
Returns the length of leading whitespace chars for given char sequence.
getIndentString() - Method in interface snap.util.CharSequenceX
Returns a string of any leading whitespace chars.
getIndentString(CharSequence) - Static method in class snap.util.CharSequenceUtils
Returns a string of any leading whitespace chars for given char sequence.
getIndex() - Method in class snap.props.PropChange
Returns the index.
getIndex() - Method in class snap.text.TextBoxLine
Returns the index of this line in text.
getIndex() - Method in class snap.text.TextLine
Returns the index of this line in text.
getIndex() - Method in class snap.text.TextRun
Returns the run index.
getIndex() - Method in class snap.text.TextSel
Returns the cursor position (final char of multi-char selection - usually end).
getIndex() - Method in class snap.text.TextToken
Returns the index of token in line.
getIndex() - Method in class snap.view.BrowserCol
Returns the column index.
getIndex() - Method in class snap.view.Tab
Returns the index of this tab in TabView.
getIndex() - Method in class snap.viewx.ColorDock.Swatch
Returns the index of swatch in dock.
getIndex(int) - Method in class snap.geom.PointArrayIndex
Returns the PointArray index at given index.
getIndex(Image) - Method in class snap.gfx.ImageSet
Returns the next image.
getIndexArray() - Method in class snap.geom.PointArrayIndex
Returns the index array.
getIndexArray() - Method in class snap.gfx3d.VertexArray
Returns the index array, if points have special ordering.
getIndexArrayForTrianglePoints() - Method in class snap.gfx3d.Polygon3D
Returns the array of indexes to points for triangles from polygon points.
getIndexes() - Method in class snap.util.ListSel
Returns the selected indexes.
getIndexesForItems(E[]) - Method in class snap.util.PickList
Returns indexes for items.
getIndexesYForX(int) - Method in class snap.util.ListSel2D
Returns the X indexes.
getInfo() - Method in class snap.viewx.ExceptionReporter
Returns the info string.
getInfoJPG(byte[]) - Static method in class snap.gfx.ImageUtils
Reads basic image info specifically optimized for JPEG images (without having to create Java RenderedImage).
getInput() - Method in class snap.parse.Parser
Returns the current parse character input.
getInput() - Method in class snap.parse.Tokenizer
Returns the current tokenizer input.
getInput() - Method in class snap.viewx.ConsoleView
Gets input String from console starting at current input location.
getInput(int, int) - Method in class snap.parse.Tokenizer
Returns the input subsequence for the given range of characters in input.
getInputLocation() - Method in class snap.viewx.ConsoleView
Returns the location of the end of the last text appended to console.
getInputStream() - Method in class snap.util.ByteArray
Returns an input stream of this data's bytes.
getInputStream() - Method in class snap.view.ClipboardData
Returns the data as input stream.
getInputStream() - Method in class snap.web.WebFile
Returns an input stream for file.
getInputStream() - Method in class snap.web.WebURL
Returns an input stream for file.
getInputStream(Object) - Static method in class snap.util.SnapUtils
Returns an input stream from a File, String path, URL, byte array, InputStream, etc.
getInsetRect(double) - Method in class snap.geom.Rect
Returns a copy of this rect inset by given amount.
getInsetRect(double, double) - Method in class snap.geom.Rect
Returns a copy of this rect inset by given amount.
getInsetRect(Insets) - Method in class snap.geom.Rect
Returns a copy of this rect inset by given insets.
getInsets() - Method in class snap.gfx.Border
Returns the insets.
getInsetsAll() - Method in class snap.text.StringBox
Returns the total insets due to border and/or padding.
getInsetsAll() - Method in class snap.view.View
Returns the insets due to border and/or padding.
getInsetsAll() - Method in class snap.view.ViewProxy
Returns the insets.
getInstance(int) - Method in interface snap.gfx.ColorSpace.ColorSpaceFactory
Returns a ColorSpace for given type.
getInstance(int) - Static method in class snap.gfx.ColorSpace
Returns a ColorSpace representing one of the specific predefined color spaces.
getInstance(int) - Method in class snap.swing.AWTEnv.AWTColorSpaceFactory
Returns a ColorSpace for given type.
getInstance(Object, Class<T>) - Static method in class snap.util.ClassUtils
Returns the given object as instance of given class, if it is.
getInt(String, int) - Method in class snap.swing.AWTPrefs
Returns an int value for given key.
getInt(String, int) - Method in class snap.util.Prefs
Returns an int value for given key.
getInteger(Object) - Static method in class snap.util.Convert
Returns the Integer for a given object.
getInterpolator(int) - Static method in class snap.util.Interpolator
Returns the individual common interpolator at given index.
getInterpolator(String) - Static method in class snap.util.Interpolator
Returns a shared interpolator for given name.
getInterpolatorCount() - Static method in class snap.util.Interpolator
Returns number of shared common interpolators.
getIntersectRect(Rect) - Method in class snap.geom.Rect
Returns the rect that is an intersection of this rect and given rect.
getIntValue() - Method in class snap.util.XMLAttribute
Returns the value for this attribute as an int.
getIntValue() - Method in class snap.view.ViewEvent
Returns the Integer value encapsulated by the event widget.
getIntValue(Object, Object) - Static method in class snap.util.KeyChain
Convenience - returns an int for an object and key chain.
getIntValue(Object, String) - Static method in class snap.util.Key
Returns an int value for a key.
getInverse() - Method in class snap.geom.Transform
Returns the inverse.
getISOLatinString(byte[]) - Static method in class snap.util.StringUtils
Returns a string from the given ASCII bytes.
getISOLatinString(byte[], int, int) - Static method in class snap.util.StringUtils
Returns a string from the given ASCII bytes (from offset to offset+length).
getItalic() - Method in class snap.gfx.Font
Returns the italic version of this font.
getItalic() - Method in class snap.gfx.FontFile
Returns the italic version of this font.
getItem() - Method in class snap.view.ListCell
Returns the item.
getItem(int) - Method in class snap.view.ComboBox
Returns the individual item at given index.
getItem(int) - Method in class snap.view.ListArea
Returns the individual item at index.
getItem(int) - Method in class snap.view.ListView
Returns the individual item at index.
getItem(int) - Method in class snap.view.Menu
Override to return child as MenuItem.
getItem(int) - Method in class snap.view.SplitView
Returns the individual item at given index.
getItemBounds(int) - Method in class snap.view.ListArea
Returns the bounds for item at index.
getItemCount() - Method in class snap.view.ComboBox
Returns the number of items.
getItemCount() - Method in class snap.view.ListArea
Returns the number of items.
getItemCount() - Method in class snap.view.ListView
Returns the number of items.
getItemCount() - Method in class snap.view.Menu
Returns the number of items.
getItemCount() - Method in class snap.view.SplitView
Returns the number of items.
getItemForText(String) - Method in class snap.view.ListArea
Return list item that matches string.
getItemKey() - Method in class snap.view.ListArea
Returns the ItemKey (a simple alternate way to set ListArea item text using KeyChain).
getItemKey() - Method in class snap.view.ListView
Returns the ItemKey (a simple alternate way to set ListArea item text using KeyChain).
getItems() - Method in class snap.view.Menu
Returns the child items.
getItems() - Method in class snap.view.MenuButton
Returns the items.
getItems() - Method in class snap.view.SplitView
Returns the SplitView items.
getItemsForPrefix(String) - Method in class snap.view.ComboBox
Called to return items for prefix.
getItemsList() - Method in interface snap.util.Selectable
Returns the items for a given name or UI view.
getItemsList() - Method in class snap.view.BrowserView
Returns the items.
getItemsList() - Method in class snap.view.ComboBox
Returns the items.
getItemsList() - Method in class snap.view.ListArea
Returns the items.
getItemsList() - Method in class snap.view.ListView
Returns the items.
getItemsList() - Method in class snap.view.TableView
Returns the items.
getItemsList() - Method in class snap.view.TreeView
Returns the items.
getItemTextFunction() - Method in class snap.view.ComboBox
Returns function for deteriming text for an item.
getItemTextFunction() - Method in class snap.view.ListArea
Returns function for determining text for an item.
getJavaFile() - Method in class snap.view.ClipboardData
Returns a conventional Java file, if available.
getJavaFile() - Method in class snap.web.WebFile
Returns a standard Java File (if available).
getJavaFile() - Method in class snap.web.WebURL
Returns the source as standard Java File (if possible).
getJavaFile() - Method in class snap.web.ZipFileSite
Returns a Java file for the zip file URL (copied to Sandbox if remote).
getJavaFile(String) - Method in class snap.web.FileSite
Returns the Java file for RMFile.
getJavaFile(String) - Method in class snap.web.LocalSite
Returns the Java file for path.
getJavaFile(WebURL) - Method in class snap.web.DirSite
Override to get Java file from dir file.
getJavaFile(WebURL) - Method in class snap.web.FileSite
Returns the Java file for a WebURL.
getJavaFile(WebURL) - Method in class snap.web.HTTPSite
Override to return standard file for cache file.
getJavaFile(WebURL) - Method in class snap.web.RecentFilesSite
Override to get Java file from dir file.
getJavaFile(WebURL) - Method in class snap.web.WebSite
Returns a standard java.io.File, if available.
getJavaFiles() - Method in class snap.view.Clipboard
Returns the clipboard content.
getJavaFiles() - Method in class snap.view.ClipboardData
Returns the data as list of Java files.
getJavaURL() - Method in class snap.web.WebURL
Returns the source as standard Java URL (if possible).
getJavaURL(Object) - Static method in class snap.web.WebGetter
Returns a java.net.URL for given source.
getJavaUrlForClass(Class<?>, String) - Static method in class snap.web.WebGetter
Returns a URL for given class and name/path string.
getJavaUrlForString(String) - Static method in class snap.web.WebGetter
Returns a java.net.URL for given source.
getJoin() - Method in class snap.gfx.Stroke
Returns join - how a stroke renders the join between two segements.
getJoinedPath(String[]) - Static method in class snap.util.FilePathUtils
Returns the total string when joining the given paths by the platform path separator.
getJSON() - Method in class snap.web.HTTPResponse
Returns the JSON.
getJSON() - Method in class snap.web.WebResponse
Returns the JSON.
getJSONClass() - Method in interface snap.util.JSArchiver.GetClass
Returns a list of keys to be uses to retrieve persistent attributes from an object.
getJSONKeys() - Method in interface snap.util.JSArchiver.GetKeys
Returns a list of keys to be uses to retrieve persistent attributes from an object.
getJSONKeys() - Method in class snap.util.Sort
RMJSONArchiver GetKeys method.
getJSONValue(String) - Method in interface snap.util.JSArchiver.GetValue
Returns a list of keys to be uses to retrieve persistent attributes from an object.
getKey() - Method in class snap.util.Sort
Returns the key for this sort.
getKey() - Method in class snap.view.Binding
Returns the key that is used to get the property value from the bound object.
getKey(Map, Object) - Static method in class snap.util.MapUtils
Returns the key for a given object in the given map.
getKeyChain(Object) - Static method in class snap.util.KeyChain
Returns a keyChain for aSource (should be a String or existing KeyChain).
getKeyChainValue(Object, KeyChain) - Method in interface snap.util.KeyChain.Get
 
getKeyChar() - Method in class snap.swing.SwingEvent
Returns the event key char.
getKeyChar() - Method in class snap.view.ViewEvent
Returns the event key char.
getKeyCode() - Method in class snap.swing.SwingEvent
Returns the event keycode.
getKeyCode() - Method in class snap.view.KeyCombo
Returns the KeyCode.
getKeyCode() - Method in class snap.view.ViewEvent
Returns the event keycode.
getKeyCombo() - Method in class snap.view.ViewEvent
Returns the key combo.
getKeyFrameTimes() - Method in class snap.view.ViewAnim
Returns the key frame times.
getKeyId(Map, Object) - Static method in class snap.util.MapUtils
Returns the key for a given identical object in the given map.
getKeys() - Method in class snap.swing.AWTPrefs
Returns the currently set prefs keys.
getKeys() - Method in class snap.util.Prefs
Returns the currently set prefs keys.
getKeys() - Method in class snap.view.ViewAnim
Returns the keys.
getKeyString() - Method in class snap.view.ViewEvent
Returns the event key char.
getKeyStroke(String) - Static method in class snap.swing.SwingUtils
This utility method tries to get a keystroke from a string and tries to be more forgiving than KeyStroke.getKeyStroke().
getKeyText(KeyStroke) - Static method in class snap.swing.SwingUtils
This utility method returns key text for a key stroke and tries to make it more conforming.
getKeyValue(String) - Method in interface snap.util.Key.Get
 
getKeyValues() - Method in class snap.util.JSObject
Returns the KeyValues.
getKnobIndex(Point) - Method in class snap.styler.GradientStopPicker
 
getKnobPoint() - Method in class snap.view.Slider
Returns the knob point.
getLabel() - Method in class snap.view.ButtonBase
Returns the label.
getLabel() - Method in class snap.view.CollapseView
Returns the label.
getLabel() - Method in class snap.view.TextField
Returns the label in the background.
getLabel() - Method in class snap.view.TitleView
Returns the label.
getLast() - Method in class snap.gfx3d.VertexArray
Returns the last VertexArray (just returns this if no more).
getLast() - Method in class snap.view.ViewList
Returns the last view of this list.
getLast() - Static method in class snap.view.ViewTheme
Returns the last theme.
getLast(List<T>) - Static method in class snap.util.ListUtils
Returns the last object in the given list.
getLastArrow() - Method in class snap.view.ArrowView
Returns the last arrow.
getLastChar() - Method in interface snap.util.CharSequenceX
Returns the last char.
getLastChar(CharSequence) - Static method in class snap.util.CharSequenceUtils
Returns the last char.
getLastModified() - Method in class snap.web.HTTPResponse
Returns the last modified time.
getLastModTime() - Method in class snap.web.WebFile
Conventional file method that simply wraps getModTime().
getLastModTime() - Method in class snap.web.WebURL
Returns the last modified time.
getLastModTime(URL) - Static method in class snap.util.URLUtils
Returns the last modified time of a URL.
getLastMouseDown() - Static method in class snap.view.EventDispatcher
Returns the last MouseDown event.
getLastPoint() - Method in class snap.geom.Path2D
Returns the last point.
getLastPoint() - Method in class snap.geom.Polygon
Returns the last point.
getLastPoint() - Method in class snap.geom.PolygonPath
Returns the last polygon last point.
getLastPointX() - Method in class snap.geom.Path2D
Returns the last point X.
getLastPointX() - Method in class snap.geom.Polygon
Returns the last x point.
getLastPointX() - Method in class snap.geom.ShapeBuilder
Returns the last point X.
getLastPointY() - Method in class snap.geom.Path2D
Returns the last point Y.
getLastPointY() - Method in class snap.geom.Polygon
Returns the last y point.
getLastPointY() - Method in class snap.geom.ShapeBuilder
Returns the last point Y.
getLastPolygon() - Method in class snap.geom.PolygonPath
Returns the last polygon.
getLastPolygon() - Method in class snap.gfx3d.PolygonPath3D
Returns the last polygon.
getLastSeg() - Method in class snap.geom.Path2D
Returns the last seg.
getLastToken() - Method in class snap.text.TextLine
Returns the last token.
getLead() - Method in class snap.util.ListSel
Returns the lead.
getLeading() - Method in class snap.gfx.Font
Returns the default distance between lines for this font.
getLeading() - Method in class snap.gfx.FontFile
Returns the default distance between lines for this font.
getLeading() - Method in class snap.swing.AWTFontFile
Returns the default distance between lines for this font.
getLeading() - Method in class snap.text.TextBoxLine
Returns the leading of the chars in this line.
getLeading() - Method in class snap.text.TextRun
Returns the default distance between lines for this font.
getLeading() - Method in class snap.text.TextStyle
Returns the default distance between lines for this font.
getLeadX() - Method in class snap.util.ListSel2D
Returns the lead X.
getLeadY() - Method in class snap.util.ListSel2D
Returns the lead Y.
getLean() - Method in class snap.view.View
Returns the position this view would prefer to take when inside a pane.
getLeanX() - Method in class snap.view.View
Returns the horizontal position this view would prefer to take when inside a pane.
getLeanX() - Method in class snap.view.ViewProxy
Returns the LeanX.
getLeanX(View) - Static method in class snap.view.ViewUtils
Returns the lean x factor.
getLeanXAsDouble() - Method in class snap.view.ViewProxy
Returns the lean x factor.
getLeanY() - Method in class snap.view.View
Returns the vertical position this view would prefer to take when inside a pane.
getLeanY() - Method in class snap.view.ViewProxy
Returns the LeanY.
getLeanY(View) - Static method in class snap.view.ViewUtils
Returns the lean y factor.
getLeanYAsDouble() - Method in class snap.view.ViewProxy
Returns the lean y factor.
getLeft() - Method in class snap.geom.Insets
Returns the left margin.
getLeft() - Method in class snap.view.BorderView
Returns the left node.
getLeftArrowImage() - Static method in class snap.view.ArrowView
Returns an image of a left arrow.
getLeftIndent() - Method in class snap.text.TextLineStyle
Returns the left side indentation of this paragraph.
getLeftScroll() - Method in class snap.view.ScrollGroup
Returns the left Scroller.
getLeftScrollCol() - Method in class snap.view.ScrollGroup
Returns the view that holds the LeftScroll scroller view and CornerSW.
getLeftScrollRow() - Method in class snap.view.ScrollGroup
Returns the view that holds the LeftScrollCol and divider line.
getLeftView() - Method in class snap.view.ScrollGroup
Returns the left view.
getLength() - Method in class snap.gfx.SoundClip
Returns the sound length in milliseconds.
getLength() - Method in class snap.gfx3d.Line3D
Returns the distance between the XY components (assumes the line is in View space).
getLength() - Method in class snap.parse.ParseNode
Returns the match length.
getLength() - Method in class snap.swing.SwingSoundClip
Returns the sound length in milliseconds.
getLength() - Method in class snap.text.TextToken
Returns the length of token.
getLength() - Method in class snap.util.Range
Returns the length.
getLengthXY() - Method in class snap.gfx3d.Line3D
Returns the distance between the XY components (assumes the line is in View space).
getLight() - Method in class snap.gfx3d.Scene3D
Returns the light that illumiates this scene.
getLine() - Method in class snap.text.TextBoxRun
Returns the line.
getLine() - Method in class snap.text.TextRun
Returns the TextLine that contains this TextRun.
getLine() - Method in class snap.view.LineView
Returns the line.
getLine(int) - Method in class snap.text.TextBox
Returns the individual text line in this text.
getLine(int) - Method in class snap.text.TextDoc
Returns the individual block in this doc.
getLine(int) - Method in class snap.view.TextArea
Returns the individual line at given index.
getLineAdvance() - Method in class snap.gfx.Font
Returns the distance from the top of a line of text to the to top of a successive line of text.
getLineAdvance() - Method in class snap.gfx.FontFile
Returns the distance from the top of a line of text to the to top of a successive line of text.
getLineAdvance() - Method in class snap.text.TextBoxLine
Returns the vertical distance for any line below this line.
getLineAdvance() - Method in class snap.text.TextRun
Returns the line advance.
getLineAdvance() - Method in class snap.text.TextStyle
Returns the line advance.
getLineAlign() - Method in class snap.view.TextArea
Returns the text line alignment.
getLineCount() - Method in class snap.text.TextBox
Returns the number of lines in this text.
getLineCount() - Method in class snap.text.TextDoc
Returns the number of block in this doc.
getLineCount() - Method in class snap.view.TextArea
Returns the number of lines.
getLineEnd() - Method in class snap.text.TextSel
Moves the insertion point to next newline or text end.
getLineForCharIndex(int) - Method in class snap.text.TextBox
Returns the TextLine at the given char index.
getLineForCharIndex(int) - Method in class snap.text.TextDoc
Returns the block at the given char index.
getLineForCharIndex(int) - Method in class snap.view.TextArea
Returns the line for the given character index.
getLineForY(double) - Method in class snap.text.TextBox
Returns the line for the given y value.
getLineGap() - Method in class snap.text.TextEditor
Returns the line gap for current selection.
getLineHeight() - Method in class snap.gfx.Font
Returns the height for a line of text in this font.
getLineHeight() - Method in class snap.gfx.FontFile
Returns the height of a line of text in this font.
getLineHeight() - Method in class snap.text.TextStyle
Returns the line height.
getLineHeightMax() - Method in class snap.text.TextEditor
Returns the maximum line height for a line of text (even if font size would dictate higher).
getLineHeightMin() - Method in class snap.text.TextEditor
Returns the min line height for current selection.
getLineIndex() - Method in class snap.parse.ParseNode
Returns the line index.
getLineIndex() - Method in class snap.parse.ParseToken.BasicToken
Returns the line index.
getLineIndex() - Method in interface snap.parse.ParseToken
Returns the line index.
getLineIndex() - Method in class snap.parse.Tokenizer
Returns the current line index.
getLineLast() - Method in class snap.text.TextBox
Returns the last line.
getLineLast() - Method in class snap.text.TextDoc
Returns the last block.
getLineLast() - Method in class snap.view.TextArea
Returns the last line.
getLineLongest() - Method in class snap.text.TextBox
Returns the longest line.
getLineLongest() - Method in class snap.text.TextDoc
Returns the longest line.
getLines() - Method in class snap.text.TextBox
Returns the list of lines.
getLines() - Method in class snap.text.TextDoc
Returns the list of blocks.
getLineSpacing() - Method in class snap.text.TextEditor
Returns the line spacing for current selection.
getLineStart() - Method in class snap.parse.Tokenizer
Returns the current line start index.
getLineStart() - Method in class snap.text.TextSel
Moves the insertion point to the beginning of line.
getLineStyle() - Method in class snap.text.TextBoxLine
Returns the line style.
getLineStyle() - Method in class snap.text.TextLine
Returns the line style.
getLineStyleForCharIndex(int) - Method in class snap.text.TextDoc
Returns the TextLineStyle for the run at the given character index.
getLink() - Method in class snap.text.TextStyle
Returns the link.
getLinkFile() - Method in class snap.web.WebFile
Returns the link file, if this file really points to another.
getListArea() - Method in class snap.view.ListCell
Returns the ListArea.
getListArea() - Method in class snap.view.ListView
Returns the ListArea.
getListView() - Method in class snap.view.ComboBox
Returns the ListView.
getLiteralChar() - Method in class snap.parse.Regex
Returns the first literal in regex pattern (or 0 if not literal).
getLiteralChar(String) - Static method in class snap.parse.Regex
Returns the first char of a pattern, if it's a literal char.
getLiteralLength() - Method in class snap.parse.Regex
Returns the literal length of this regex (the number of literal chars in the prefix).
getLiteralLength(String) - Static method in class snap.parse.Regex
Returns the literal length of pattern.
getLocalFile(URL) - Static method in class snap.util.URLUtils
Returns the given URL as a file (downloading to temp dir, if necessary).
getLocalFile(URL, File) - Static method in class snap.util.URLUtils
Returns the given URL as given file by downloading it.
getLocalFile(WebFile, boolean) - Method in class snap.web.HTTPSite
Returns a local file for given file (with option to cache for future use).
getLocalFile(WebFile, boolean) - Method in class snap.web.WebSite
Returns a local file for given file (with option to cache for future use).
getLocalFileDestination(URL, File) - Static method in class snap.util.URLUtils
Returns the destination file that the given URL would be saved to using the getLocalFile method.
getLocalToParent() - Method in class snap.view.View
Returns the transform.
getLocalToParent(View) - Method in class snap.view.View
Returns the transform.
getLocation() - Method in class snap.view.Divider
Returns the distance from the min x of preceding View to min x of divider (or y if vertical).
getLookAheadCount() - Method in class snap.parse.ParseRule
Returns the look ahead count.
getLookAheadToken(int) - Method in class snap.parse.Parser
Returns the look ahead token at given index.
getLoopCount() - Method in class snap.view.ViewAnim
Returns the LoopCount.
getMagnitude() - Method in class snap.geom.Size
Returns the square root of the sum of the squares of the width and height.
getMagnitude() - Method in class snap.geom.Vect
Returns the magnitude of the vector.
getMagnitude() - Method in class snap.gfx3d.Vector3D
Returns the magnitude of the vector.
getMagnitude(double, double) - Static method in class snap.geom.Vect
Returns the magnitude of a vector.
getManaged() - Method in class snap.view.ViewList
Returns the managed children.
getMargin() - Method in class snap.view.View
Returns the spacing insets requested between parent/neighbors and the border of this view.
getMargin() - Method in class snap.view.ViewProxy
Returns the margin.
getMarginRect() - Method in class snap.view.PageView
Returns the margin rect.
getMarkedShape() - Method in class snap.gfx.PainterImpl
Returns the marked shape.
getMatcher() - Method in class snap.parse.Regex
Returns the shared matcher.
getMatchingMenuItem(MenuItem, ViewEvent) - Method in class snap.view.MenuBar
Returns a matching menu item.
getMatrix() - Method in class snap.geom.Transform
Returns the matrix.
getMatrix(double[]) - Method in class snap.geom.Transform
Loads the given matrix.
getMax() - Method in class snap.util.ListSel
Return the max.
getMax() - Method in class snap.view.Slider
Returns the maximum.
getMax() - Method in class snap.view.Spinner
Returns the spinner max.
getMaxAdvance() - Method in class snap.gfx.FontFile
Returns the max advance of characters in this font.
getMaxAdvance() - Method in class snap.swing.AWTFontFile
Returns the max advance of characters in this font.
getMaxHeight() - Method in class snap.text.TextLineStyle
Returns the maximum line height in printer points associated with this paragraph.
getMaxHeight() - Method in class snap.view.ListView
Returns the maximum height.
getMaxHeight() - Method in class snap.view.TreeView
Returns the maximum height.
getMaxHeight() - Method in class snap.view.View
Returns the view maximum height.
getMaxHitX(double, double) - Method in class snap.text.TextBox
Returns the max x value that doesn't hit right border for given y/height.
getMaximizedBounds() - Method in class snap.view.WindowView
Returns the window max size.
getMaxRowCount() - Method in class snap.view.ListView
Returns the maximum number of rows.
getMaxRowCount() - Method in class snap.view.TreeView
Returns the maximum number of rows.
getMaxSize() - Method in class snap.view.View
Returns the view maximum size.
getMaxTime() - Method in class snap.view.ViewAnim
Returns the max time.
getMaxValue(int) - Method in class snap.gfx.ColorSpace
Returns the maximum normalized color component value for the specified component.
getMaxWidth() - Method in class snap.view.View
Returns the view maximum width.
getMaxX() - Method in class snap.geom.RectBase
Returns the max x.
getMaxX() - Method in class snap.gfx3d.Bounds3D
Returns the max X value.
getMaxX() - Method in class snap.gfx3d.Shape3D
Returns the max X for the path.
getMaxX() - Method in class snap.text.TextBox
Returns the max X.
getMaxX() - Method in class snap.text.TextBoxLine
Returns the max X.
getMaxX() - Method in class snap.text.TextBoxRun
Returns the max x location of run.
getMaxX() - Method in class snap.util.ListSel2D
Return the max X.
getMaxX() - Method in class snap.view.View
Returns the max x.
getMaxX() - Method in class snap.view.ViewProxy
Returns the Max X.
getMaxXAll() - Method in class snap.text.TextBoxLine
Returns the max x including trailing whitespace.
getMaxXYZ() - Method in class snap.gfx3d.Bounds3D
Returns the max XYZ point.
getMaxY() - Method in class snap.geom.RectBase
Returns the max y.
getMaxY() - Method in class snap.gfx3d.Bounds3D
Returns the max Y value.
getMaxY() - Method in class snap.gfx3d.Shape3D
Returns the max Y for the path.
getMaxY() - Method in class snap.text.TextBox
Returns the max Y.
getMaxY() - Method in class snap.text.TextBoxLine
Returns the max Y.
getMaxY() - Method in class snap.util.ListSel2D
Returns the max Y.
getMaxY() - Method in class snap.view.View
Returns the max x.
getMaxY() - Method in class snap.view.ViewProxy
Returns the Max Y.
getMaxZ() - Method in class snap.gfx3d.Bounds3D
Returns the max Z value.
getMaxZ() - Method in class snap.gfx3d.Shape3D
Returns the max Z for the path.
getMenu() - Method in class snap.view.MenuButton
Returns the menu.
getMenu(int) - Method in class snap.view.MenuBar
Override to return child as Menu.
getMenuCount() - Method in class snap.view.MenuBar
Returns the number of menus.
getMenus() - Method in class snap.view.MenuBar
Returns the child menus.
getMenuShowing() - Method in class snap.view.Menu
Returns the menu showing (or null).
getMenuShowing() - Method in class snap.view.MenuBar
Returns the menu showing (or null).
getMessage() - Method in exception snap.parse.ParseException
Create message.
getMessage() - Method in class snap.viewx.DialogBox
Returns the message to display.
getMessage() - Method in class snap.web.HTTPResponse
Returns the response return message.
getMessageType() - Method in class snap.viewx.DialogBox
Returns the message type of the box.
getMethod() - Method in class snap.web.HTTPRequest
Returns the request method (always upper case).
getMethod(Class<?>, String, Class<?>...) - Method in class snap.gfx.GFXEnv
This is really just here to help with TeaVM.
getMethod(Class<?>, String, Class<?>...) - Method in class snap.swing.AWTEnv
This is really just here to help with TeaVM.
getMethod(Class<?>, String, Class<?>...) - Static method in class snap.util.ClassUtils
Class.getMethod wrapper to isolate call to one place.
getMethodOrThrow(Class<?>, String, Class<?>...) - Static method in class snap.util.ClassUtils
Class.getMethod wrapper to isolate call to one place.
getMidX() - Method in class snap.geom.RectBase
Returns the x mid-point of the rect.
getMidX() - Method in class snap.gfx3d.Bounds3D
Returns the mid X for the path.
getMidX() - Method in class snap.view.View
Returns the mid x.
getMidY() - Method in class snap.geom.RectBase
Returns the y mid-point of the rect.
getMidY() - Method in class snap.gfx3d.Bounds3D
Returns the mid Y for the path.
getMidY() - Method in class snap.view.View
Returns the mid y.
getMidZ() - Method in class snap.gfx3d.Bounds3D
Returns the mid Z for the path.
getMimeType() - Method in class snap.web.FileHeader
Returns the file MIME type.
getMimeType() - Method in class snap.web.WebFile
Returns the MIME type of the file.
getMimeType() - Method in class snap.web.WebResponse
Returns the response MIME type.
getMIMEType() - Method in class snap.view.ClipboardData
Returns the file content type.
getMIMEType(DataFlavor) - Method in class snap.swing.SwingClipboard
Returns a dataflavor for a name.
getMin() - Method in class snap.util.ListSel
Return the min.
getMin() - Method in class snap.view.Slider
Returns the minimum.
getMin() - Method in class snap.view.Spinner
Returns the spinner min.
getMinHeight() - Method in class snap.text.TextLineStyle
Returns the minimum line height in printer points associated with this paragraph.
getMinHeight() - Method in class snap.view.View
Returns the view minimum height.
getMinHeightImpl() - Method in class snap.view.MenuBar
Returns the preferred height.
getMinHeightImpl() - Method in class snap.view.Scroller
Calculates the minimum height.
getMinHeightImpl() - Method in class snap.view.ScrollView
Calculates the minimum height.
getMinHeightImpl() - Method in class snap.view.View
Calculates the minimum height.
getMinHitX(double, double, double) - Method in class snap.text.TextBox
Returns the min x value that doesn't hit left border for given y/height and indent.
getMinimumSize() - Method in class snap.swing.SWRootView
Override to get from RootView.
getMinSize() - Method in class snap.view.View
Returns the view minimum size.
getMinValue(int) - Method in class snap.gfx.ColorSpace
Returns the minimum normalized color component value for the specified component.
getMinWidth() - Method in class snap.view.View
Returns the view minimum width.
getMinWidthImpl() - Method in class snap.view.Scroller
Calculates the minimum width.
getMinWidthImpl() - Method in class snap.view.ScrollView
Calculates the minimum width.
getMinWidthImpl() - Method in class snap.view.View
Calculates the minimum width.
getMinX() - Method in class snap.geom.RectBase
Returns the max x.
getMinX() - Method in class snap.gfx3d.Bounds3D
Returns the min X value.
getMinX() - Method in class snap.gfx3d.Shape3D
Returns the max X for the path.
getMinX() - Method in class snap.util.ListSel2D
Return the min X.
getMinXYZ() - Method in class snap.gfx3d.Bounds3D
Returns the min XYZ point.
getMinY() - Method in class snap.geom.RectBase
Returns the max y.
getMinY() - Method in class snap.gfx3d.Bounds3D
Returns the min Y value.
getMinY() - Method in class snap.gfx3d.Shape3D
Returns the max Y for the path.
getMinY() - Method in class snap.util.ListSel2D
Returns the min Y.
getMinZ() - Method in class snap.gfx3d.Bounds3D
Returns the min Z value.
getMinZ() - Method in class snap.gfx3d.Shape3D
Returns the max Z for the path.
getMisspelledWord(String, int) - Static method in class snap.text.SpellCheck
Returns the first misspelled word in a given string starting at the given index (or null or no misspelled words).
getMiterLimit() - Method in class snap.gfx.Stroke
Returns the limit to miter joins.
getModDate() - Method in class snap.web.WebFile
Returns the modified date.
getModTime() - Method in class snap.web.FileContents
Returns the mod time.
getModTime() - Method in class snap.web.FileHeader
Returns the file modification time.
getModTime() - Method in class snap.web.WebFile
Returns the file modification time.
getModTime() - Method in class snap.web.WebResponse
Returns the file modification time.
getMonitor() - Method in class snap.util.TaskRunner
Returns the monitor.
getMonthsBetween(Date, Date) - Static method in class snap.util.DateUtils
Returns the number of months between two dates.
getMouseDown() - Static method in class snap.view.ViewUtils
Returns the last MouseDown event.
getMultiLineCommentToken() - Method in class snap.parse.CodeTokenizer
Process and return a multi-line comment if next up in input.
getMultiLineCommentTokenMore() - Method in class snap.parse.CodeTokenizer
Returns a token from the current char to multi-line comment termination or input end.
getName() - Method in class snap.gfx.Border
Returns the name for border.
getName() - Method in class snap.gfx.Effect
Returns the name of the effect.
getName() - Method in class snap.gfx.Font
Returns the name of this font.
getName() - Method in class snap.gfx.FontFile
Returns the name of this font.
getName() - Method in class snap.gfx.Image
Returns the name of image (if from URL/file).
getName() - Method in class snap.gfx.ImageRef
Returns the image name.
getName() - Method in interface snap.gfx.Paint
Returns the name for paint.
getName() - Method in class snap.gfx3d.Renderer
Returns the name of this renderer.
getName() - Method in class snap.gfx3d.Renderer2D
Returns the name.
getName() - Method in class snap.gfx3d.Shape3D
Returns the name of shape.
getName() - Method in class snap.parse.ParseNode
Returns the rule name.
getName() - Method in class snap.parse.ParseRule
Returns rule name.
getName() - Method in class snap.parse.ParseToken.BasicToken
Returns the name.
getName() - Method in interface snap.parse.ParseToken
Returns the token name.
getName() - Method in class snap.parse.Regex
Returns the regex name.
getName() - Method in class snap.props.Prop
Returns the name.
getName() - Method in class snap.props.PropArchiver.Resource
 
getName() - Method in class snap.swing.AWTFontFile
Returns the name of this font.
getName() - Method in class snap.text.TextBoxToken
Returns the token name.
getName() - Method in class snap.text.TextToken
Returns the token name.
getName() - Method in class snap.util.Interpolator
Returns the name of this interpolator.
getName() - Method in class snap.util.TaskRunner
Returns the name of runner (and thread).
getName() - Method in class snap.util.XMLArchiver.Resource
 
getName() - Method in class snap.util.XMLAttribute
Returns the name for this attribute.
getName() - Method in class snap.util.XMLElement
Returns the name for this attribute.
getName() - Method in class snap.view.ClipboardData
Returns the file name.
getName() - Method in class snap.view.Cursor
Returns the cursor name.
getName() - Method in class snap.view.KeyCombo
Returns the name.
getName() - Method in class snap.view.ToggleGroup
Returns the name.
getName() - Method in class snap.view.View
Returns the name for the view.
getName() - Method in class snap.view.ViewEvent
Returns the name of the event (or the name of the Event Target).
getName() - Method in class snap.web.FileHeader
Returns the resource name.
getName() - Method in class snap.web.WebFile
Returns the resource name.
getName() - Method in class snap.web.WebSite
Returns the name for this data source.
getName(int) - Method in class snap.gfx.ColorSpace
Returns the name of the component given the component index.
getName(int) - Method in class snap.swing.AWTEnv.AWTColorSpace
 
getName(int) - Static method in class snap.view.KeyCode
Returns a Snap keycode for JFX key code.
getNameEnglish() - Method in class snap.gfx.Font
Returns the name of this font in English.
getNameEnglish() - Method in class snap.gfx.FontFile
Returns the name of this font in English.
getNameEnglish() - Method in class snap.swing.AWTFontFile
Returns the name of this font in English.
getNamesFromCamelCaseEnumClass(Class<T>) - Static method in class snap.util.EnumUtils
Returns an array of enum name strings adding spaces between camel case chars.
getNamespace() - Method in class snap.util.XMLElement
Returns the namespace.
getNamesStringFromEnumArray(Enum[]) - Static method in class snap.util.EnumUtils
Returns a string with names separated by comma for array of enums.
getNative() - Method in class snap.gfx.Font
Returns the native version of this font.
getNative() - Method in class snap.gfx.FontFile
Returns the system native version of this font file.
getNative() - Method in class snap.gfx.Image
Returns the native object.
getNative() - Method in class snap.gfx.Painter
Return native helper for painter, if available.
getNative() - Method in class snap.gfx.PainterProxy
Return native helper for painter, if available.
getNative() - Method in class snap.swing.AWTFontFile
Returns the awt font.
getNative() - Method in class snap.swing.J2DImage
Returns the native image.
getNative() - Method in class snap.swing.J2DPainter
Returns the Graphics.
getNative() - Method in class snap.swing.SWWindowHpr
Returns the native being helped.
getNative() - Method in class snap.util.JSArray
Returns this JS object as a native object.
getNative() - Method in class snap.util.JSObject
Returns this JS object as a native object.
getNative() - Method in class snap.util.JSValue
Returns the node as a native object.
getNative() - Method in class snap.view.ViewOwner
Returns the native object for the UI (JComponent).
getNative() - Method in class snap.view.ViewPhysics
Returns the native object.
getNative() - Method in class snap.view.WindowView.WindowHpr
Returns the native being helped.
getNative(double) - Method in class snap.gfx.FontFile
Returns the system native version of font for given size.
getNative(double) - Method in class snap.swing.AWTFontFile
Returns the awt font.
getNative(Class<T>) - Method in class snap.gfx.Painter
Return native helper for painter as given class, if available.
getNativeName() - Method in class snap.gfx.FontFile
Returns the system native name of this font file.
getNativeName() - Method in class snap.swing.AWTFontFile
Returns the awt font.
getNativePath(String) - Static method in class snap.util.FilePathUtils
Returns a native path for given absolute path using platform native File separator char.
getNativePaths(String[]) - Static method in class snap.util.FilePathUtils
Returns the native paths for given absolute paths using platform native File separator char.
getNativeValue(String) - Method in class snap.util.JSObject
Returns the native value for given key.
getNativeWindowBoundsListener() - Method in class snap.swing.SWWindowHpr
Returns the listener that listens to Swing window move/resize/show/hide.
getNewlineCount(CharSequence) - Static method in class snap.util.CharSequenceUtils
Returns number of newlines in given chars.
getNewlineSpacing() - Method in class snap.text.TextLineStyle
Returns the spacing between paragraphs in printer points associated with this paragraph.
getNewValue() - Method in class snap.props.PropChange
Returns the new value.
getNewValue() - Method in class snap.text.TextDocUtils.CharsChange
 
getNext() - Method in class snap.gfx3d.VertexArray
Returns the next VertexArray, if part of a chain.
getNext() - Method in class snap.text.TextBoxLine
Returns the next line, if available.
getNext() - Method in class snap.text.TextLine
Returns the next line, if available.
getNext() - Method in class snap.text.TextRun
Returns the next run, if available.
getNext() - Method in class snap.text.TextToken
Returns the next token, if available.
getNext(double[]) - Method in class snap.geom.PathIter
Returns the next segment.
getNext(double[]) - Method in class snap.gfx3d.Polygon3D.PointArrayPathIter2D
Returns the coordinates and type of the current path segment in the iteration.
getNext(float[]) - Method in class snap.geom.PathIter
Returns the next segment (float coords).
getNext(Image) - Method in class snap.gfx.ImageSet
Returns the next image.
getNextMisspelledWord(String, int) - Method in class snap.text.SpellCheck
Returns the next misspelled word in given string.
getNextSpecialToken() - Method in class snap.parse.CodeTokenizer
Processes and returns a special token if found.
getNextSpecialToken() - Method in class snap.parse.Tokenizer
Processes and returns a special token if found.
getNextSpecialTokenImpl() - Method in class snap.parse.CodeTokenizer
Processes and returns next special token.
getNextSpecialTokenOrToken() - Method in class snap.parse.CodeTokenizer
Returns next special token or token.
getNextToken() - Method in class snap.parse.Parser
Fetches and returns the next token.
getNextToken() - Method in class snap.parse.Tokenizer
Returns the next token.
getNormal() - Method in class snap.gfx3d.Camera
Returns the camera normal as a vector.
getNormal() - Method in class snap.gfx3d.FacetShape
Returns the normal of the facet.
getNormalForPoints(Vector3D, Point3D...) - Static method in class snap.gfx3d.Vector3D
Returns the normal of given points.
getNormalForPoints3fv(Vector3D, float[], int) - Static method in class snap.gfx3d.Vector3D
Returns the normal of given points.
getNormalInward() - Method in enum class snap.gfx3d.Side3D
Returns the side normal for a given side.
getNormalized(String) - Static method in class snap.web.PathUtils
Returns the path in a normal format (strips any trailing file separators).
getNormalizedUrlString(String) - Static method in class snap.web.RecentFiles
Returns a standard URL String for given URL string.
getNotSelfIntersectingShape(Shape) - Static method in class snap.geom.Shape
Returns a simple shape for complex shape.
getNumberValue() - Method in class snap.util.XMLAttribute
Returns value for the attribute as a Number (can be any of Integer, Double, etc).
getNumberValue(Object, Object) - Static method in class snap.util.KeyChain
Convenience - returns a number for an object and key chain.
getNumComponents() - Method in class snap.gfx.ColorSpace
Returns the number of components of this ColorSpace.
getNumComponents() - Method in class snap.swing.AWTEnv.AWTColorSpace
 
getOffset() - Method in class snap.gfx.GradientPaint.Stop
Returns the offset.
getOffsetRect(double, double) - Method in class snap.geom.Rect
Offsets the receiver by the given x & y.
getOldValue() - Method in class snap.props.PropChange
Returns the old value.
getOldValue() - Method in class snap.text.TextDocUtils.CharsChange
 
getOneShot(PropChangeListener) - Static method in interface snap.props.PropChangeListener
Returns a OneShot.
getOnFinish() - Method in class snap.view.ViewAnim
Returns the function to be called when anim is finished.
getOnFire() - Method in class snap.view.ViewTimer
Returns the on frame.
getOnFrame() - Method in class snap.view.ViewAnim
Returns the runnable to be called on each frame.
getOp() - Method in class snap.parse.ParseRule
Returns the op.
getOp() - Method in class snap.util.KeyChain
Returns the top level operator of the keychain.
getOpacity() - Method in class snap.gfx.Painter
Returns the opacity.
getOpacity() - Method in class snap.gfx.PainterDVR.SetOpacity
Returns the opacity.
getOpacity() - Method in class snap.gfx.PainterImpl
Returns the opacity.
getOpacity() - Method in class snap.gfx.PainterProxy
Returns the opacity.
getOpacity() - Method in class snap.gfx3d.Shape3D
Returns the opacity of shape.
getOpacity() - Method in class snap.styler.Styler
Returns the currently selected opacity.
getOpacity() - Method in class snap.swing.J2DPainter
Returns the opacity.
getOpacity() - Method in class snap.view.View
Returns the opacity of the view.
getOpacityAll() - Method in class snap.view.View
Returns the combined opacity of this view and it's parents.
getOpenWindowOwner(Class<T>) - Static method in class snap.view.WindowView
Returns an array of all open windows.
getOpenWindowOwners(Class<T>) - Static method in class snap.view.WindowView
Returns an array of all open windows.
getOpenWindows() - Static method in class snap.view.WindowView
Returns an array of all open windows.
getOpposing() - Method in enum class snap.geom.HPos
Returns the opposing side.
getOpposing() - Method in enum class snap.geom.Pos
Returns the opposing position.
getOpposing() - Method in enum class snap.geom.VPos
Returns the opposing side.
getOptions() - Method in class snap.viewx.DialogBox
Returns the options strings.
getOrder() - Method in class snap.util.Sort
Returns the order for this sort.
getOriginPos() - Method in class snap.view.LineView
Returns the origin position.
getOutline(CharSequence, double, double, double) - Method in class snap.gfx.Font
Returns the path for given string with character spacing.
getOutline(CharSequence, double, double, double, double) - Method in class snap.gfx.FontFile
Returns the path for given string with character spacing.
getOutline(CharSequence, double, double, double, double) - Method in class snap.swing.AWTFontFile
Returns the path for given string in given point size with character spacing.
getOwner() - Method in class snap.util.XMLArchiver
Returns the owner.
getOwner() - Method in class snap.view.View
Returns the view owner.
getOwner(Class<T>) - Method in class snap.view.View
Returns the owner of given class.
getOwnerClass() - Method in class snap.util.XMLArchiver
Returns the owner class.
getOwnerSourceURL() - Method in class snap.viewx.DevPaneViewOwners
Returns the Owner source url for currently selected type.
getP1() - Method in class snap.gfx3d.Line3D
Returns the first point.
getP2() - Method in class snap.gfx3d.Line3D
Returns the second point.
getPadding() - Method in class snap.text.StringBox
Returns the padding.
getPadding() - Method in class snap.view.View
Returns the spacing insets between the border of this view and it's content.
getPadding() - Method in class snap.view.ViewProxy
Returns the padding.
getPadding() - Method in class snap.viewx.FormBuilder
Returns the padding.
getPage() - Method in class snap.view.DocView
Returns the page node.
getPage(int) - Method in class snap.view.DocView
Returns the individual page at given index.
getPageCount() - Method in class snap.view.DocView
Returns the number of pages.
getPageCount(Printer) - Method in interface snap.viewx.Printer.Printable
Returns a print page count for given printer.
getPageMargin() - Method in class snap.view.DocView
Returns the page margin.
getPageSize(Printer, int) - Method in interface snap.viewx.Printer.Printable
Returns the page size for given page index.
getPaint() - Method in class snap.gfx.Painter
Returns the current paint.
getPaint() - Method in class snap.gfx.PainterDVR.SetPaint
Returns the paint.
getPaint() - Method in class snap.gfx.PainterImpl
Returns the current paint.
getPaint() - Method in class snap.gfx.PainterProxy
Returns the paint.
getPaint() - Method in class snap.swing.J2DPainter
Returns the current paint.
getPainter() - Method in class snap.gfx.Image
Returns a painter to mark up image.
getPainter() - Method in class snap.gfx3d.FacetShape
Returns the painter to render texture for this path.
getPainter() - Method in class snap.swing.J2DImage
Returns a painter for image.
getPainter() - Method in class snap.swing.SwingPrinter
Returns the Painter.
getPainter() - Method in class snap.viewx.Printer
Returns the painter.
getPainterToLocal() - Method in class snap.gfx3d.FacetShape
Returns the transform from Painter to this shape.
getPainterVertexArray() - Method in class snap.gfx3d.FacetShape
Returns the painter VertexArray for 'painted' triangles on shape surface.
getPaintTasks() - Method in class snap.gfx3d.Painter3D
Returns the PaintTasks.
getPane(String) - Method in class snap.view.SwitchView
Returns the view with the given name.
getParent() - Method in class snap.gfx3d.Shape3D
Returns the parent that holds this shape.
getParent() - Method in class snap.util.XMLArchiver
Returns the top parent from the parent stack.
getParent() - Method in class snap.view.View
Returns the parent of this view.
getParent() - Method in class snap.view.ViewAnim
Returns the parent ViewAnim.
getParent() - Method in class snap.web.WebFile
Returns the file parent directory.
getParent() - Method in class snap.web.WebURL
Returns the parent URL.
getParent(Component, Class<T>) - Static method in class snap.swing.SwingUtils
Returns the first parent of given component which is an instance of given class.
getParent(Class<T>) - Method in class snap.util.XMLArchiver
Returns the first parent from the parent stack of given class.
getParent(Class<T>) - Method in class snap.view.View
Returns the first parent with given class by iterating up parent hierarchy.
getParent(String) - Static method in class snap.web.PathUtils
Returns a path with a filename or relative path added.
getParent(View) - Method in class snap.viewx.DevPaneViewOwners.ViewOwnersTreeResolver
Returns the parent of given item.
getParent(View) - Method in class snap.viewx.DevPaneViews.ViewTreeResolver
Returns the parent of given item.
getParent(T) - Method in class snap.view.TreeResolver.Adapter
Returns the parent of given item.
getParent(T) - Method in class snap.view.TreeResolver
Returns the parent of given item.
getParent(T) - Method in class snap.view.TreeView
Returns the parent of given item.
getParentCount() - Method in class snap.view.View
Returns the number of ancestors of this view.
getParentCount(T) - Method in class snap.view.TreeView
Returns the parent of given item.
getParentEvent() - Method in class snap.view.ViewEvent
Sets the event that precipitated this event (optional).
getParentMenu() - Method in class snap.view.MenuItem
Returns the parent Menu (if there is one).
getParentPath(String) - Static method in class snap.util.FilePathUtils
Returns the given string path minus the file name component (everything after last file separator).
getParentTextStyle() - Method in class snap.text.TextDoc
Returns the current style for TextDoc parent/container (probably a TextArea).
getParentToLocal() - Method in class snap.view.View
Returns the transform from parent to local coords.
getParentToLocal(View) - Method in class snap.view.View
Returns the transform from parent to local coords.
getParser() - Method in class snap.parse.ParseNode
Returns the parser.
getPart() - Method in class snap.parse.ParseHandler
Returns the part.
getPartClass() - Method in class snap.parse.ParseHandler
Returns the part class.
getPartClass() - Method in class snap.parse.ParseRuleParser.AndExprHandler
Returns the part class.
getPartClass() - Method in class snap.parse.ParseRuleParser.CountExprHandler
Returns the part class.
getPartClass() - Method in class snap.parse.ParseRuleParser.ExpressionHandler
Returns the part class.
getPartClass() - Method in class snap.parse.ParseRuleParser.OrExprHandler
Returns the part class.
getPartClass() - Method in class snap.parse.ParseRuleParser.ParseRuleFileHandler
Returns the part class.
getPartClass() - Method in class snap.parse.ParseRuleParser.ParseRuleHandler
Returns the part class.
getPartClass() - Method in class snap.util.JSParser.ArrayHandler
Returns the part class.
getPartClass() - Method in class snap.util.JSParser.ObjectHandler
Returns the part class.
getPartClass() - Method in class snap.util.JSParser.PairHandler
Returns the part class.
getPartClass() - Method in class snap.util.KeyChainParser.ArgListHandler
Returns the part class.
getPartClass() - Method in class snap.util.KeyChainParser.BinaryExprHandler
Returns the part class.
getPartClass() - Method in class snap.util.KeyChainParser.ExpressionHandler
Returns the part class.
getPartClass() - Method in class snap.util.KeyChainParser.KeyChainHandler
Returns the part class.
getPartClass() - Method in class snap.util.KeyChainParser.ObjectHandler
Returns the part class.
getPartClass() - Method in class snap.util.KeyChainParser.StatementHandler
Returns the part class.
getPartClass() - Method in class snap.util.KeyChainParser.UnaryExprHandler
Returns the part class.
getPartClass() - Method in class snap.util.XMLParser.AttributeHandler
Returns the part class.
getPartClass() - Method in class snap.util.XMLParser.DocumentHandler
Returns the part class.
getPartClass() - Method in class snap.util.XMLParser.ElementHandler
Returns the part class.
getPartClass() - Method in class snap.util.XMLParser.PrologHandler
Returns the part class.
getPassword() - Method in class snap.web.WebSite
Returns the password.
getPath() - Method in class snap.text.TextSel
Returns a path for two char indexes - it will be a a simple box with extensions for first/last lines.
getPath() - Method in class snap.view.PathView
Returns the path.
getPath() - Method in class snap.web.FileHeader
Returns the file path.
getPath() - Method in class snap.web.ParsedURL
Returns the part of the string that describes the file path.
getPath() - Method in class snap.web.WebFile
Returns the file path.
getPath() - Method in class snap.web.WebResponse
Returns the path.
getPath() - Method in class snap.web.WebSite
Returns the data source name-space and name in standard path form.
getPath() - Method in class snap.web.WebURL
Returns the part of the URL string that describes the file path.
getPathDataType(String) - Static method in class snap.web.DataType
Returns the default content type for a path.
getPathForCharRange(int, int) - Method in class snap.text.TextBox
Returns a path for two char indexes - it will be a a simple box with extensions for first/last lines.
getPathInFileSystem() - Method in class snap.web.LocalSite
Returns the path of this data source in file system.
getPathIter(Transform) - Method in class snap.geom.Arc
Returns the path iter.
getPathIter(Transform) - Method in class snap.geom.Cubic
Returns a path iterator.
getPathIter(Transform) - Method in class snap.geom.Ellipse
Returns an iteration object that defines the boundary of this Ellipse.
getPathIter(Transform) - Method in class snap.geom.Line
Returns the path iterator.
getPathIter(Transform) - Method in class snap.geom.Path2D
Returns a path iterator.
getPathIter(Transform) - Method in class snap.geom.Polygon
Returns the path iterator.
getPathIter(Transform) - Method in class snap.geom.PolygonPath
Returns the path iterator.
getPathIter(Transform) - Method in class snap.geom.Quad
Returns a path iterator.
getPathIter(Transform) - Method in class snap.geom.Rect
Returns a path iterator.
getPathIter(Transform) - Method in class snap.geom.RoundRect
Returns a path iterator.
getPathIter(Transform) - Method in class snap.geom.SegmentPath
Returns a path iterator.
getPathIter(Transform) - Method in class snap.geom.Shape
Returns a path iterator.
getPathIter(Transform) - Method in class snap.geom.ShapeBox
Returns a path iterator.
getPathIter(Transform) - Method in class snap.geom.SplicerShape
Override to return iterator.
getPathIterForPathIterArray(PathIter[]) - Static method in class snap.geom.PathIter
Returns a combined PathIter for given array of PathIter.
getPathName() - Method in class snap.web.WebResponse
Returns the path file name.
getPathType() - Method in class snap.web.WebResponse
Returns the path file type (extension in lowercase, no dot).
getPathWithoutExtension(String) - Static method in class snap.util.FilePathUtils
Returns the given string path minus any extension.
getPattern() - Method in class snap.parse.ParseNode
Returns the rule pattern.
getPattern() - Method in class snap.parse.ParseRule
Returns the rule pattern if simple pattern.
getPattern() - Method in class snap.parse.ParseToken.BasicToken
Returns the pattern.
getPattern() - Method in interface snap.parse.ParseToken
Returns the pattern.
getPattern() - Method in class snap.parse.Regex
Returns the regex pattern.
getPattern() - Method in class snap.text.NumberFormat
Returns the format pattern.
getPattern() - Method in interface snap.text.TextFormat
Returns a format pattern string.
getPatternCompiled() - Method in class snap.parse.Regex
Returns the compiled pattern.
getPatternCompileFlags() - Method in class snap.parse.Regex
Returns pattern compile flags.
getPatternForFractionDigits(int) - Static method in class snap.util.FormatUtils
Returns a pattern for given number of fraction digits.
getPeerPath(String, String) - Static method in class snap.util.FilePathUtils
Returns a peer path for given path and new filename by stripping filename from given path and using given name.
getPerimeterPointForRadial(double, boolean) - Method in class snap.geom.Rect
Returns the point on the rectangle's perimeter that is intersected by a radial at the given angle from the center of the rect.
getPeriod() - Method in class snap.view.ViewTimer
Returns the time in milliseconds between firings.
getPhysics() - Method in class snap.view.View
Returns the physics objects that provides information for physics simulations.
getPhysics(boolean) - Method in class snap.view.View
Returns the physics objects that provides information for physics simulations.
getPitch() - Method in class snap.gfx3d.Camera
Returns the rotation about the X axis in degrees.
getPitch() - Method in class snap.gfx3d.CameraView
Returns the rotation about the X axis in degrees.
getPitch() - Method in class snap.gfx3d.CubeView
Returns the rotation about the X axis in degrees.
getPitch() - Method in class snap.gfx3d.Trackball
Returns the rotation about the X axis in degrees.
getPixHeight() - Method in class snap.gfx.Image
Returns the height of given image in pixels.
getPixHeightImpl() - Method in class snap.gfx.Image
Returns the height of given image in pixels.
getPixHeightImpl() - Method in class snap.swing.J2DImage
Returns the height of given image in pixels.
getPixWidth() - Method in class snap.gfx.Image
Returns the width of given image in pixels.
getPixWidthImpl() - Method in class snap.gfx.Image
Returns the width of given image in pixels.
getPixWidthImpl() - Method in class snap.swing.J2DImage
Returns the width of given image in pixels.
getPlatform() - Static method in class snap.util.SnapUtils
Returns the current platform.
getPntr() - Method in class snap.gfx.PainterProxy
Returns the actual painter.
getPoint() - Method in class snap.view.ViewEvent
Returns the event location.
getPoint(int) - Method in class snap.geom.Path2D
Returns individual point at given index.
getPoint(int) - Method in class snap.geom.Polygon
Returns the point at given index.
getPoint(int) - Method in class snap.gfx3d.FacetShape
Returns the Point3D at given index.
getPoint(int) - Method in class snap.gfx3d.Path3D
Returns the Point3D at given index.
getPoint(int) - Method in class snap.gfx3d.Polygon3D
Returns the Point3D at index.
getPoint(int) - Method in class snap.gfx3d.PolygonPath3D
Override to support polygon array.
getPoint(Pos) - Method in class snap.geom.Rect
Returns a point for given position on rect.
getPoint(Point3D, int) - Method in class snap.gfx3d.Polygon3D
Returns the Point3D at index.
getPoint(View) - Method in class snap.view.ViewEvent
Returns the event location in coords of given view.
getPoint3D(int) - Method in class snap.gfx3d.VertexArray
Returns the Point3D at index.
getPoint3D(Point3D, int) - Method in class snap.gfx3d.VertexArray
Returns the Point3D at index.
getPointAndAngle(double, Point) - Method in class snap.geom.Segment
Like getPoint(), but also returns angle of tangent at point t (in degrees).
getPointArray() - Method in class snap.geom.PointArray
Returns the raw points XY components array.
getPointArray() - Method in class snap.geom.PointArrayIndex
Returns the PointArray holding actual points.
getPointArray() - Method in class snap.geom.Polygon
Returns the raw points array.
getPointArray() - Method in class snap.gfx3d.Polygon3D
Returns the vertex points components array.
getPointArray() - Method in class snap.gfx3d.VertexArray
Returns the vertex points components array.
getPointCompCount() - Method in class snap.gfx3d.VertexArray
Returns the number of components for a vertex point.
getPointCount() - Method in class snap.geom.Path2D
Returns the number of points.
getPointCount() - Method in class snap.geom.PointArray
Returns the point count.
getPointCount() - Method in class snap.geom.PointArrayIndex
Returns the point count.
getPointCount() - Method in class snap.geom.Polygon
Returns the point count.
getPointCount() - Method in class snap.gfx3d.FacetShape
Returns the number of points in the facet.
getPointCount() - Method in class snap.gfx3d.Path3D
Returns the number of points in this Path3d.
getPointCount() - Method in class snap.gfx3d.Polygon3D
Returns the number of vertex points in array.
getPointCount() - Method in class snap.gfx3d.PolygonPath3D
Override to support polygon array.
getPointCount() - Method in class snap.gfx3d.VertexArray
Returns the number of vertex points in array.
getPointForPosition(double, double, double, double, Pos) - Static method in class snap.geom.Rect
Returns a point for x, y, w, h and position.
getPointForPositionAndSize(double, double, double, double, Pos, double, double) - Static method in class snap.geom.Rect
Returns a point for x, y, w, h and position.
getPointForPositionAndSize(Rect, Pos, double, double) - Static method in class snap.geom.Rect
Returns a point for x, y, w, h and position.
getPointImpl() - Method in class snap.swing.SwingEvent
Returns the location for a mouse event or drop event.
getPointImpl() - Method in class snap.view.ViewEvent
Returns the event location.
getPointIndexForXY(double, double, double) - Method in class snap.geom.Polygon
Returns index of point at given x/y within given radius.
getPoints() - Method in class snap.geom.Cubic
Returns the points.
getPoints() - Method in class snap.geom.Quad
Returns the points.
getPoints() - Method in class snap.geom.Rect
Returns an array of four points containing each corner of the rect.
getPoints() - Method in class snap.geom.Segment
Returns the points.
getPointX(int) - Method in class snap.geom.Polygon
Returns the x at given point index.
getPointY(int) - Method in class snap.geom.Polygon
Returns the y at given point index.
getPolygon(int) - Method in class snap.geom.PolygonPath
Returns the individual polygon at given index.
getPolygonCount() - Method in class snap.geom.PolygonPath
Returns the number of polygons.
getPolygonCount() - Method in class snap.gfx3d.PolygonPath3D
Returns the number of polygons.
getPolygons() - Method in class snap.geom.PolygonPath
Returns the Polygons.
getPolygons() - Method in class snap.gfx3d.PolygonPath3D
Returns the Polygons.
getPopup() - Method in class snap.view.EventDispatcher
Returns the popup window, if one was added to root view during last event.
getPopup() - Method in class snap.view.Menu
Returns a popup node for this menu.
getPopup() - Method in class snap.view.PopupList
Returns the popup.
getPopup() - Method in class snap.view.WindowView
Returns the popup window, if one was added to root view during last event.
getPopup() - Method in class snap.viewx.ColorButton
Returns the popup.
getPopupList() - Method in class snap.view.ComboBox
Returns ComboBox PopupList.
getPopupPoint() - Method in class snap.view.MenuButton
Returns the popup point.
getPopupSize() - Method in class snap.view.MenuButton
Returns the popup size.
getPort() - Method in class snap.web.ParsedURL
Returns the port of the URL.
getPort() - Method in class snap.web.WebURL
Returns the port of the URL.
getPos() - Method in enum class snap.geom.Side
Returns the Pos for given Side.
getPosForCorner(Side3D.Corner) - Method in enum class snap.gfx3d.Side3D
Returns the Corner for given Pos.
getPosForEdge(Side3D.Edge) - Method in enum class snap.gfx3d.Side3D
Returns the Edge for given Pos.
getPosition() - Method in class snap.view.ButtonBase
Returns the position of the button when in a group (determines corner rendering).
getPrefColCount() - Method in class snap.view.BrowserView
Returns the preferred number of visible columns in the browser.
getPrefColWidth() - Method in class snap.view.BrowserView
Returns the preferred column width.
getPreferredSize() - Method in class snap.swing.SWRootView
Override to get from RootView.
getPrefGimbalRadius() - Method in class snap.gfx3d.Camera
Returns the optimal distance from center of scene to camera when in gimbal mode.
getPrefHeight() - Method in class snap.text.StringBox
Returns the preferred height of box.
getPrefHeight() - Method in class snap.view.View
Returns the view preferred height.
getPrefHeight(double) - Method in class snap.text.TextBox
Returns the preferred height.
getPrefHeight(double) - Method in class snap.view.GridView
Override to use grid layout.
getPrefHeight(double) - Method in class snap.view.ParentViewProxy
Returns preferred height of layout.
getPrefHeight(double) - Method in class snap.view.ScaleBoxProxy
Returns preferred height of layout.
getPrefHeight(double) - Method in class snap.view.View
Returns the view preferred height.
getPrefHeight(ParentView, double) - Static method in class snap.view.ColView
Returns preferred height of given parent with given children.
getPrefHeight(ParentView, double) - Static method in class snap.view.StackView
Returns preferred height of given parent with given children.
getPrefHeight(ParentView, View, double) - Static method in class snap.view.BoxView
Returns preferred height of layout.
getPrefHeight(ParentView, View, View, View, View, View, double) - Static method in class snap.view.BorderView
Returns the preferred height.
getPrefHeight(View, double) - Static method in class snap.view.RowView
Returns preferred height of given parent using RowView layout.
getPrefHeightImpl(double) - Method in class snap.styler.GradientStopPicker
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ArrowView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.BorderView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.BoxView
Override.
getPrefHeightImpl(double) - Method in class snap.view.BoxViewProxy
Returns preferred height of layout.
getPrefHeightImpl(double) - Method in class snap.view.BrowserView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ButtonBase
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.CheckBox
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.CollapseView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ColView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ColViewProxy
Returns preferred height of given parent proxy using ColView layout.
getPrefHeightImpl(double) - Method in class snap.view.ComboBox
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.Divider
Override to return pref span.
getPrefHeightImpl(double) - Method in class snap.view.DocView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.DrawerView
Override to return preferred height of content.
getPrefHeightImpl(double) - Method in class snap.view.ImageView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.Label
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ListArea
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ListView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.MenuBar
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.MenuItem
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ParentViewProxy
Returns preferred height of layout.
getPrefHeightImpl(double) - Method in class snap.view.PathView
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.RadioButton
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.RootView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.RowView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.RowViewProxy
Returns preferred height of given parent proxy using RowView layout.
getPrefHeightImpl(double) - Method in class snap.view.Scroller
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ScrollGroup
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ScrollView
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.Separator
Override to return default preferred height.
getPrefHeightImpl(double) - Method in class snap.view.ShapeView
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.Slider
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.Spinner
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.SplitView
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.SpringView
Returns preferred height.
getPrefHeightImpl(double) - Method in class snap.view.StackView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.StringView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.SwitchView
Override to return preferred height of content.
getPrefHeightImpl(double) - Method in class snap.view.TabBar
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.TableView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.TabView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.TextArea
Returns the height needed to display all characters.
getPrefHeightImpl(double) - Method in class snap.view.TextField
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.TextView
Returns the height needed to display all characters.
getPrefHeightImpl(double) - Method in class snap.view.TitleView
Override to return preferred height of content.
getPrefHeightImpl(double) - Method in class snap.view.TitleView.TitleArea
Override to return preferred height of TitleArea.
getPrefHeightImpl(double) - Method in class snap.view.TreeView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.View
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.WindowView
Returns the preferred height.
getPrefHeightImpl(double) - Method in class snap.view.WrapView
Calculates the preferred height.
getPrefHeightImpl(double) - Method in class snap.viewx.ColorPanel.ImagePicker
 
getPrefHeightImpl(double) - Method in class snap.viewx.TransitionPane
Override to return preferred height of content.
getPrefix() - Method in class snap.util.XMLAttribute
Returns the prefix if full name is different.
getPrefix() - Method in class snap.util.XMLElement
Returns the prefix if full name is different.
getPrefixFunction() - Method in class snap.view.ComboBox
Returns the function to return filtered items from a prefix
getPrefRowCount() - Method in class snap.view.ListView
Returns the preferred number of rows.
getPrefRowCount() - Method in class snap.view.TreeView
Returns the preferred number of rows.
getPrefs(String) - Method in class snap.gfx.GFXEnv
Returns the platform preferences object.
getPrefs(String) - Method in class snap.swing.AWTEnv
Override to return AWTPrefs for name.
getPrefs(String) - Static method in class snap.swing.AWTPrefs
Returns the shared AWTPrefs.
getPrefsForName(String) - Static method in class snap.util.Prefs
Returns the preferences for given node name.
getPrefSize() - Method in class snap.view.View
Returns the view preferred size.
getPrefWidth() - Method in class snap.text.StringBox
Returns the preferred width of box.
getPrefWidth() - Method in class snap.text.TextDoc
Returns the width of text.
getPrefWidth() - Method in class snap.view.View
Returns the view preferred width.
getPrefWidth(double) - Method in class snap.text.TextBox
Returns the preferred width.
getPrefWidth(double) - Method in class snap.view.GridView
Override to use grid layout.
getPrefWidth(double) - Method in class snap.view.ParentViewProxy
Returns preferred width of layout.
getPrefWidth(double) - Method in class snap.view.ScaleBoxProxy
Returns preferred width of layout.
getPrefWidth(double) - Method in class snap.view.View
Returns the view preferred width.
getPrefWidth(int) - Method in class snap.text.TextDoc
Returns the width of text from given index.
getPrefWidth(ParentView, double) - Static method in class snap.view.ColView
Returns preferred width of given parent with given children.
getPrefWidth(ParentView, double) - Static method in class snap.view.StackView
Returns preferred width of given parent with given children.
getPrefWidth(ParentView, View, double) - Static method in class snap.view.BoxView
Returns preferred width of layout.
getPrefWidth(ParentView, View, View, View, View, View, double) - Static method in class snap.view.BorderView
Returns preferred width of given parent with given children.
getPrefWidth(View, double) - Static method in class snap.view.RowView
Returns preferred width of given parent using RowView layout.
getPrefWidthImpl(double) - Method in class snap.styler.GradientStopPicker
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ArrowView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.BorderView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.BoxView
Override.
getPrefWidthImpl(double) - Method in class snap.view.BoxViewProxy
Returns preferred width of layout.
getPrefWidthImpl(double) - Method in class snap.view.BrowserCol
Override to return Browser.PrefColWidth.
getPrefWidthImpl(double) - Method in class snap.view.BrowserView
PreferredSize.
getPrefWidthImpl(double) - Method in class snap.view.ButtonBase
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.CheckBox
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.CollapseView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ColView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ColViewProxy
Returns preferred width of given parent proxy using ColView layout.
getPrefWidthImpl(double) - Method in class snap.view.ComboBox
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.Divider
Override to return pref span.
getPrefWidthImpl(double) - Method in class snap.view.DocView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.DrawerView
Override to return preferred width of content.
getPrefWidthImpl(double) - Method in class snap.view.ImageView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.Label
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ListArea
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ListView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.MenuBar
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ParentViewProxy
Returns preferred width of layout.
getPrefWidthImpl(double) - Method in class snap.view.PathView
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.RadioButton
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.RootView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.RowView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.RowViewProxy
Returns preferred width of given parent proxy using RowView layout.
getPrefWidthImpl(double) - Method in class snap.view.Scroller
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ScrollGroup
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ScrollView
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.Separator
Override to return default preferred width.
getPrefWidthImpl(double) - Method in class snap.view.ShapeView
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.Slider
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.Spinner
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.SplitView
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.SpringView
Returns preferred width.
getPrefWidthImpl(double) - Method in class snap.view.StackView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.StringView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.SwitchView
Override to return preferred width of content.
getPrefWidthImpl(double) - Method in class snap.view.TabBar
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.TableCol
Override to account for header (if showing).
getPrefWidthImpl(double) - Method in class snap.view.TableView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.TabView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.TextArea
Returns the width needed to display all characters.
getPrefWidthImpl(double) - Method in class snap.view.TextField
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.TextView
Returns the width needed to display all characters.
getPrefWidthImpl(double) - Method in class snap.view.TitleView
Override to return preferred width of content.
getPrefWidthImpl(double) - Method in class snap.view.TitleView.TitleArea
Override to return preferred width of TitleArea.
getPrefWidthImpl(double) - Method in class snap.view.TreeView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.View
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.WindowView
Returns the preferred width.
getPrefWidthImpl(double) - Method in class snap.view.WrapView
Calculates the preferred width.
getPrefWidthImpl(double) - Method in class snap.viewx.ColorPanel.ImagePicker
Override to provide size.
getPrefWidthImpl(double) - Method in class snap.viewx.TransitionPane
Override to return preferred width of content.
getPrevious() - Method in class snap.text.TextBoxLine
Returns the previous line if available.
getPrevious() - Method in class snap.text.TextLine
Returns the previous line, if available.
getPrevious() - Method in class snap.text.TextToken
Returns the previous token, if available.
getPrimitiveClassForName(String) - Static method in class snap.util.ClassUtils
Returns a primitive class for name.
getProcessorCount() - Static method in class snap.util.SnapUtils
Returns the number of processors on this machine.
getProcInstrData() - Method in class snap.util.XMLElement
Returns the processing instruction.
getProgress() - Method in class snap.view.ProgressBar
Returns the value of progress bar.
getProjectedDistance(double, double, double, double) - Static method in class snap.geom.Vect
Returns the length of V1 as projected onto V2 (using given vector points).
getPrompt() - Method in class snap.viewx.ConsoleView
Returns the prompt.
getPromptText() - Method in class snap.view.TextField
Returns the prompt text.
getProp(String) - Method in class snap.gfx.Painter.Props
 
getProp(String) - Method in class snap.view.View
Returns a named client property.
getProp(String) - Method in class snap.web.WebFile
Returns a file property for key.
getProp(String) - Method in class snap.web.WebSite
Returns a file property for key.
getPropClass() - Method in class snap.props.Prop
Returns the return class.
getPropDefault(String) - Method in class snap.props.PropObject
Returns the value for given key.
getPropDefault(String) - Method in class snap.view.View
Override property defaults for View.
getPropertyName() - Method in class snap.props.PropChange
Returns the Property name.
getPropForName(String) - Method in class snap.props.PropObject
Returns the prop for given name.
getPropForName(String) - Method in class snap.props.PropSet
Returns a prop for given name.
getPropName() - Method in class snap.props.PropChange
Returns the Property name.
getPropName() - Method in class snap.view.Binding
Returns the property name.
getPropNames() - Method in class snap.props.PropNode
Returns the list of configured prop names.
getPropNames() - Method in class snap.props.PropSet
Returns all known property names.
getPropObjectClass() - Method in class snap.props.PropSet
Returns the PropObject class.
getPropObjectClassForPropNode(PropNode, Prop) - Method in class snap.props.PropArchiver
Returns a PropObject class for PropNode.
getPropParent() - Method in class snap.props.PropObject
Returns the parent PropObject (if available).
getProps() - Method in class snap.gfx.Painter
Returns the object that provides extra painter properties.
getProps() - Method in class snap.gfx.PainterDVR
Override to forward to real painter.
getProps() - Method in class snap.props.PropNode
Returns the list of configured props.
getProps() - Method in class snap.props.PropSet
Returns the props.
getProps() - Method in class snap.view.View
Returns the property map.
getPropSet() - Method in class snap.props.PropObject
Returns the PropSet.
getPropSetForPropObject(PropObject) - Static method in class snap.props.PropSet
Returns the PropSet for given class.
getPropsForArchival() - Method in class snap.props.PropObject
Returns the props for archival.
getPropsForArchivalExtra() - Method in class snap.props.PropObject
Returns extra props for archival.
getPropsForArchivalExtra() - Method in class snap.props.PropObjectProxy
Override to forward to Real.
getPropValue(String) - Method in class snap.gfx.BlurEffect
Override to support props for this class.
getPropValue(String) - Method in class snap.gfx.Border
Returns a value for a key.
getPropValue(String) - Method in class snap.gfx.EmbossEffect
Override to support props for this class.
getPropValue(String) - Method in class snap.gfx.Font
Override to support props for this class.
getPropValue(String) - Method in class snap.gfx.ReflectEffect
Override to support props for this class.
getPropValue(String) - Method in class snap.gfx.ShadowEffect
Override to support props for this class.
getPropValue(String) - Method in class snap.gfx.Stroke
Returns the value for given prop name.
getPropValue(String) - Method in class snap.gfx3d.CameraView
Returns the value for given key.
getPropValue(String) - Method in class snap.gfx3d.CubeView
Returns the value for given key.
getPropValue(String) - Method in class snap.props.PropNode
Returns a node value (String, PropNode, PropNode[]) for given prop name.
getPropValue(String) - Method in class snap.props.PropObject
Returns the value for given prop name.
getPropValue(String) - Method in class snap.props.PropObjectProxy
Override to forward to Real.
getPropValue(String) - Method in class snap.text.NumberFormat
Returns the prop value for given key.
getPropValue(String) - Method in class snap.view.ButtonBase
Override for ButtonBase properties.
getPropValue(String) - Method in class snap.view.ColView
Override to support props for this class.
getPropValue(String) - Method in class snap.view.Divider
Override to handle extra props.
getPropValue(String) - Method in class snap.view.DrawerView
Override to handle DrawerY.
getPropValue(String) - Method in class snap.view.ImageView
Returns the value for given key.
getPropValue(String) - Method in class snap.view.MenuItem
Override because TeaVM hates reflection.
getPropValue(String) - Method in class snap.view.ParentView
Override to support props for this class.
getPropValue(String) - Method in class snap.view.ProgressBar
Returns the value for given prop name.
getPropValue(String) - Method in class snap.view.RowView
Override to support props for this class.
getPropValue(String) - Method in class snap.view.Scroller
Override for Scroller properties.
getPropValue(String) - Method in class snap.view.Slider
Returns the value for given key.
getPropValue(String) - Method in class snap.view.Spinner
Returns the value for given key.
getPropValue(String) - Method in class snap.view.ThumbWheel
Returns the value for given key.
getPropValue(String) - Method in class snap.view.TitleView
Override to handle additional properties.
getPropValue(String) - Method in class snap.view.ToggleButton
Override because TeaVM hates reflection.
getPropValue(String) - Method in class snap.view.View
Returns the value for given prop name.
getPropValue(String) - Method in class snap.viewx.ColorButton
Override because TeaVM hates reflection.
getPropValue(String) - Method in class snap.viewx.ColorWell
Override because TeaVM hates reflection.
getPropValueAsString(String) - Method in class snap.props.PropNode
Returns the prop value as string.
getPropValuesAsArray() - Method in class snap.props.PropNode
Returns all values as PropNode array.
getProxies(View...) - Static method in class snap.view.ViewProxy
Returns an array of proxies for given array of views.
getProxy(View) - Static method in class snap.view.ViewProxy
Returns a proxy for given view.
getProxyClassForClass(Class<?>) - Static method in class snap.props.PropArchiverHpr
Returns a ProxyPropObject class for given class, if set.
getProxyForClass(Class<?>) - Method in class snap.props.PropArchiverHpr
Returns a PropObjectProxy for given class, if supported.
getProxyForObject(Object) - Method in class snap.props.PropArchiverHpr
Returns a PropObjectProxy for given object, if supported.
getPSName() - Method in class snap.gfx.Font
Returns the PostScript name of this font.
getPSName() - Method in class snap.gfx.FontFile
Returns the PostScript name of this font.
getPSName() - Method in class snap.swing.AWTFontFile
Returns the PostScript name of this font.
getQuery() - Method in class snap.web.ParsedURL
Returns the part of the URL string that describes the query.
getQuery() - Method in class snap.web.WebURL
Returns the part of the URL string that describes the query.
getQueryURL() - Method in class snap.web.ParsedURL
Returns the URL string for the file and query only (no hashtag references).
getQueryURL() - Method in class snap.web.WebURL
Returns the URL for the file and query only (no hashtag references).
getQueryValue(String) - Method in class snap.web.ParsedURL
Returns the value for given Query key in URL, if available.
getQueryValue(String) - Method in class snap.web.WebURL
Returns the value for given Query key in URL, if available.
getRadius() - Method in class snap.geom.RoundRect
Returns the radius of the round.
getRadius() - Method in class snap.gfx.BlurEffect
Returns the radius.
getRadius() - Method in class snap.gfx.EmbossEffect
Returns radius of edge rounding.
getRadius() - Method in class snap.gfx.ShadowEffect
Returns the radius of the blur.
getRadius() - Method in class snap.view.RectView
Returns the radius.
getRandom() - Static method in class snap.gfx.Color
Returns a random color.
getRaster(int, int, int, int) - Method in class snap.swing.GradientPaintX
 
getRatio(double) - Method in class snap.util.Interpolator
Returns a new ratio given normal ratio.
getRayToViewPoint(double, double, Point3D, Vector3D) - Method in class snap.gfx3d.Camera
Calculates and sets the ray (origin,dir) from camera origin to 2D point in camera view coords.
getReal() - Method in class snap.props.PropObjectProxy
Returns the real object.
getRealClassName() - Method in class snap.view.View
Returns the substitution class name.
getRealFile() - Method in class snap.web.WebFile
Returns the real file.
getRealImpl() - Method in class snap.props.PropObjectProxy
Returns the real object.
getRecentUrlsForTypes(String[]) - Static method in class snap.web.RecentFiles
Returns the most recent file for given type.
getRect() - Method in class snap.view.RectView
Returns the rect.
getRectCenteredInside(double, double) - Method in class snap.geom.Rect
Returns the rect centered inside for given size.
getRectForPoints(Point...) - Static method in class snap.geom.Rect
Creates a rect enclosing the given array of points.
getRectForString(String) - Static method in class snap.geom.Rect
Creates a rect from an String in XML format as defined in toXMLString().
getRed() - Method in class snap.gfx.Color
Returns the red component in the range 0-1.
getRedInt() - Method in class snap.gfx.Color
Returns the red component in the range 0-255.
getRedirectString(String) - Static method in class snap.util.URLUtils
Returns a redirect string.
getRedoSelection() - Method in class snap.props.Undoer
Returns the list of objects that should be selected after current undo is redone.
getRedoSelection() - Method in class snap.props.UndoSet
Returns the selection to be set if redo is executed.
getRedoSetLast() - Method in class snap.props.Undoer
Returns the last redo.
getRedoSets() - Method in class snap.props.Undoer
Returns the list of redo sets.
getRef() - Method in class snap.web.WebURL
Returns the hash tag reference from the URL as a simple string.
getReference(Object) - Method in class snap.util.XMLArchiver
Returns a reference id for the given object (used in archival).
getReference(Object, boolean) - Method in class snap.util.XMLArchiver
Returns a reference id for given object if in references list with option to add if absent (used in archival).
getReference(String, XMLElement) - Method in class snap.util.XMLArchiver
Returns an object for a given reference (used in unarchival).
getReflectHeight() - Method in class snap.gfx.ReflectEffect
Returns the height of the reflected image as fraction of shape height (defaults to 1).
getReflectImage(PainterDVR, Rect) - Method in class snap.gfx.ReflectEffect
Returns the effect image.
getRefValue(String) - Method in class snap.web.WebURL
Returns the value for given HashTag key in URL, if available.
getRegexes() - Method in class snap.parse.Tokenizer
Returns the array of regexes (creating it if missing).
getRegexesForStartChar(char) - Method in class snap.parse.Tokenizer
Returns list of Regex for a starting char.
getRelative(String, String) - Static method in class snap.web.PathUtils
Returns a path with a filename or relative path added.
getRemainder() - Method in class snap.view.Divider
Returns the distance from the max x of successive View to max x of divider (or y if vertical).
getRenderColor(Vector3D, Color) - Method in class snap.gfx3d.Light3D
Returns the render color for this light for given normal and color.
getRenderer() - Method in class snap.gfx3d.Camera
Returns the renderer.
getRendererName() - Method in class snap.gfx3d.Renderer2D.Renderer2DFactory
Returns the renderer name.
getRendererName() - Method in class snap.gfx3d.RendererFactory
Returns the renderer name.
getRepaintRect() - Method in class snap.view.View
Returns the rect of view that has been registered for repaint, expanded for focus/effects.
getRepaintRect() - Method in class snap.view.ViewUpdater
Returns the current repaint rect combined rects of RepaintViews.RepaintRects.
getRepaintRectExpanded(Rect) - Method in class snap.view.View
Returns the given repaint rect, expanded for focus/effects.
getRequest() - Method in class snap.web.WebResponse
Returns the request.
getResolver() - Method in class snap.view.BrowserView
Returns the resolver.
getResolver() - Method in class snap.view.TreeView
Returns the resolver.
getResource(int) - Method in class snap.props.PropArchiver
Returns an individual resource associated with this archiver, by index.
getResource(int) - Method in class snap.util.XMLArchiver
Returns an individual resource associated with this archiver, by index.
getResource(Class<?>, String) - Method in class snap.gfx.GFXEnv
Returns resource for class and path.
getResource(Class<?>, String) - Method in class snap.swing.AWTEnv
Returns resource for class and path.
getResource(String) - Method in class snap.util.XMLArchiver
Returns an individual resource associated with this archiver, by name.
getResourceForName(String) - Method in class snap.props.PropArchiver
Returns an individual resource associated with this archiver, by name.
getResources() - Method in class snap.props.PropArchiver
Returns the list of optional resources associated with this archiver.
getResources() - Method in class snap.util.XMLArchiver
Returns the list of optional resources associated with this archiver.
getResources(XMLElement) - Method in class snap.util.XMLArchiver
Reads resources from elements in given xml (top-level) element, converts from ASCII encoding and adds to archiver.
getResponse() - Method in class snap.web.HTTPRequest
Executes this request and returns a response.
getResponse() - Method in exception snap.web.ResponseException
Returns the response.
getResponse() - Method in class snap.web.WebURL
Returns Response for a Get request.
getResponse(WebRequest) - Method in class snap.web.WebSite
Returns a response instance for a request.
getResponseAndCall(Consumer<WebResponse>) - Method in class snap.web.WebURL
Returns bytes for this URL.
getResponseCode() - Method in exception snap.web.ResponseException
Returns the response code.
getResponseTime() - Method in class snap.web.HTTPResponse
Returns the response time in milliseconds.
getResult() - Method in class snap.util.TaskRunner
Returns the result.
getRGB() - Method in class snap.gfx.Color
Returns the color as an int.
getRGB(int, int) - Method in class snap.gfx.Image
Returns an RGB integer for given x, y.
getRGB(int, int) - Method in class snap.swing.J2DImage
Returns the integer representing the color at the given x,y point.
getRGBA() - Method in class snap.gfx.Color
Returns the color as an int.
getRight() - Method in class snap.geom.Insets
Returns the right margin.
getRight() - Method in class snap.view.BorderView
Returns the right node.
getRightArrowImage() - Static method in class snap.view.ArrowView
Returns an image of a right arrow.
getRightIndent() - Method in class snap.text.TextLineStyle
Returns the right side indentation of this paragraph.
getRoll() - Method in class snap.gfx.GradientPaint
Returns the roll.
getRoll() - Method in class snap.gfx3d.Camera
Returns the rotation about the Z axis in degrees.
getRoll() - Method in class snap.gfx3d.CameraView
Returns the rotation about the Z axis in degrees.
getRoll() - Method in class snap.gfx3d.CubeView
Returns the rotation about the Z axis in degrees.
getRoll() - Method in class snap.gfx3d.Trackball
Returns the rotation about the Z axis in degrees.
getRoot() - Method in class snap.view.ViewAnim
Returns the root ViewAnim.
getRoot(int) - Method in class snap.view.ViewAnim
Returns the root ViewAnim.
getRootDir() - Method in class snap.web.WebSite
Returns the root directory.
getRootEvent() - Method in class snap.view.ViewEvent
Sets the event that precipitated this event (optional).
getRootObject() - Method in class snap.props.PropArchiver
Returns the object to read properties into.
getRootObject() - Method in class snap.util.JSArchiver
Returns the object to be loaded into (null by default).
getRootObject() - Method in class snap.util.XMLArchiver
Returns the object that the archiver should read "into".
getRootView() - Method in class snap.view.RootView
Override to return this RootView.
getRootView() - Method in class snap.view.View
Returns the root view.
getRootView() - Method in class snap.view.WindowView
Returns the root view.
getRootXML() - Method in class snap.util.XMLArchiver
Returns the root xml.
getRotate() - Method in class snap.view.View
Returns the rotation of the view in degrees.
getRotate(double) - Static method in class snap.geom.Transform
Returns a rotation transform for given angle in degrees.
getRotateAround(double, double, double) - Static method in class snap.geom.Transform
Returns a rotation transform for given angle in degrees around given x/y point.
getRound() - Method in class snap.view.ThumbWheel
Returns the value that thumbwheel values are rounded to.
getRoundX() - Method in class snap.geom.Point
Returns the rounded x value (as int).
getRoundY() - Method in class snap.geom.Point
Returns the rounded y value (as int).
getRow() - Method in class snap.view.ListCell
Returns the row.
getRow() - Method in class snap.viewx.ColorDock.Swatch
Returns the row.
getRowCount() - Method in class snap.view.TableView
Returns the number of rows.
getRowCount() - Method in class snap.view.TreeView
Returns the number of rows.
getRowCount() - Method in class snap.viewx.ColorDock
Returns the number of rows in this color dock.
getRowCountForCols(int) - Method in class snap.view.GridView
Returns the number of rows for given column count.
getRowHeight() - Method in class snap.view.BrowserView
Returns the row height.
getRowHeight() - Method in class snap.view.ListArea
Returns the row height.
getRowHeight() - Method in class snap.view.ListView
Returns the row height.
getRowHeight() - Method in class snap.view.TableCol
Override to get row height from table.
getRowHeight() - Method in class snap.view.TableView
Returns the row height.
getRowHeight() - Method in class snap.view.TreeCol
Override to get row height from table.
getRowHeight() - Method in class snap.view.TreeView
Returns the row height.
getRowHeightSuper() - Method in class snap.view.TableCol
Override to get row height from table.
getRowIndexForY(double) - Method in class snap.view.ListArea
Returns the row index at given Y location.
getRowIndexForY(double) - Method in class snap.view.TableView
Returns the row index for given Y.
getRowIndexForY(double) - Method in class snap.view.TreeView
Returns the row index at given point.
getRule() - Method in class snap.parse.ParseNode
Returns the rule.
getRule() - Method in class snap.parse.Parser
Returns the top level rule.
getRule(String) - Method in class snap.parse.Parser
Returns a named rule.
getRule(String) - Method in class snap.parse.ParseRule
Returns a rule with given name.
getRun() - Method in class snap.text.TextBoxLine
Returns the first TextBox run for the line.
getRun(int) - Method in class snap.text.TextLine
Returns the individual run at given index.
getRunCount() - Method in class snap.text.TextLine
Returns the number of runs for this line.
getRunForCharIndex(int) - Method in class snap.text.TextDoc
Returns the TextRun that contains the given char index.
getRunForCharIndex(int) - Method in class snap.text.TextLine
Returns the head run for the line.
getRunForCharRange(int, int) - Method in class snap.text.TextDoc
Returns the TextRun for the given char range (usually just run for start, but can be next run if at boundary).
getRunForCharRange(int, int) - Method in class snap.text.TextLine
Returns the TextRun for the given char range (usually just run for start, but can be next run if at boundary).
getRunLast() - Method in class snap.text.TextBoxLine
Returns the last TextBox run for the line.
getRunLast() - Method in class snap.text.TextDoc
Returns the last run.
getRunLast() - Method in class snap.text.TextLine
Returns the last run.
getRuns() - Method in class snap.text.TextBoxLine
Returns an array of runs for the line.
getRuns() - Method in class snap.text.TextLine
Returns the line runs.
getSampleBytes() - Method in class snap.swing.SwingSoundClip
Returns the sample bytes.
getSampleCount() - Method in class snap.swing.SwingSoundClip
Returns the sample count.
getSamplesPerSecond() - Method in class snap.swing.SwingSoundClip
Returns the samples per second.
getSandbox() - Method in class snap.web.WebSite
Returns a WebSite that can be used for storing persistent support files.
getSandboxName() - Method in class snap.web.WebSite
Creates a WebSite that can be used for storing persistent support files.
getSaveName() - Method in class snap.view.WindowView
Returns the save name.
getScale() - Method in class snap.gfx.Image
Returns the image scale.
getScale() - Method in class snap.view.View
Returns the scale of this view.
getScale(double, double) - Static method in class snap.geom.Transform
Returns a scale transform.
getScaledRect(double) - Method in class snap.geom.Rect
Creates a rect derived from the receiver scaled by the given amount.
getScaleX() - Method in class snap.gfx.ImagePaint
Returns the scale x of the image fill image.
getScaleX() - Method in class snap.view.View
Returns the scale of this view from X.
getScaleY() - Method in class snap.gfx.ImagePaint
Returns the scale y of the image fill image.
getScaleY() - Method in class snap.view.View
Returns the scale of this view from Y.
getScene() - Method in class snap.gfx3d.Camera
Returns the scene this camera is associated with.
getScene() - Method in class snap.gfx3d.CameraView
Returns the Scene3D.
getScene() - Method in class snap.gfx3d.CubeView
Returns the Scene3D.
getScene() - Method in class snap.gfx3d.Renderer
Returns the Scene.
getSceneBounds2D() - Method in class snap.gfx3d.Camera
Returns the bounding rect for camera paths.
getSceneBoundsInView() - Method in class snap.gfx3d.Renderer
Returns the 2D bounding rect for scene in camera bounds.
getSceneBoundsInView() - Method in class snap.gfx3d.Renderer2D
Returns the bounding rect of scene in view coords.
getSceneToCamera() - Method in class snap.gfx3d.Camera
Returns the transform from scene coords to camera coords.
getSceneToCameraArray() - Method in class snap.gfx3d.Camera
Returns the SceneToCamera transform as double array.
getSceneToView() - Method in class snap.gfx3d.Camera
Returns the transform from scene to View space.
getScheme() - Method in class snap.web.ParsedURL
Returns the URL Scheme (lower case).
getScheme() - Method in class snap.web.WebURL
Returns the URL Scheme (lower case).
getScreenBounds(Component, int, int, boolean) - Static method in class snap.swing.SwingUtils
Returns the screen bounds for a component location (or screen location if component null).
getScreenBoundsInset() - Method in class snap.swing.SwingViewEnv
Returns the screen bounds inset to usable area.
getScreenBoundsInset() - Method in class snap.view.ViewEnv
Returns the screen bounds inset to usable area.
getScreenLocation(View, Pos, double, double) - Method in class snap.view.WindowView
Returns the screen location for given view, position and offsets.
getScreenResolution() - Method in class snap.gfx.GFXEnv
Returns the screen resolution.
getScreenResolution() - Method in class snap.swing.AWTEnv
Returns the screen resolution.
getScreenScale() - Method in class snap.gfx.GFXEnv
Returns the screen scale.
getScreenScale() - Method in class snap.swing.AWTEnv
Returns the screen scale.
getScreenSizeAvailable(Component, int, int) - Static method in class snap.swing.SwingUtils
Returns the size available from given point to in component to bottom right of component screen.
getScripting() - Method in class snap.text.StringBox
Returns the run's scripting.
getScripting() - Method in class snap.text.StyledString
Returns the run's scripting.
getScripting() - Method in class snap.text.TextBoxToken
Returns the run's scripting.
getScripting() - Method in class snap.text.TextRun
Returns the scripting for this run (1=SuperScripting, -1=Subscripting, 0=none).
getScripting() - Method in class snap.text.TextStyle
Returns the scripting for this run (1=SuperScripting, -1=Subscripting, 0=none).
getScroll() - Method in class snap.view.ScrollBar
Returns the offset into ScrollSize.
getScroller() - Method in class snap.view.ScrollView
Returns the view that handles scrolling.
getScrollGroup() - Method in class snap.view.TableView
Returns the ScrollGroup.
getScrollHeight() - Method in class snap.view.Scroller
Returns the height of the content being scrolled.
getScrollLimit() - Method in class snap.view.ScrollBar
Returns the scroll limit.
getScrollLimitX() - Method in class snap.view.Scroller
Returns the maximum possible horizontal offset.
getScrollLimitY() - Method in class snap.view.Scroller
Returns the maximum possible vertical offset.
getScrollRatio() - Method in class snap.view.ScrollBar
Returns the ratio of Scroll to ScrollLimit (0-1).
getScrollRatioX() - Method in class snap.view.Scroller
Returns the ratio of ScrollX to ScrollXMax.
getScrollRatioY() - Method in class snap.view.Scroller
Returns the ratio of ScrollY to ScrollYMax.
getScrollSize() - Method in class snap.view.ScrollBar
Returns the size of the content being scrolled.
getScrollView() - Method in class snap.view.BrowserView
Returns the ScrollView.
getScrollView() - Method in class snap.view.ListView
Returns the ScrollView.
getScrollView() - Method in class snap.view.ScrollGroup
Returns the primary scroll view.
getScrollView() - Method in class snap.view.TableView
Returns the ScrollView.
getScrollView() - Method in class snap.view.TextView
Returns the ScrollView.
getScrollView() - Method in class snap.view.TreeView
Returns the ScrollView.
getScrollWidth() - Method in class snap.view.Scroller
Returns the width of the content being scrolled.
getScrollX() - Method in class snap.swing.SwingEvent
Returns the scroll amount X.
getScrollX() - Method in class snap.view.Scroller
Returns the horizontal offset into content.
getScrollX() - Method in class snap.view.ViewEvent
Returns the scroll amount X.
getScrollY() - Method in class snap.swing.SwingEvent
Returns the scroll amount X.
getScrollY() - Method in class snap.view.Scroller
Returns the vertical offset into content.
getScrollY() - Method in class snap.view.ViewEvent
Returns the scroll amount Y.
getSeg(int) - Method in class snap.geom.Path2D
Returns the individual segment at given index.
getSeg(int) - Method in class snap.geom.SegmentPath
Returns the individual segment at given index.
getSeg(int) - Method in class snap.gfx3d.Path3D
Returns the Seg at given index.
getSeg(int, Point3D[]) - Method in class snap.gfx3d.Path3D
Returns the element at the given index.
getSegAndPointsForIndex(int, double[], Transform) - Method in class snap.geom.Path2D
Returns the control points and end point for a given seg index, by copying to given array (should be length of 6).
getSegAndSegmentPointsForIndex(int, double[], Transform) - Method in class snap.geom.Path2DX
Returns all points (start/control/end) for a given seg index, by copying to given array (should be length of 8).
getSegArcLength(int) - Method in class snap.geom.Path2DX
Returns the total arc length of path.
getSegCount() - Method in class snap.geom.Path2D
Returns the number of segments.
getSegCount() - Method in class snap.geom.SegmentPath
Returns the number of segments.
getSegCount() - Method in class snap.gfx3d.Path3D
Returns the number of segments in this Path3d.
getSegIndexForPointIndex(int) - Method in class snap.geom.Path2D
Returns the seg index for given point index.
getSegment(int, Transform) - Method in class snap.geom.Path2DX
Returns the segment at index.
getSegmentsThatStartOrEndAtSegmentEndPoint(Segment) - Method in class snap.geom.SegmentPath
Returns the segments from list for end point of given seg.
getSegPointIndex(int) - Method in class snap.geom.Path2D
Returns the array of point-indexes for given seg index.
getSegs() - Method in class snap.geom.SegmentPath
Returns the list of segments.
getSel() - Method in class snap.util.PickList
Returns the ListSel.
getSel() - Method in class snap.view.ListArea
Returns the List selection.
getSel() - Method in class snap.view.TableView
Returns the selection.
getSel() - Method in class snap.view.TextArea
Returns the text selection.
getSel() - Method in class snap.view.TextAreaKeys
TextArea method.
getSel() - Method in class snap.view.TextView
Returns the text selection.
getSel2D() - Method in class snap.view.TableView
Returns the selection.
getSelAll() - Method in class snap.util.ListSel
Returns the selection encompassing all.
getSelAll() - Method in class snap.util.ListSel2D
Returns the selection encompassing all.
getSelAnchor() - Method in class snap.view.TextArea
Returns the initial character index of the selection (usually SelStart).
getSelAnchor() - Method in class snap.view.TextView
Returns the initial character index of the selection (usually SelStart).
getSelBounds() - Method in class snap.view.TextField
Returns the selection bounds.
getSelCell() - Method in class snap.view.ListArea
Returns the cell for selected index/item.
getSelCell() - Method in class snap.view.TableView
Returns the selected cell.
getSelCol() - Method in class snap.view.BrowserView
Returns the currently selected column.
getSelCol() - Method in class snap.view.TreeView
Returns the selected column.
getSelColIndex() - Method in class snap.view.BrowserView
Returns the currently selected column.
getSelColIndex() - Method in class snap.view.TableView
Returns the selected column.
getSelColor() - Method in class snap.view.TextArea
Returns the selection color.
getSelDir() - Method in class snap.viewx.WebSitePane
Returns the selected directory.
getSelected() - Method in class snap.view.ToggleGroup
Returns the selected toggle.
getSelectedName() - Method in class snap.view.SwitchView
Returns the selected name.
getSelectedPane() - Method in class snap.view.SwitchView
Returns the currently visible view.
getSelectedPicker() - Method in class snap.viewx.ColorPanel
Returns the selected picker (0=Image, 1=RGB Sliders, 2=Gray Sliders, 3=SwatchPicker).
getSelectFill() - Method in class snap.view.ViewTheme
Returns the selection color.
getSelectFill() - Static method in class snap.view.ViewUtils
Returns the selection color.
getSelectionInfo() - Method in class snap.viewx.TextPane
Get compile info.
getSelectTextFill() - Method in class snap.view.ViewTheme
Returns the selection color.
getSelectTextFill() - Static method in class snap.view.ViewUtils
Returns the selection color.
getSelEnd() - Method in class snap.view.TextArea
Returns the character index of the end of the text selection.
getSelEnd() - Method in class snap.view.TextField
Returns the character index of the end of the text selection.
getSelEnd() - Method in class snap.view.TextView
Returns the character index of the end of the text selection.
getSelEnd() - Method in class snap.viewx.SpellCheckPanel
 
getSelFile() - Method in class snap.viewx.FilePanel
Returns the selected file.
getSelFile() - Method in class snap.viewx.WebSitePane
Returns the selected file.
getSelFileAndAddToRecentFiles() - Method in class snap.viewx.FilePanel
Returns the selected file and adds it to recent files.
getSelForIndexArray(int[]) - Static method in class snap.util.ListSel
Returns a ListSel for array of indexes.
getSelIndex() - Method in class snap.util.PickList
Returns the selected index.
getSelIndex() - Method in interface snap.util.Selectable
Returns the selected index for given name or UI view.
getSelIndex() - Method in class snap.view.BrowserView
Returns the selected index.
getSelIndex() - Method in class snap.view.ComboBox
Returns the selected index.
getSelIndex() - Method in class snap.view.DocView
Returns the selected page index.
getSelIndex() - Method in class snap.view.ListArea
Returns the selected index.
getSelIndex() - Method in class snap.view.ListView
Returns the selected index.
getSelIndex() - Method in class snap.view.SwitchView
Returns the SwitchView's selected index.
getSelIndex() - Method in class snap.view.TabBar
Returns the tap pane's selected index.
getSelIndex() - Method in class snap.view.TableView
Returns the selected index.
getSelIndex() - Method in class snap.view.TabView
Returns the tap pane's selected index.
getSelIndex() - Method in class snap.view.TextArea
Returns the final character index of the selection (usually SelEnd).
getSelIndex() - Method in class snap.view.TextView
Returns the final character index of the selection (usually SelEnd).
getSelIndex() - Method in class snap.view.TreeView
Returns the selected index.
getSelIndex() - Method in class snap.view.ViewEvent
Returns the selected index for encapsulated widget.
getSelIndex() - Method in class snap.viewx.ColorDock
Returns the selected swatch index.
getSelIndexes() - Method in class snap.util.PickList
Returns the selected indices.
getSelIndexes() - Method in class snap.view.ListArea
Returns the selected indexes.
getSelItem() - Method in class snap.util.PickList
Returns the selected item.
getSelItem() - Method in interface snap.util.Selectable
Returns the selected item for given name or UI view.
getSelItem() - Method in class snap.view.BrowserView
Returns the selected item.
getSelItem() - Method in class snap.view.ComboBox
Returns the selected item.
getSelItem() - Method in class snap.view.ListArea
Returns the selected item.
getSelItem() - Method in class snap.view.ListView
Returns the selected item.
getSelItem() - Method in class snap.view.TabBar
Returns the selected item (tab).
getSelItem() - Method in class snap.view.TableView
Returns the selected item.
getSelItem() - Method in class snap.view.TabView
Returns the selected item (tab).
getSelItem() - Method in class snap.view.TreeView
Returns the selected item.
getSelItem() - Method in class snap.view.ViewEvent
Returns the selected item for encapsulated widget.
getSelItems() - Method in class snap.util.PickList
Returns the selected item.
getSelItems() - Method in class snap.view.ListArea
Returns the selected itemes.
getSelItems(Class<T>) - Method in class snap.util.PickList
Returns the selected item.
getSelItems(Class<T>) - Method in class snap.view.ListArea
Returns the selected itemes.
getSelLineStyle() - Method in class snap.view.TextArea
Returns the TextLineStyle for currently selection.
getSelPage() - Method in class snap.view.DocView
Returns the currently selected page.
getSelPath() - Method in class snap.view.TextArea
Returns the path for the current selection.
getSelPathForSeparator(String) - Method in class snap.view.BrowserView
Returns the path constructed by appending the selected item in each column by a separator string.
getSelRectImage(Rect) - Method in class snap.view.TableView
A fuzzy cell border image to highlight cell.
getSelRow() - Method in class snap.view.TreeView
Returns the selected row.
getSelRowIndex() - Method in class snap.view.TableView
Returns the selected row.
getSelSite() - Method in class snap.viewx.FilePanel
Returns the site currently being browsed.
getSelStart() - Method in class snap.view.TextArea
Returns the character index of the start of the text selection.
getSelStart() - Method in class snap.view.TextAreaKeys
TextArea method.
getSelStart() - Method in class snap.view.TextField
Returns the character index of the start of the text selection.
getSelStart() - Method in class snap.view.TextView
Returns the character index of the start of the text selection.
getSelString() - Method in class snap.view.TextField
Returns the selection string.
getSelStyle() - Method in class snap.view.TextArea
Returns the TextStyle for the current selection and/or input characters.
getSelSwatch() - Method in class snap.viewx.ColorDock
Returns the selected swatch.
getSelView() - Method in class snap.viewx.DevPaneViewOwners
Returns the selected view.
getSelView() - Method in class snap.viewx.DevPaneViews
Returns the selected view.
getSelViewOwner() - Method in class snap.viewx.DevPaneViewOwners
Returns the selected view owner.
getSelXML() - Method in class snap.viewx.DevPaneViewOwners
Returns the XML for selection.
getSendBytes() - Method in class snap.web.WebRequest
Returns the post bytes.
getShadowImage(Rect, double, Color) - Static method in class snap.gfx.ShadowEffect
Returns the effect image for an opaque rect by making a small shadow and blitting over the 8 pieces.
getShadowImage(PainterDVR, Rect) - Method in class snap.gfx.ShadowEffect
Returns the effect image.
getShape() - Method in class snap.geom.ShapeBox
Returns the ecapsulated shape.
getShape() - Method in class snap.gfx.PainterDVR.DrawShape
Returns the shape.
getShape() - Method in class snap.gfx.PainterDVR.FillShape
Returns the shape.
getShape() - Method in class snap.gfx3d.BinarySpaceTree
Returns the shape.
getShape() - Method in class snap.gfx3d.Painter3D.PaintTask
Returns shape.
getShape() - Method in class snap.view.ShapeView
Returns the shape.
getShape2D() - Method in class snap.gfx3d.FacetShape
Returns the 2D shape for the FacetShape (should only be called when path is facing Z).
getShape2D() - Method in class snap.gfx3d.Path3D
Returns the 2D shape for the path3d (should only be called when path is facing Z).
getShape2D() - Method in class snap.gfx3d.Polygon3D
Returns the 2D shape for the path3d (should only be called when path is facing Z).
getShape2D() - Method in class snap.gfx3d.PolygonPath3D
Override to return combined Shape2D for polygons.
getShared() - Static method in class snap.text.SpellCheck
Returns the shared spell checker.
getShared() - Static method in class snap.text.TextHyphenDict
Return the shared instance of the HyphenDict.
getShared() - Static method in class snap.viewx.ColorPanel
Returns the shared instance of the color panel.
getShared() - Static method in class snap.web.RecentFilesSite
Returns the recent files site for id.
getShortcut() - Method in class snap.view.MenuItem
Returns the key string.
getShortcutCombo() - Method in class snap.view.MenuItem
Returns the accelerator key combo.
getShortcutText() - Method in class snap.view.MenuItem
Returns the shortcut key as string.
getShowHBar() - Method in class snap.view.ScrollView
Returns whether to show horizontal scroll bar (null means 'as-needed').
getShowVBar() - Method in class snap.view.ScrollView
Returns whether to show vertical scroll bar (null means 'as-needed').
getSide() - Method in enum class snap.geom.Pos
Returns the Side most associated with position (corners go to LEFT/RIGHT, center to null).
getSideAtViewXY(double, double) - Method in class snap.gfx3d.CubeView
Returns the shape hit by camera ray going through point in view coords.
getSides() - Method in enum class snap.gfx3d.Side3D.Corner
Returns the sides associated with this corner.
getSides() - Method in enum class snap.gfx3d.Side3D.Edge
Returns the sides associated with this edge.
getSideShape(Side3D) - Method in class snap.gfx3d.CubeShape
Returns the side shape.
getSimpleName() - Method in class snap.web.FileHeader
Returns the file simple name.
getSimpleName() - Method in class snap.web.WebFile
Returns the file simple name.
getSingleLineCommentToken() - Method in class snap.parse.CodeTokenizer
Processes and returns a single line comment token if next up in input.
getSisterPath(String, String) - Static method in class snap.util.FilePathUtils
Returns a sister path for given path and new extension by stripping extension from path and using given extension.
getSite() - Method in class snap.viewx.WebSitePane
Returns the site currently being browsed.
getSite() - Method in exception snap.web.AccessException
Returns the data site that threw the exception.
getSite() - Method in class snap.web.WebFile
Returns the WebSite.
getSite() - Method in class snap.web.WebRequest
Returns the site for the request.
getSite() - Method in class snap.web.WebResponse
Returns the site for the request/response.
getSite() - Method in class snap.web.WebURL
Returns the site that this URL belongs to.
getSite(WebURL) - Static method in class snap.web.WebGetter
Returns a site for given source URL.
getSiteForEmail(String) - Static method in class snap.web.DropBoxSite
Returns shared instance.
getSiteId() - Method in class snap.web.ParsedURL
Returns the site id string.
getSites() - Method in class snap.viewx.FilePanel
Return sites available to open/save files.
getSiteUrl() - Method in class snap.web.ParsedURL
Returns the site string.
getSiteURL() - Method in class snap.web.WebURL
Returns the URL for the site that this URL belongs to.
getSize() - Method in class snap.geom.RectBase
Returns the size.
getSize() - Method in class snap.gfx.Font
Returns the font size of this font.
getSize() - Method in class snap.text.TextSel
The length.
getSize() - Method in class snap.view.View
Returns the view size.
getSize() - Method in class snap.web.FileHeader
Returns the file size.
getSize() - Method in class snap.web.WebFile
Returns the file size.
getSize() - Method in class snap.web.WebResponse
Returns the file size.
getSizeRatio() - Method in class snap.view.ScrollBar
Returns the ratio of ViewSize to ScrollSize.
getSound(Object) - Method in class snap.gfx.GFXEnv
Returns a sound for given source.
getSound(Object) - Method in class snap.swing.AWTEnv
Returns a sound for given source.
getSoundFile() - Method in class snap.swing.SoundRecorder
Returns the temporary file that holds the last recorded bytes.
getSoundURL(Class, String) - Static method in class snap.gfx.SoundClip
Creates a new SnapSound for file name.
getSource() - Method in class snap.gfx.Image
Returns the source.
getSource() - Method in class snap.gfx.ImageRef
Returns the original source for the image (byte[], File, InputStream or whatever).
getSource() - Method in class snap.props.PropChange
Returns the source.
getSource() - Method in class snap.view.ClipboardData
The source of the file.
getSource() - Method in class snap.web.WebURL
Returns the source of this URL (java.net.URL, File, String).
getSourceFile() - Method in class snap.text.TextDoc
Returns the source file.
getSourceURL() - Method in class snap.gfx.Image
Returns the source URL.
getSourceURL() - Method in class snap.gfx.ImageRef
Returns the source URL, if loaded from URL.
getSourceURL() - Method in class snap.text.SubText
Returns the source URL.
getSourceURL() - Method in class snap.text.TextDoc
Returns the source URL.
getSourceURL() - Method in class snap.util.XMLArchiver
Returns the WebURL of the currently loading archive.
getSourceURL() - Method in class snap.view.ClipboardData
Returns the URL to the file.
getSourceURL() - Method in class snap.viewx.DevPaneViews
Returns the Source url for currently selected type.
getSourceURL() - Method in class snap.web.WebURL
Returns the source as standard Java URL.
getSourceURL(Class) - Method in class snap.viewx.DevPaneViewOwners
Returns the JavaDoc url for currently selected type.
getSourceURL(Class) - Method in class snap.viewx.DevPaneViews
Returns the JavaDoc url for currently selected type.
getSpacing() - Method in class snap.text.TextLineStyle
Returns the spacing between lines expressed as a constant amount in points.
getSpacing() - Method in class snap.view.View
Returns the spacing for content (usually children).
getSpacing() - Method in class snap.view.ViewProxy
Returns spacing.
getSpacing() - Method in class snap.viewx.FormBuilder
Returns the spacing between components.
getSpacingFactor() - Method in class snap.text.TextLineStyle
Returns the spacing of lines expressed as a factor of a given line's height.
getSpacingX() - Method in class snap.view.GridView
Returns the spacing between cells horizontal.
getSpacingY() - Method in class snap.view.GridView
Returns the spacing between cells vertical.
getSpan() - Method in class snap.view.Divider
Returns the size of the divider.
getSpellingPath() - Method in class snap.text.TextEditor
Returns a path for misspelled word underlining.
getSplittableCharIndex() - Method in class snap.text.TextToken
Returns the last split index.
getSpringInfo(View) - Method in class snap.view.SpringView
Returns spring info for child.
getSpriteSheetFrames(int) - Method in class snap.gfx.Image
Returns an image with ImageSet for given number of frames (assumes this is horizontal sprite sheet).
getSpriteSheetImage() - Method in class snap.gfx.ImageSet
Returns a sheet image.
getStackTraceString(Throwable) - Static method in class snap.util.StringUtils
Returns a stack trace string for given exception.
getStackTraceString(Throwable, int) - Static method in class snap.util.StringUtils
Returns a stack trace string for given exception.
getStandard(String) - Static method in class snap.util.Key
Returns the key in a standard format (strip is/get prefix and start with capital letter).
getStandardizedPath(String) - Static method in class snap.util.FilePathUtils
Returns the path in a standard, normal format (strips any trailing file separators).
getStart() - Method in class snap.parse.ParseNode
Returns the match start.
getStart() - Method in class snap.text.SpellCheck.Word
Returns the start index.
getStart() - Method in class snap.text.TextBoxRun
Returns the start index of this run in line.
getStart() - Method in class snap.text.TextDocUtils.StyleChange
 
getStart() - Method in class snap.text.TextSel
Returns the selection start.
getStart() - Method in class snap.util.Range
Returns the start.
getStart() - Method in class snap.view.ViewAnim
Returns the start value.
getStartAngle() - Method in class snap.geom.Arc
Returns the start angle for the oval.
getStartAngle() - Method in class snap.view.ArcView
Returns the start angle.
getStartCharIndex() - Method in class snap.parse.ParseToken.BasicToken
Returns the char start.
getStartCharIndex() - Method in interface snap.parse.ParseToken
Returns the start char index of this token in input.
getStartCharIndex() - Method in class snap.text.SubText
Returns the start char index.
getStartCharIndex() - Method in class snap.text.TextBox
Returns the start char in TextDoc.
getStartCharIndex() - Method in class snap.text.TextBoxLine
Returns the start char index of this line in text.
getStartCharIndex() - Method in class snap.text.TextBoxToken
Returns the start char index of token in line.
getStartCharIndex() - Method in class snap.text.TextDoc
Returns the start char index (always 0, unless this is SubText).
getStartCharIndex() - Method in class snap.text.TextLine
Returns the start char index of this line in text.
getStartCharIndex() - Method in class snap.text.TextRun
Returns the start char index for this run.
getStartCharIndex() - Method in class snap.text.TextToken
Returns the start char index of token in line.
getStartCharIndexInLine() - Method in class snap.parse.ParseToken.BasicToken
Returns the line start.
getStartCharIndexInLine() - Method in interface snap.parse.ParseToken
Returns the start char index of this token in line.
getStartLine() - Method in class snap.text.TextSel
Returns the line at selection start.
getStartPoint() - Method in class snap.styler.GradientAxisPicker
Returns the starting point for gradient, defined as point in unit square where the first color stop is drawn.
getStartStyle() - Method in class snap.text.TextBoxLine
Returns the TextStyle at start of line.
getStartTime() - Method in class snap.util.TaskRunner
Returns the start time.
getStartToken() - Method in class snap.parse.ParseHandler
Returns the token where the current part started.
getStartToken() - Method in class snap.parse.ParseNode
Returns the start token for this node.
getStartValue(String) - Method in class snap.view.ViewAnim
Returns the start value for given key.
getStartX() - Method in class snap.gfx.GradientPaint
Returns the start x.
getStartY() - Method in class snap.gfx.GradientPaint
Returns the start y.
getStatus() - Method in class snap.util.TaskRunner
Returns the status.
getStep() - Method in class snap.view.Spinner
Returns the spinner step size.
getStop(int) - Method in class snap.gfx.GradientPaint
Returns the stop at given index.
getStop(int) - Method in class snap.styler.GradientStopPicker
Returns the individual color stop at given index.
getStopColor(int) - Method in class snap.gfx.GradientPaint
Returns the stop color at given index.
getStopColor(int) - Method in class snap.styler.GradientStopPicker
Returns the color of the stop at the given index.
getStopCount() - Method in class snap.gfx.GradientPaint
Returns the number of stops.
getStopCount() - Method in class snap.styler.GradientStopPicker
Returns the number of color stops in the gradient
getStopOffset(int) - Method in class snap.gfx.GradientPaint
Returns the stop offset at given index.
getStopOffset(int) - Method in class snap.styler.GradientStopPicker
Returns the position (in the range {0-1}) for the given stop index.
getStopOffset(Point) - Method in class snap.styler.GradientStopPicker
Given a mouse point within gradient rectangle, returns corresponding position in gradient (0 at left of gradient, 1 at right).
getStops() - Method in class snap.gfx.GradientPaint
Returns the stops.
getStops() - Method in class snap.styler.GradientAxisPicker
Returns stops used for editing.
getStops() - Method in class snap.styler.GradientStopPicker
Returns the list of color stops.
getStops(double[], Color...) - Static method in class snap.gfx.GradientPaint
Adds stops to a stops array.
getStops(double, Color, double, Color) - Static method in class snap.gfx.GradientPaint
Creates an array of stops.
getStops(double, Color, double, Color, double, Color) - Static method in class snap.gfx.GradientPaint
Creates an array of stops.
getStops(double, Color, double, Color, double, Color, double, Color) - Static method in class snap.gfx.GradientPaint
Creates an array of stops.
getStopsHaveAlpha(GradientPaint.Stop[]) - Static method in class snap.gfx.GradientPaint
Returns true if any of the colors in the gradient have alpha
getStrikethroughOffset() - Method in class snap.gfx.Font
Returns the distance above the baseline that a strikethrough should be drawn.
getStrikethroughOffset() - Method in class snap.gfx.FontFile
Returns the distance above the baseline that a strikethrough should be drawn.
getString() - Method in class snap.geom.Insets
Returns a string representation of this Insets.
getString() - Method in class snap.gfx.PainterDVR.DrawString
Returns the string.
getString() - Method in class snap.parse.ParseNode
Returns the match string.
getString() - Method in class snap.parse.ParseToken.BasicToken
Returns the string.
getString() - Method in interface snap.parse.ParseToken
Returns the string.
getString() - Method in class snap.parse.ParseUtils
Returns a string for the currently loaded set of rules.
getString() - Method in class snap.text.SpellCheck.Word
Returns the string.
getString() - Method in class snap.text.StyledString
Returns the string.
getString() - Method in class snap.text.TextBox
Returns the string for the text.
getString() - Method in class snap.text.TextBoxLine
Returns the string for the line.
getString() - Method in class snap.text.TextBoxRun
Returns the string.
getString() - Method in class snap.text.TextBoxToken
Returns the token string.
getString() - Method in class snap.text.TextDoc
Returns the string for the text.
getString() - Method in class snap.text.TextLine
Returns the string for the line.
getString() - Method in class snap.text.TextLink
Returns the link string.
getString() - Method in class snap.text.TextRun
Returns the string for this run.
getString() - Method in class snap.text.TextSel
Returns the selected text string.
getString() - Method in class snap.text.TextToken
Returns the string.
getString() - Method in class snap.util.XMLElement
Returns a string representation of this element (XML).
getString() - Method in class snap.view.Clipboard
Returns the clipboard content.
getString() - Method in class snap.view.ClipboardData
Returns the data as string.
getString() - Method in class snap.web.ParsedURL
Returns the URL string.
getString() - Method in class snap.web.ParsedUrlArgs
Returns the string.
getString() - Method in class snap.web.WebURL
Returns the full URL string.
getString(byte[]) - Static method in class snap.util.StringUtils
Returns a string for given bytes.
getString(byte[], String) - Static method in class snap.util.StringUtils
Returns a string for given bytes.
getString(Transferable) - Static method in class snap.swing.SwingUtils
Returns a string from given transferable.
getString(String) - Method in class snap.util.Prefs
Returns a value for given string.
getString(String, String) - Method in class snap.swing.AWTPrefs
Returns a value for given string and default.
getString(String, String) - Method in class snap.util.Prefs
Returns a value for given string and default.
getString(URL) - Static method in class snap.util.URLUtils
Returns the URL string for given object.
getString(ParseRule) - Static method in class snap.parse.ParseUtils
Returns string definition of rule.
getString(JSValue) - Method in class snap.util.JSWriter
Returns a string for given JSON node.
getStringAdvance(String) - Method in class snap.gfx.Font
Returns the horizontal distance spanned by the given string when rendered in this font.
getStringArrayForString(String) - Static method in class snap.props.StringCodec
Returns an array of String values for given comma separated string.
getStringBounds(String) - Method in class snap.gfx.Font
Returns the bounds rect for given string.
getStringBounds(String) - Method in class snap.swing.J2DPainter
Return string bounds.
getStringBuffer(JSValue) - Method in class snap.util.JSWriter
Returns a string buffer for given JSON node.
getStringForDoubleArray(double[]) - Method in class snap.props.StringCodec
Return string for double array.
getStringHeight() - Method in class snap.text.StringBox
Returns the height of the current string/font (aka the 'line height').
getStringLong() - Method in class snap.geom.Insets
Returns a string representation of this Insets.
getStringQuoted(String) - Static method in class snap.util.StringUtils
Returns a quoted string.
getStringSurrounded(String, String, String) - Static method in class snap.util.StringUtils
Returns a string surrounded by given string.
getStringValue() - Method in class snap.view.ViewEvent
Returns the String value encapsulated by the event widget.
getStringValue(Object, Object) - Static method in class snap.util.KeyChain
Convenience - returns a string for an object and key chain.
getStringValue(Object, String) - Static method in class snap.util.Key
Returns a string value for a key.
getStringValue(String) - Method in class snap.util.JSObject
Returns the native value for given key.
getStringValue(String) - Method in class snap.viewx.FormBuilder
Returns the specified value.
getStringView() - Method in class snap.view.Label
Returns the StringView.
getStringWidth() - Method in class snap.text.StringBox
Returns the width of the string (aka the 'advance').
getStringX() - Method in class snap.text.StringBox
Returns the string X point.
getStringY() - Method in class snap.text.StringBox
Returns the string Y point.
getStroke() - Method in class snap.gfx.Border
Returns the stroke of the border (maybe not be entirely accurate for fancy strokes).
getStroke() - Method in class snap.gfx.Borders.LineBorder
Returns the stroke.
getStroke() - Method in class snap.gfx.Painter
Returns the current stroke.
getStroke() - Method in class snap.gfx.PainterDVR.SetStroke
Returns the stroke.
getStroke() - Method in class snap.gfx.PainterImpl
Returns the current stroke.
getStroke() - Method in class snap.gfx.PainterProxy
Returns the stroke.
getStroke() - Method in class snap.gfx3d.Painter3D
Returns the current stroke.
getStroke() - Method in class snap.gfx3d.Painter3D.PaintTask
Returns stroke.
getStroke() - Method in class snap.gfx3d.Shape3D
Returns the stroke of shape.
getStroke() - Method in class snap.swing.J2DPainter
Returns the current stroke.
getStroke(double) - Static method in class snap.gfx.Stroke
Returns a stroke for given line width.
getStrokeColor() - Method in class snap.gfx3d.Shape3D
Returns the stroke color of shape.
getStrokedShapeTriangleArray(PathIter, Color, Stroke, double) - Static method in class snap.gfx3d.VertexArrayUtils
Returns a VertexArray for stroked path.
getStrokeRound(double) - Static method in class snap.gfx.Stroke
Returns a stroke for given line width.
getStrokeTriangleArray() - Method in class snap.gfx3d.FacetShape
Returns a VertexArray for path stroke.
getStrokeTriangleArray() - Method in class snap.gfx3d.Path3D
Returns a VertexArray for path stroke.
getStrokeTriangleArray() - Method in class snap.gfx3d.Polygon3D
Returns a VertexArray for path stroke.
getStrokeTriangleArray() - Method in class snap.gfx3d.PolygonPath3D
Returns a VertexArray for path stroke.
getStyle() - Method in class snap.text.StringBox
Returns the TextStyle.
getStyle() - Method in class snap.text.StyledString
Returns the TextStyle.
getStyle() - Method in class snap.text.TextBoxRun
Returns the run style.
getStyle() - Method in class snap.text.TextRun
Returns the run style.
getStyle() - Method in class snap.view.StringView
Returns the TextStyle.
getStyleForCharIndex(int) - Method in class snap.text.TextDoc
Returns the TextStyle for the run at the given character index.
getStyleForCharIndex(int) - Method in class snap.view.TextArea
Returns the style at given char index.
getStyleForCharRange(int, int) - Method in class snap.text.TextDoc
Returns the TextStyle for the run for given char range.
getStyleKey(Object) - Static method in class snap.text.TextStyle
Returns the most likely style key for a given attribute.
getStyler() - Method in class snap.styler.StylerOwner
Returns the styler.
getSubimage(double, double, double, double) - Method in class snap.gfx.Image
Returns a subimage from rectangle.
getSuggestions() - Method in class snap.text.SpellCheck.Word
Returns a list of suggestions.
getSuggestionsForWord(SpellCheck.Word) - Method in class snap.text.SpellCheck
Returns the suggestions for given word.
getSummary() - Method in class snap.web.HTTPResponse
Returns a response summary string.
getSvgString() - Method in class snap.geom.RectBase
Returns a String reprsentation of this rect.
getSvgString() - Method in class snap.geom.Shape
Returns an SVG string representation of Shape.
getSvgString() - Method in class snap.text.StringBox
Returns the string.
getSwatch(int) - Method in class snap.viewx.ColorDock
Returns the swatch at given index.
getSwatch(int, int) - Method in class snap.viewx.ColorDock
Returns the swatch at given row+col.
getSwatchAt(double, double) - Method in class snap.viewx.ColorDock
Returns the swatch at given point.
getSwatchAt(Point) - Method in class snap.viewx.ColorDock
Returns the swatch at given point.
getSwatchCount() - Method in class snap.viewx.ColorDock
Returns the total number of visible swatches.
getSweepAngle() - Method in class snap.geom.Arc
Returns the sweep angle for the oval.
getSweepAngle() - Method in class snap.view.ArcView
Returns the sweep angle.
getSystemTime() - Method in class snap.util.TaskRunner
Returns the system time.
getTab(int) - Method in class snap.text.TextLineStyle
Returns the specific tab value for the given index in printer points.
getTab(int) - Method in class snap.view.TabBar
Returns the tab at given index.
getTab(int) - Method in class snap.view.TabView
Returns the tab at given index.
getTabBar() - Method in class snap.view.TabView
Returns the TabBar.
getTabButton() - Method in class snap.view.DrawerView
Returns the tab button.
getTabButton(int) - Method in class snap.view.TabBar
Returns a tab button.
getTabCloseActionHandler() - Method in class snap.view.TabBar
Returns the tab close action handler, called when a tab button close box is triggered.
getTabCount() - Method in class snap.text.TextLineStyle
Returns the number of tabs associated with this paragraph.
getTabCount() - Method in class snap.view.TabBar
Returns the number of tabs in pane.
getTabCount() - Method in class snap.view.TabView
Returns the number of tabs in pane.
getTabIndexForX(double) - Method in class snap.text.TextLineStyle
Returns the tab index for the given location.
getTabLabel() - Method in class snap.view.DrawerView
Returns the tab label.
getTable() - Method in class snap.view.TableCol
Returns the table.
getTabMinWidth() - Method in class snap.view.TabBar
Returns the tab min width.
getTabs() - Method in class snap.text.TextLineStyle
Returns the raw tab array
getTabs() - Method in class snap.view.TabBar
Returns the tabs.
getTabsBox() - Method in class snap.view.TabBar
Returns the actual box that holds the tabs.
getTabSide() - Method in class snap.view.TabView
Returns the side where tabs are shown.
getTabsString() - Method in class snap.text.TextLineStyle
Returns the values of all the tabs associated with this paragraph as a comma separated string.
getTabTitle(int) - Method in class snap.view.TabBar
Returns tab content at index.
getTabType(int) - Method in class snap.text.TextLineStyle
Returns the type of tab at the given index.
getTabTypes() - Method in class snap.text.TextLineStyle
Returns the raw tab type array
getTail() - Method in class snap.util.ListSel
Returns the tail selection.
getTail() - Method in class snap.util.ListSel2D
Returns the tail selection.
getTailAngle() - Method in class snap.geom.SplicerShape
Returns the tail angle.
getTailPoint() - Method in class snap.geom.SplicerShape
Returns the tail point.
getTargetedIndex() - Method in class snap.view.ListArea
Returns the index of the currently targeted cell.
getTargetFill() - Method in class snap.view.ViewTheme
Returns the selection color.
getTargetFill() - Static method in class snap.view.ViewUtils
Returns the selection color.
getTargetTextFill() - Method in class snap.view.ViewTheme
Returns the selection color.
getTargetTextFill() - Static method in class snap.view.ViewUtils
Returns the selection color.
getTargFile() - Method in class snap.viewx.WebSitePane
Returns the file targeted by the input text.
getTargView() - Method in class snap.viewx.DevPaneViewOwners
Returns the targeted view.
getTargView() - Method in class snap.viewx.DevPaneViews
Returns the targeted view.
getTempDir() - Static method in class snap.util.FileUtils
Returns the temp directory.
getTempDir() - Static method in class snap.util.SnapUtils
Returns the temp directory for this machine.
getTempFile(String) - Static method in class snap.util.FileUtils
Creates a file in the temp directory.
getTexCoordArray() - Method in class snap.gfx3d.Polygon3D
Returns the vertex texture coords array.
getTexCoordArray() - Method in class snap.gfx3d.VertexArray
Returns the vertex texture coords array.
getText() - Method in class snap.view.ButtonBase
Returns the text.
getText() - Method in class snap.view.CollapseView
Override to forward to label.
getText() - Method in class snap.view.ComboBox
Return combo box text.
getText() - Method in class snap.view.Label
Returns the text.
getText() - Method in class snap.view.ListArea
Override to return text for currently selected item.
getText() - Method in class snap.view.ListView
Override to return text for currently selected item.
getText() - Method in class snap.view.Spinner
Returns the text for value.
getText() - Method in class snap.view.StringView
Returns the text.
getText() - Method in class snap.view.TextArea
Returns the plain string of the text being edited.
getText() - Method in class snap.view.TextField
Returns the plain string of the text being edited.
getText() - Method in class snap.view.TextView
Returns the plain string of the text being edited.
getText() - Method in class snap.view.TitleView
Override to get from label.
getText() - Method in class snap.view.View
Returns the text value of this view.
getText() - Method in class snap.view.ViewEvent
Returns text for encapsulated widget.
getText() - Method in class snap.web.HTTPResponse
Returns the response byte string.
getText() - Method in class snap.web.WebFile
Returns the file bytes as a string.
getText() - Method in class snap.web.WebResponse
Returns the text of the response.
getText() - Method in class snap.web.WebURL
Returns the file bytes as a string.
getText(Class<?>, String) - Static method in class snap.util.SnapUtils
Returns text string for a class and name/path.
getText(Object) - Static method in class snap.util.SnapUtils
Returns text for a source.
getText(View) - Method in class snap.viewx.DevPaneViewOwners.ViewOwnersTreeResolver
Returns the text to be used for given item.
getText(View) - Method in class snap.viewx.DevPaneViews.ViewTreeResolver
Returns the text to be used for given item.
getText(T) - Method in class snap.view.ComboBox
Returns text for item.
getText(T) - Method in class snap.view.ListArea
Returns text for item.
getText(T) - Method in class snap.view.ListView
Returns text for item.
getText(T) - Method in class snap.view.TreeResolver
Returns the text to be used for given item.
getText(T, int) - Method in class snap.view.TreeResolver
Returns the text to be used for given item in given column.
getText(T, int) - Method in class snap.view.TreeView
Returns the text to be used for given item.
getTextArea() - Method in class snap.view.TextView
Returns the TextArea.
getTextArea() - Method in class snap.viewx.TextPane
Returns the TextArea.
getTextBorder() - Method in class snap.styler.Styler
Returns the outline state of the currently selected shape (null if none).
getTextBorder() - Method in class snap.view.TextArea
Returns whether current selection is outlined.
getTextBounds() - Method in class snap.view.StringView
Returns the text bounds.
getTextBounds(boolean) - Method in class snap.view.TextField
Returns the text bounds.
getTextBounds(int, int) - Method in class snap.view.StringView
Returns the text bounds for the given range of characters.
getTextBox() - Method in class snap.text.TextSel
Returns the text.
getTextBox() - Method in class snap.view.TextArea
Returns the text that is being edited.
getTextBox() - Method in class snap.view.TextView
Returns the text that is being edited.
getTextBoxBounds() - Method in class snap.view.TextArea
Sets the Text.Rect from text area.
getTextBoxMaxX() - Method in class snap.text.TextBoxToken
Returns the max X.
getTextBoxMaxY() - Method in class snap.text.TextBoxToken
Returns the max Y.
getTextBoxStringY() - Method in class snap.text.TextBoxToken
Returns the y position for this run text global coords.
getTextBoxX() - Method in class snap.text.TextBoxToken
Returns the X location in text global coords.
getTextBoxY() - Method in class snap.text.TextBoxToken
Returns the Y location.
getTextColor() - Method in class snap.styler.Styler
Returns the text color current text.
getTextColor() - Method in class snap.text.StringBox
Returns the color for string text.
getTextColor() - Method in class snap.text.TextBoxToken
Returns the color for this token.
getTextColor() - Method in class snap.text.TextToken
Returns the override TextStyle, if set.
getTextColor() - Method in class snap.view.TextArea
Returns the color of the current selection or cursor.
getTextDoc() - Method in class snap.text.SubText
Returns the TextDoc that this SubText references.
getTextDoc() - Method in class snap.text.TextBox
Returns the TextDoc.
getTextDoc() - Method in class snap.text.TextLine
Returns the TextDoc.
getTextDoc() - Method in class snap.view.TextArea
Returns the TextDoc.
getTextDoc() - Method in class snap.view.TextView
Returns the TextDoc.
getTextDoc() - Method in class snap.viewx.TextPane
Returns the TextDoc.
getTextDocLength() - Method in class snap.text.TextBox
Returns the number of characters in the text.
getTextEditor() - Method in class snap.viewx.SpellCheckPanel
Returns the TextEditor.
getTextField() - Method in class snap.view.ComboBox
Returns the TextField.
getTextField() - Method in class snap.view.Spinner
Returns the text field.
getTextFill() - Method in class snap.text.StyledString
Returns the text fill.
getTextFill() - Method in class snap.view.ButtonBase
Returns the text fill.
getTextFill() - Method in class snap.view.Label
Returns the text fill.
getTextFill() - Method in class snap.view.StringView
Returns the text fill.
getTextFill() - Method in class snap.view.TextArea
Returns the color of the current selection or cursor.
getTextFill() - Method in class snap.view.TextField
Returns the text fill.
getTextFill() - Method in class snap.view.TextView
Returns the color of the current selection or cursor.
getTextFill() - Method in class snap.view.ViewTheme
Returns the text fill.
getTextFill() - Static method in class snap.view.ViewUtils
Returns the text fill.
getTextHeight() - Method in class snap.text.StyledString
Returns the height of the current string/font (aka the 'line height').
getTextHeight() - Method in class snap.view.StringView
Returns the height of the current string/font (aka the 'line height').
getTextHeight() - Method in class snap.view.TextField
Returns the text height.
getTextLength() - Method in class snap.viewx.SpellCheckPanel
 
getTextLine() - Method in class snap.text.TextBoxLine
Returns the TextLine.
getTextLine() - Method in class snap.text.TextBoxToken
Returns the TextBoxLine.
getTextLine() - Method in class snap.text.TextToken
Returns the TextLine.
getTextLineStart() - Method in class snap.text.TextBoxLine
Returns the start of this line in TextLine.
getTextLinkForXY(double, double) - Method in class snap.view.TextArea
Returns the link at given XY.
getTextRun() - Method in class snap.text.TextToken
Returns the TextRun.
getTextString() - Method in class snap.viewx.SpellCheckPanel
Returns the text that this spell check panel should be checking.
getTextStyle() - Method in class snap.text.TextBoxToken
Returns the TextStyle for token.
getTextStyle() - Method in class snap.text.TextToken
Returns the TextStyle for token.
getTexture() - Method in class snap.gfx3d.FacetShape
Returns the texture to render on the facet shape surface.
getTexture() - Method in class snap.gfx3d.VertexArray
Returns the texture to render on geometry surface.
getTextWidth() - Method in class snap.text.StyledString
Returns the width of the string (aka the 'advance').
getTextWidth() - Method in class snap.view.StringView
Returns the width of the string (aka the 'advance').
getTextWidth() - Method in class snap.view.TextField
Returns the text width.
getThread() - Method in class snap.util.TaskRunner
Returns the thread.
getThumbBounds() - Method in class snap.view.ScrollBar
Returns the thumb rect.
getTime() - Method in class snap.gfx.SoundClip
Returns the sound time in milliseconds.
getTime() - Method in class snap.swing.SwingSoundClip
Returns the sound time in milliseconds.
getTime() - Method in class snap.view.ViewAnim
Returns the current time.
getTime() - Method in class snap.view.ViewTimer
Returns the elapsed time.
getTime() - Method in class snap.web.WebResponse
Returns the response time.
getTimeDeep(View) - Static method in class snap.view.ViewAnim
Returns the anim time.
getTitle() - Method in class snap.view.CollapseView
Returns the title.
getTitle() - Method in class snap.view.Tab
Returns the title.
getTitle() - Method in class snap.view.WindowView
Returns the title of the window.
getTitle() - Method in class snap.viewx.ColorButton
Returns the title.
getTitle() - Method in class snap.viewx.DialogBox
Returns the title of the dialog box.
getTitleStyle() - Method in class snap.view.TitleView
Returns the title style.
getToAddress() - Method in class snap.viewx.ExceptionReporter
Returns the user to send mail to.
getToggleGroup() - Method in class snap.view.ToggleButton
Returns the button group name.
getToggleGroup(String) - Method in class snap.view.ViewOwner
Return the toggle group for the given name (creating if needed).
getToken() - Method in class snap.parse.Parser
Returns the current token.
getToken(int) - Method in class snap.text.TextBoxLine
Returns the individual token at given index.
getTokenCount() - Method in class snap.text.TextBoxLine
Returns the number of tokens.
getTokenForCharIndex(int) - Method in class snap.text.TextBox
Returns the token at given index.
getTokenForCharIndex(int) - Method in class snap.text.TextBoxLine
Returns the token at character index.
getTokenForCharIndex(int) - Method in class snap.text.TextLine
Returns the token at or before given char index.
getTokenForCharIndex(int) - Method in class snap.view.TextArea
Returns the token for given character index.
getTokenForX(double) - Method in class snap.text.TextBoxLine
Returns the token at index.
getTokenForX(double) - Method in class snap.text.TextLine
Returns the token at index.
getTokenizer() - Method in class snap.parse.Parser
Returns the tokenizer.
getTokenLast() - Method in class snap.text.TextBoxLine
Returns the last token for this line.
getTokens() - Method in class snap.text.TextBoxLine
Returns the tokens for this line.
getTokens() - Method in class snap.text.TextLine
Returns the tokens.
getTool(Object) - Method in class snap.styler.BorderTool
Returns the specific tool for a given fill.
getTool(Object) - Method in class snap.styler.EffectTool
Returns the specific tool for a given shape.
getTool(Object) - Method in class snap.styler.PaintTool
Returns the specific tool for a given fill.
getToolBarPane() - Method in class snap.viewx.TextPane
Returns the toolbar pane.
getToolTip() - Method in class snap.view.View
Returns the tool tip text.
getToolTip(ViewEvent) - Method in class snap.view.View
Returns a tool tip string for given event.
getToolTip(ViewEvent) - Method in class snap.view.WindowView
Override to try to get tool tip from mouse over stack.
getToolTipText(MouseEvent) - Method in class snap.swing.SWRootView
Override to get from RootView.
getTop() - Method in class snap.geom.Insets
Returns the top margin.
getTop() - Method in class snap.view.BorderView
Returns the top node.
getTopScroll() - Method in class snap.view.ScrollGroup
Returns the top Scroller.
getTopScrollCol() - Method in class snap.view.ScrollGroup
Returns the view that holds the TopScrollRow and a divider line view.
getTopScrollRow() - Method in class snap.view.ScrollGroup
Returns the view that holds the TopScroll scroller view and corner view(s).
getTopView() - Method in class snap.view.ScrollGroup
Returns the top view.
getTrackBounds() - Method in class snap.view.Slider
Returns the track rect.
getTrans() - Method in class snap.swing.SwingClipboard
Returns the current transferable.
getTransform() - Method in class snap.geom.PathIter
Returns the Transform associated with this PathIter.
getTransform() - Method in class snap.gfx.Painter
Return transform.
getTransform() - Method in class snap.gfx.PainterImpl
Transform by transform.
getTransform() - Method in class snap.gfx.PainterProxy
Transform by transform.
getTransform() - Method in class snap.swing.J2DPainter
Returns the current transform.
getTransformBetweenRects(Rect, Rect) - Static method in class snap.geom.Transform
Returns a transform from one rect to another.
getTransformToAlignToVector(double, double, double) - Method in class snap.gfx3d.FacetShape
Returns the transform to make this FacetShape align with given vector.
getTransition() - Method in class snap.viewx.TransitionPane
Returns the current transition.
getTransparency() - Method in class snap.swing.GradientPaintX
Alpha & color definitions.
getTransX() - Method in class snap.view.View
Returns the translation of this view from X.
getTransY() - Method in class snap.view.View
Returns the translation of this view from Y.
getTree() - Method in class snap.view.TreeCol
Returns the tree.
getTriangleArray() - Method in class snap.gfx3d.FacetShape
Returns a VertexArray of shape surface triangles.
getTriangleArray() - Method in class snap.gfx3d.Painter3D
Returns the VertexArray for drawing.
getTriangleArray() - Method in class snap.gfx3d.Painter3D.PaintTask
Returns a VertexArray.
getTriangleArray() - Method in class snap.gfx3d.ParentShape
Override to return null (parent don't have VertexArray).
getTriangleArray() - Method in class snap.gfx3d.Shape3D
Returns the array of Path3D that can render this shape.
getTriangleArray() - Method in class snap.gfx3d.VertexArrayShape
Returns the VertexArray.
getType() - Method in class snap.gfx.Borders.BevelBorder
Returns the type.
getType() - Method in class snap.gfx.ColorSpace
Returns the color space type of this ColorSpace (for example TYPE_RGB, TYPE_XYZ, ...).
getType() - Method in class snap.gfx.GradientPaint
Returns the type.
getType() - Method in class snap.gfx.Image
Returns the type of the image bytes provided.
getType() - Method in class snap.swing.AWTEnv.AWTColorSpace
 
getType() - Method in class snap.view.ThumbWheel
Returns the type (radial or linear).
getType() - Method in class snap.view.ViewEvent
Returns the event type.
getType() - Method in class snap.view.WindowView
Returns the window type.
getType() - Method in class snap.viewx.DialogBox
Returns the type of the box.
getType() - Method in class snap.web.FileHeader
Returns the file type (extension without the '.').
getType() - Method in class snap.web.WebFile
Returns the file type (extension without the '.').
getType() - Method in class snap.web.WebRequest
Returns the type of request.
getType() - Method in class snap.web.WebURL
Returns the file type (extension without the '.').
getType(String) - Static method in class snap.util.FilePathUtils
Returns the file type of the given string path (everything after last '.' in lowercase).
getType(String) - Static method in class snap.web.MIMEType
Returns the MIME type for string path, extension, type.
getTypeImpl() - Method in class snap.swing.SwingEvent
Computes the event type from EventObject.
getTypeImpl() - Method in class snap.view.ViewEvent
Returns the event type.
getTypes() - Method in class snap.viewx.FilePanel
Returns the file types.
getTypes() - Method in class snap.viewx.WebSitePane
Returns the file types.
getUI() - Method in class snap.view.ViewOwner
Returns top level view.
getUI(Class<T>) - Method in class snap.view.ViewOwner
Returns top level view as given class.
getUISource() - Method in class snap.view.ViewOwner
Returns the UI source.
getUISource(Class<?>) - Method in class snap.view.ViewEnv
Returns a UI source for given class.
getUnderlineOffset() - Method in class snap.gfx.Font
Returns the distance below the baseline that an underline should be drawn.
getUnderlineOffset() - Method in class snap.gfx.FontFile
Returns the distance below the baseline that an underline should be drawn.
getUnderlineRuns(Rect) - Method in class snap.text.TextBox
Returns underlined runs for text box.
getUnderlineStroke() - Method in class snap.text.TextBoxLine
Returns the max stroke width of any underlined chars in this line.
getUnderlineStyle() - Method in class snap.text.TextRun
Returns the underline style of this run.
getUnderlineStyle() - Method in class snap.text.TextStyle
Returns the underline style of this run.
getUnderlineThickness() - Method in class snap.gfx.Font
Returns the default thickness that an underline should be drawn.
getUnderlineThickness() - Method in class snap.gfx.FontFile
Returns the default thickness that an underline should be drawn.
getUnderlineThickness() - Method in class snap.swing.AWTFontFile
Returns the default thickness that an underline should be drawn.
getUnderlineY() - Method in class snap.text.TextBoxLine
Returns the Y position of any underlined chars in this line.
getUndoer() - Method in class snap.view.TextArea
Returns the undoer.
getUndoer() - Method in class snap.view.TextView
Returns the undoer.
getUndoSelection() - Method in class snap.props.Undoer
Returns the list of objects that should be selected after current undo is fired.
getUndoSelection() - Method in class snap.props.UndoSet
Returns the selection to be set if undo is executed.
getUndoSelection() - Method in class snap.view.TextArea
Returns a selection object for undoer.
getUndoSetLast() - Method in class snap.props.Undoer
Returns the last undo.
getUndoSets() - Method in class snap.props.Undoer
Returns the list of undo sets.
getUndoTitle() - Method in class snap.props.UndoSet
Returns the undo title.
getUnionRect(Rect) - Method in class snap.geom.Rect
Returns rect for combined area with given rect.
getUpArrowImage() - Static method in class snap.view.ArrowView
Returns an image of a up arrow.
getUpdater() - Method in class snap.view.View
Returns the ViewUpdater.
getUpdater() - Method in class snap.view.WindowView
Returns the Updater.
getUpdater() - Method in class snap.web.WebFile
Returns the updater.
getURI(URL) - Static method in class snap.util.URLUtils
Returns a URL for given string.
getURL() - Method in class snap.viewx.ExceptionReporter
Returns the URL.
getURL() - Method in exception snap.web.AccessException
Returns the URL that caused the exception (null if exception isn't file specific).
getURL() - Method in class snap.web.HTTPRequest
Returns the URL.
getURL() - Method in class snap.web.WebFile
Returns the URL for this file.
getURL() - Method in class snap.web.WebRequest
Returns the URL.
getURL() - Method in class snap.web.WebResponse
Returns the request URL.
getURL() - Method in class snap.web.WebSite
Returns the URL.
getURL(Class<?>, String) - Static method in class snap.web.WebURL
Returns a URL for given class and resource name.
getURL(Object) - Static method in class snap.web.WebURL
Returns a URL for given object.
getURL(String) - Method in class snap.web.WebFile
Returns a relative URL for the given file path.
getURL(String) - Method in class snap.web.WebSite
Returns a URL for the given file path.
getUrlForPath(String) - Static method in class snap.util.FilePathUtils
Returns a URL for given path.
getURLOrThrow(Object) - Static method in class snap.web.WebURL
Returns a URL for given object.
getURLs() - Static method in class snap.web.RecentFiles
Returns the array of recent file URLs.
getURLScheme() - Method in class snap.web.LocalSite
Returns the string identifying the prefix for URLs in this data source.
getUrlsForPaths(String[]) - Static method in class snap.util.FilePathUtils
Returns the URLs for given paths.
getUrlString() - Method in class snap.web.WebFile
Returns the URL string.
getURLString() - Method in class snap.web.HTTPRequest
Returns the URL string.
getURLString() - Method in class snap.web.WebSite
Returns the URL root.
getUrlStrings() - Static method in class snap.web.RecentFiles
Returns the array of recent file URL strings.
getUser() - Method in class snap.web.ParsedURL
Returns the User part of the URL.
getUserHomeDir(String, boolean) - Static method in class snap.util.FileUtils
Returns a file for named directory in the user's home directory (with option to create).
getUserName() - Method in class snap.web.WebSite
Returns the user name.
getValidSelOrTargFile() - Method in class snap.viewx.WebSitePane
Returns the selected or targeted file if valid.
getValue() - Method in class snap.util.JSValue
Returns the value.
getValue() - Method in class snap.util.KeyChain
Returns the value of the keychain.
getValue() - Method in class snap.util.XMLAttribute
Returns the value for this attribute.
getValue() - Method in class snap.util.XMLElement
Returns the value for this attribute.
getValue() - Method in class snap.view.Slider
Returns the value.
getValue() - Method in class snap.view.Spinner
Returns the spinner value.
getValue() - Method in class snap.view.ThumbWheel
Returns the value.
getValue() - Method in class snap.view.ViewEvent
Returns the value encapsulated by the event widget.
getValue(double, double, double) - Method in class snap.util.Interpolator
Returns a value given a ratio and start/end values.
getValue(int) - Method in class snap.util.JSArray
Returns a value at given index.
getValue(int) - Method in class snap.util.ObjectArray
Returns the Object value at index.
getValue(int) - Method in class snap.web.ParsedUrlArgs
Returns the individual value at given index.
getValue(Object, Object) - Static method in class snap.util.KeyChain
Returns the result of evaluating the given key chain on the given object.
getValue(Object, Object, KeyChain) - Static method in class snap.util.KeyChain
Returns the result of evaluating the given key chain on the given object.
getValue(Object, String) - Method in class snap.util.JSArchiver
Returns a value for a key.
getValue(Object, String) - Static method in class snap.util.Key
Returns a value for given object and key.
getValue(Object, String, Class<T>) - Static method in class snap.util.Key
Returns a value as given class, if appropriate.
getValue(Object, KeyChain) - Static method in class snap.util.KeyChain
Returns the result of evaluating the given key chain on the given object.
getValue(String) - Method in class snap.util.JSObject
Returns a value for a key.
getValue(String) - Method in class snap.util.Prefs
Returns a value for given string.
getValue(String) - Method in class snap.viewx.FormBuilder
Returns the specified value.
getValue(String) - Method in class snap.web.ParsedUrlArgs
Returns a field value string for given field string.
getValue(String, Object) - Method in class snap.swing.AWTPrefs
 
getValue(String, Object) - Method in class snap.util.Prefs
Returns a value for given string and default.
getValueAsString() - Method in class snap.util.JSArray
Returns the value as String if type is String.
getValueAsString() - Method in class snap.util.JSValue
Returns the value as String if type is String.
getValueAtPoint(Point) - Method in class snap.view.ThumbWheel
This method gives the value that corresponds to a point with respect to the given frame and the visible range.
getValueBytes() - Method in class snap.util.XMLElement
Returns the element value as bytes.
getValueClass() - Method in class snap.view.Spinner
Returns the value type.
getValueCount() - Method in class snap.util.JSArray
Returns the number of values.
getValueCount() - Method in class snap.util.JSObject
Returns the number of key values.
getValueForKeyAndTime(String, int) - Method in class snap.view.ViewAnim
Returns the value for given key and time.
getValueFunctionCall(Object, Object, KeyChain) - Method in interface snap.util.KeyChain.FunctionHandler
 
getValueImpl(Object, Object, KeyChain) - Static method in class snap.util.KeyChain
Returns the result of evaluating the given key chain on the given object.
getValueImpl(Object, String) - Static method in class snap.util.Key
Returns a value for given object and key.
getValuePropName() - Method in class snap.view.ComboBox
Returns Value property name.
getValuePropName() - Method in class snap.view.Label
Returns a mapped property name.
getValuePropName() - Method in class snap.view.ListArea
Returns a mapped property name.
getValuePropName() - Method in class snap.view.ListView
Returns a mapped property name.
getValuePropName() - Method in class snap.view.MenuItem
Returns a mapped property name.
getValuePropName() - Method in class snap.view.SwitchView
Returns a mapped property name.
getValuePropName() - Method in class snap.view.TableView
Returns a mapped property name.
getValuePropName() - Method in class snap.view.TextArea
Returns a mapped property name.
getValuePropName() - Method in class snap.view.TextField
Returns a mapped property name.
getValuePropName() - Method in class snap.view.TextView
Returns a mapped property name.
getValuePropName() - Method in class snap.view.TitleView
Returns a mapped property name name.
getValuePropName() - Method in class snap.view.ToggleButton
Returns a mapped property name name.
getValuePropName() - Method in class snap.view.TreeView
Returns a mapped property name.
getValuePropName() - Method in class snap.view.View
Returns a mapped property name.
getValuePropName() - Method in class snap.viewx.ColorButton
Returns a mapped property name.
getValuePropName() - Method in class snap.viewx.ColorWell
Returns a mapped property name.
getValueRatio() - Method in class snap.view.Slider
Returns the value as a number from 0-1, based on where the value is in the range (min=0, max=1).
getValues() - Method in class snap.util.JSArray
Returns the values.
getValueString() - Method in class snap.util.KeyChain
Returns the value of the keychain as a string.
getVBar() - Method in class snap.view.ScrollView
Returns the vertical ScrollBar.
getVersion() - Method in class snap.util.XMLArchiver
Returns the version of the document.
getVertexArray() - Method in class snap.gfx3d.VertexArrayShape
Returns the VertexArray.
getView() - Method in class snap.view.Binding
Returns the UI view.
getView() - Method in class snap.view.ViewAnim
Returns the View.
getView() - Method in class snap.view.ViewEvent
Returns the node associated with this event.
getView() - Method in class snap.view.ViewProxy
Returns the view.
getView(Class<T>) - Method in class snap.view.Binding
Returns the UI view.
getView(Class<T>) - Method in class snap.view.ViewEvent
Returns the event node as given class.
getView(Object) - Method in class snap.view.ViewOwner
Returns the specific child view for given object (name, event or view).
getView(Object, Class<T>) - Method in class snap.view.ViewOwner
Returns the specific child view with the given name as the given class.
getView(String) - Method in class snap.view.ViewList
Returns the child with given name.
getViewAfter() - Method in class snap.view.Divider
Returns the view after divider.
getViewAt(double, double) - Method in class snap.view.ViewList
Returns the view at given point.
getViewAt(Point) - Method in class snap.view.ViewList
Returns the view at given point.
getViewAt(Shape, Class<T>, View) - Method in class snap.view.ViewList
Returns the first view of given class (optional) hit by given shape, excluding given view (optional).
getViewBefore() - Method in class snap.view.Divider
Returns the view before divider.
getViewBoolValue(Object) - Method in class snap.view.ViewOwner
Returns the boolean value for a given name or UI view.
getViewFloatValue(Object) - Method in class snap.view.ViewOwner
Returns the float value for a given name or UI view.
getViewForBytes(byte[]) - Method in class snap.view.ViewArchiver
Returns a View for source.
getViewForSource(Object) - Method in class snap.view.ViewArchiver
Returns a View for source.
getViewForSourceAndOwner(Object, Object) - Method in class snap.view.ViewArchiver
Returns a View for source.
getViewHeight() - Method in class snap.gfx3d.Camera
Returns the height of the camera viewing plane.
getViewIntValue(Object) - Method in class snap.view.ViewOwner
Returns the int value for a given name or UI view.
getViewItems(Object) - Method in class snap.view.ViewOwner
Returns the items for a given name or UI view.
getViewList() - Method in class snap.view.ParentView
Returns the ViewList that holds children.
getViewProxy() - Method in class snap.view.BorderView
Override to return ColViewProxy.
getViewProxy() - Method in class snap.view.BoxView
Override to return BoxViewProxy.
getViewProxy() - Method in class snap.view.ButtonBase
Returns the ViewProxy to layout button.
getViewProxy() - Method in class snap.view.CheckBoxMenuItem
Override to customize left padding for checkbox graphic.
getViewProxy() - Method in class snap.view.ColView
Override to return ColViewProxy.
getViewProxy() - Method in class snap.view.ListArea
Returns the ViewProxy to do layout.
getViewProxy() - Method in class snap.view.ParentView
Returns a ViewProxy for this View.
getViewProxy() - Method in class snap.view.RowView
Override to return ColViewProxy.
getViewProxy() - Method in class snap.view.ScaleBox
Override to return ScaleBoxProxy.
getViewProxy() - Method in class snap.view.SplitView
Override to return RowViewProxy or ColViewProxy.
getViewSelIndex(Object) - Method in class snap.view.ViewOwner
Returns the selected index for given name or UI view.
getViewSelItem(Object) - Method in class snap.view.ViewOwner
Returns the selected item for given name or UI view.
getViewsIntersectingShape(Shape, Class<T>) - Method in class snap.view.ViewList
Returns the views of given class (optional) hit by given shape.
getViewSize() - Method in class snap.view.ScrollBar
Returns the size of the viewable portion of ScrollSize.
getViewStringValue(Object) - Method in class snap.view.ViewOwner
Returns the string value for a given name or UI view.
getViewText(Object) - Method in class snap.view.ViewOwner
Returns the text value for a given name or UI view.
getViewValue(Object) - Method in class snap.view.ViewOwner
Returns the object value for a given name or UI view.
getViewWidth() - Method in class snap.gfx3d.Camera
Returns the width of the camera viewing plane.
getVisibleMax() - Method in class snap.view.ThumbWheel
Returns the largest value in the visible range (ie, on the right side) of the thumbhweel.
getVisibleMin() - Method in class snap.view.ThumbWheel
Returns the smallest value in the visible range (ie, on the left side) of the thumbhweel.
getVisibleRange() - Method in class snap.view.ThumbWheel
Returns the extent of the thumbwheel's visible range.
getVisRect() - Method in class snap.view.View
Returns the visible bounds for a view based on ancestor clips (just bound local if no clipping found).
getVPos() - Method in enum class snap.geom.Pos
Returns the vertical position.
getWhen() - Method in class snap.view.ViewEvent
Returns the time the event was sent.
getWidth() - Method in class snap.geom.Insets
Returns the width of the insets (left + right).
getWidth() - Method in class snap.geom.RectBase
Returns the width.
getWidth() - Method in class snap.geom.Shape
Returns the shape bounds width.
getWidth() - Method in class snap.geom.Size
Returns the width.
getWidth() - Method in class snap.gfx.Border
Returns the basic width of the border.
getWidth() - Method in class snap.gfx.Borders.LineBorder
Returns the width.
getWidth() - Method in class snap.gfx.Image
Returns the width of given image.
getWidth() - Method in class snap.gfx.ImagePaint
Returns the bounds width.
getWidth() - Method in class snap.gfx.Stroke
Returns the line width of this stroke.
getWidth() - Method in class snap.gfx3d.Bounds3D
Returns the box width.
getWidth() - Method in class snap.gfx3d.Painter3D
Returns the width.
getWidth() - Method in class snap.text.TextBox
Returns the width.
getWidth() - Method in class snap.text.TextBoxLine
Returns the width.
getWidth() - Method in class snap.text.TextBoxRun
Returns the width of run.
getWidth() - Method in class snap.text.TextBoxToken
Returns the width.
getWidth() - Method in class snap.text.TextLine
Returns the width of line.
getWidth() - Method in class snap.text.TextRun
Returns the width of run.
getWidth() - Method in class snap.text.TextToken
Returns the width.
getWidth() - Method in class snap.view.View
Returns the width of the view.
getWidth() - Method in class snap.view.ViewProxy
Returns the width.
getWidth(int) - Method in class snap.text.TextLine
Returns the width of line from given index.
getWidth(int) - Method in class snap.text.TextRun
Returns the width of run from given index.
getWidthAll() - Method in class snap.text.TextBoxLine
Returns the width including trailing whitespace.
getWidthForLineRange(int, int, boolean) - Method in class snap.text.TextToken
Returns the width for given char range.
getWidthImpl() - Method in class snap.gfx.Image
Returns the width of given image.
getWidthNoWhiteSpace() - Method in class snap.text.TextBoxLine
Returns the width without whitespace.
getWidthRatio() - Method in class snap.view.Scroller
Returns the ratio of Scroller.Width to Content.Width.
getWinding() - Method in class snap.geom.Path2D
Returns the winding - how a path determines what to fill when segments intersect.
getWinding() - Method in class snap.geom.PathIter
Returns the winding - how a path determines what to fill when segments intersect.
getWindow() - Method in class snap.swing.SWWindowHpr
Returns the snap Window.
getWindow() - Method in class snap.view.View
Returns the window.
getWindow() - Method in class snap.view.ViewOwner
Returns the Window to manage this ViewOwner's window.
getWindow() - Method in class snap.view.WindowView
Override to return this window.
getWindow() - Method in class snap.view.WindowView.WindowHpr
Returns the snap Window.
getWindow(Component) - Static method in class snap.swing.SwingUtils
Returns the first parent of given component which is window.
getWindowTitle() - Method in class snap.styler.GradientPaintTool
Returns the string used for the inspector window title.
getWindowTitle() - Method in class snap.styler.ImagePaintTool
Returns the string used for the inspector window title.
getWindowTitle() - Method in class snap.styler.StylerPane
Returns the display name for the inspector.
getX() - Method in class snap.geom.Point
Return point x.
getX() - Method in class snap.geom.RectBase
Returns the x.
getX() - Method in class snap.geom.Shape
Returns the shape bounds x.
getX() - Method in class snap.geom.Transform
Returns the translation x component.
getX() - Method in class snap.gfx.ImagePaint
Returns the bounds x.
getX() - Method in class snap.text.TextBox
Returns the X location.
getX() - Method in class snap.text.TextBoxLine
Returns the line x.
getX() - Method in class snap.text.TextBoxRun
Returns the x location of run.
getX() - Method in class snap.text.TextBoxToken
Returns the X location in line coords.
getX() - Method in class snap.text.TextToken
Returns the horizontal location of token in line.
getX() - Method in class snap.view.View
Returns the X location of the view.
getX() - Method in class snap.view.ViewEvent
Returns the mouse event x.
getX(double) - Method in class snap.geom.Cubic
Returns the x value at given parametric location.
getX(double) - Method in class snap.geom.Line
Returns the x value at given parametric location.
getX(double) - Method in class snap.geom.Quad
Returns the x value at given parametric location.
getX(double) - Method in class snap.geom.Segment
Returns the x value at given parametric location.
getX(int) - Method in class snap.geom.PointArray
Returns the x at given point index.
getX(int) - Method in class snap.geom.PointArrayIndex
Returns the x at given point index.
getX0() - Method in class snap.geom.Segment
Returns the first point x.
getX0() - Method in class snap.view.LineView
Returns the first point x.
getX1() - Method in class snap.geom.Segment
Returns the second point x.
getX1() - Method in class snap.view.LineView
Returns the second point x.
getXForChar(int) - Method in class snap.view.TextField
Returns the char index for given point in text coordinate space.
getXForCharIndex(int) - Method in class snap.text.TextBoxLine
Returns the X coord for given char index.
getXForCharIndex(int) - Method in class snap.text.TextLine
Returns the X coord for given char index.
getXForCharIndex(int) - Method in class snap.text.TextToken
Returns the X for given char index.
getXForTabAtIndexAndX(int, double) - Method in class snap.text.TextLine
Returns the x for tab at given x.
getXForTabForX(double) - Method in class snap.text.TextLineStyle
Returns the tab location for given location.
getXmlName() - Method in class snap.props.PropNode
Returns the XML name of node if from XML.
getXY() - Method in class snap.geom.RectBase
Returns the rectangle x/y as a point.
getXY() - Method in class snap.view.View
Returns the view x/y.
getY() - Method in class snap.geom.Point
Return point y.
getY() - Method in class snap.geom.RectBase
Returns the y.
getY() - Method in class snap.geom.Shape
Returns the shape bounds y.
getY() - Method in class snap.geom.Transform
Returns the translation y component.
getY() - Method in class snap.gfx.ImagePaint
Returns the bounds y.
getY() - Method in class snap.text.TextBox
Returns the Y location.
getY() - Method in class snap.text.TextBoxLine
Returns the line y.
getY() - Method in class snap.view.View
Returns the Y location of the view.
getY() - Method in class snap.view.ViewEvent
Returns the mouse event y.
getY(double) - Method in class snap.geom.Cubic
Returns the y value at given parametric location.
getY(double) - Method in class snap.geom.Line
Returns the y value at given parametric location.
getY(double) - Method in class snap.geom.Quad
Returns the y value at given parametric location.
getY(double) - Method in class snap.geom.Segment
Returns the y value at given parametric location.
getY(int) - Method in class snap.geom.PointArray
Returns the y at given point index.
getY(int) - Method in class snap.geom.PointArrayIndex
Returns the y at given point index.
getY0() - Method in class snap.geom.Segment
Returns the first point y.
getY0() - Method in class snap.view.LineView
Returns the first point y.
getY1() - Method in class snap.geom.Segment
Returns the second point y.
getY1() - Method in class snap.view.LineView
Returns the second point y.
getYaw() - Method in class snap.gfx3d.Camera
Returns the rotation about the Y axis in degrees.
getYaw() - Method in class snap.gfx3d.CameraView
Returns the rotation about the Y axis in degrees.
getYaw() - Method in class snap.gfx3d.CubeView
Returns the rotation about the Y axis in degrees.
getYaw() - Method in class snap.gfx3d.Trackball
Returns the rotation about the Y axis in degrees.
getYearsBetween(Date, Date) - Static method in class snap.util.DateUtils
Returns the number of years between two dates.
getYLocal() - Method in class snap.text.TextBoxLine
Returns the line y.
getZipFile() - Method in class snap.web.ZipFileSite
Returns the ZipFile.
GFXEnv - Class in snap.gfx
An adapter class for drawing in a native environment (Java2D, JavaFX).
GFXEnv() - Constructor for class snap.gfx.GFXEnv
 
GFXUtils - Class in snap.gfx
Graphics utilities.
GFXUtils() - Constructor for class snap.gfx.GFXUtils
 
GIF - Static variable in class snap.web.MIMEType
 
GimbalRadius_Prop - Static variable in class snap.gfx3d.Camera
 
GradientAxisPicker - Class in snap.styler
GradientAxisPicker.
GradientAxisPicker() - Constructor for class snap.styler.GradientAxisPicker
Creates new GradientAxisPicker.
GradientPaint - Class in snap.gfx
A Paint subclass to represent a gradient.
GradientPaint() - Constructor for class snap.gfx.GradientPaint
Creates a new GradientPaint.
GradientPaint(double, double, double, double, GradientPaint.Stop[]) - Constructor for class snap.gfx.GradientPaint
Creates a new linear GradientPaint with given type, start/end points, stops.
GradientPaint(double, GradientPaint.Stop[]) - Constructor for class snap.gfx.GradientPaint
Creates a new linear GradientPaint with given stops and roll.
GradientPaint(Color, Color, double) - Constructor for class snap.gfx.GradientPaint
Creates a new linear GradientPaint with given stops and roll.
GradientPaint(GradientPaint.Type, double, double, double, double, GradientPaint.Stop[]) - Constructor for class snap.gfx.GradientPaint
Creates a new GradientPaint with given type, start/end points, stops.
GradientPaint(GradientPaint.Type, double, double, double, double, GradientPaint.Stop[], boolean) - Constructor for class snap.gfx.GradientPaint
Creates a new GradientPaint with given type, start/end points, stops and absolute flag.
GradientPaint.Builder - Class in snap.gfx
A Builder class for GradientPaint.
GradientPaint.Stop - Class in snap.gfx
A class to describe gradient paint stops.
GradientPaint.Type - Enum Class in snap.gfx
 
GradientPaintTool - Class in snap.styler
UI editing for GradientPaint.
GradientPaintTool() - Constructor for class snap.styler.GradientPaintTool
 
GradientPaintX - Class in snap.swing
An implementation of the java.awt.Paint interface for RMGradientFills.
GradientPaintX(GradientPaint) - Constructor for class snap.swing.GradientPaintX
Constructor.
GradientStopPicker - Class in snap.styler
A multi-stop gradient stop inspector.
GradientStopPicker() - Constructor for class snap.styler.GradientStopPicker
Creates new GradientStopPicker.
GradSlider() - Constructor for class snap.viewx.ColorPanel.GradSlider
 
Graphic_Prop - Static variable in class snap.view.Label
 
GraphicAfter_Prop - Static variable in class snap.view.Label
 
GRAY - Static variable in class snap.gfx.Color
 
GRAY1 - Static variable in class snap.gfx.Color
 
GRAY2 - Static variable in class snap.gfx.Color
 
GRAY3 - Static variable in class snap.gfx.Color
 
GRAY4 - Static variable in class snap.gfx.Color
 
GRAY5 - Static variable in class snap.gfx.Color
 
GRAY6 - Static variable in class snap.gfx.Color
 
GRAY7 - Static variable in class snap.gfx.Color
 
GRAY8 - Static variable in class snap.gfx.Color
 
GRAY9 - Static variable in class snap.gfx.Color
 
GreaterThan - Enum constant in enum class snap.util.KeyChain.Op
 
GreaterThanOrEqual - Enum constant in enum class snap.util.KeyChain.Op
 
GREEN - Static variable in class snap.gfx.Color
 
GridView - Class in snap.view
A ViewHost to arrange child views in a grid.
GridView() - Constructor for class snap.view.GridView
 
Group_Prop - Static variable in class snap.view.ToggleButton
 
GrowHeight_Prop - Static variable in class snap.view.View
 
GrowWidth_Prop - Static variable in class snap.view.View
 
GState() - Constructor for class snap.gfx.PainterImpl.GState
 
gt(double, double) - Static method in class snap.util.MathUtils
Returns whether a real number is practically greater than another.
gte(double, double) - Static method in class snap.util.MathUtils
Returns whether a real number is practically greater than or equal another.
guessFont(String) - Static method in class snap.swing.AWTFontUtils
Returns the system font with the most similar name to the given name.

H

H - Static variable in class snap.view.KeyCode
 
h0 - Variable in class snap.geom.SegHit
 
h1 - Variable in class snap.geom.SegHit
 
HAND - Static variable in class snap.view.Cursor
 
handleAtPoint(Path2D, Point, int) - Static method in class snap.geom.Path2DUtils
Returns the handle index for a given point for given path.
handlePopupMenuEvent(ViewEvent) - Method in class snap.viewx.ColorButton
Handles popup menu item events.
hasAlpha() - Method in class snap.gfx.Image
Returns whether image has alpha.
hasAlphaImpl() - Method in class snap.gfx.Image
Returns whether image has alpha.
hasAlphaImpl() - Method in class snap.swing.J2DImage
Returns whether image has alpha.
hasAttribute(String) - Method in class snap.util.XMLElement
Checks for presence of an attribute.
hasChar() - Method in class snap.parse.Tokenizer
Returns whether another char is available.
hasChars(int) - Method in class snap.parse.Tokenizer
Returns whether another given number of chars is available.
hasColor() - Method in class snap.view.Clipboard
Returns the clipboard content.
hasData(String) - Method in class snap.view.Clipboard
Returns the clipboard content.
hasDataImpl(String) - Method in class snap.swing.SwingClipboard
Override to map to Swing clipboard.
hasDataImpl(String) - Method in class snap.view.Clipboard
Returns the clipboard content.
hasDeepListener() - Method in class snap.props.PropChangeSupport
Returns whether there is a deep listener.
hasFiles() - Method in class snap.view.Clipboard
Returns the clipboard content.
hashCode() - Method in class snap.geom.Ellipse
Returns the hashcode for this Ellipse.
hashCode() - Method in class snap.geom.Insets
Standard hashCode method.
hashCode() - Method in class snap.geom.Rect
Standard hashCode implementation.
hashCode() - Method in class snap.geom.RoundRect
Standard hashCode implementation.
hashCode() - Method in class snap.gfx.Borders.BevelBorder
 
hashCode() - Method in class snap.gfx.Color
Standard Hashcode implementation.
hashCode() - Method in class snap.gfx.Font
Standard hashcode implementation.
hashCode() - Method in class snap.text.NumberFormat
Standard hashCode implementation.
hashCode() - Method in class snap.text.TextLink
Standard hashCode implementation.
hashCode() - Method in class snap.text.TextRun
Standard hashCode implementation.
hashCode() - Method in class snap.text.TextStyle
Standard hashCode implementation.
hashCode() - Method in class snap.util.ByteArray
Standard hashcode implementation.
hashCode() - Method in class snap.util.JSValue
Standard hashCode implementation.
hashCode() - Method in class snap.util.ListSel
Standard hashCode implementation.
hashCode() - Method in class snap.util.ListSel2D
Standard hashCode implementation.
hashCode() - Method in class snap.view.KeyCombo
Standard hashCode implementation.
hashCode() - Method in class snap.view.TextArea.UndoTextSel
 
hashCode() - Method in class snap.web.ParsedURL
Standard HashCode implementation.
hashCode() - Method in class snap.web.WebFile
Standard hashCode implementation.
hashCode() - Method in class snap.web.WebURL
Standard HashCode implementation.
hasImage() - Method in class snap.swing.SwingClipboard
Override to support DataFlavor.imageFlavor.
hasImage() - Method in class snap.view.Clipboard
Returns the clipboard content.
hasKey(Object, String) - Static method in class snap.util.Key
Returns whether given object has an accessor for given key.
hasListener(String) - Method in class snap.props.PropChangeSupport
Returns whether there is a listener for given prop.
hasMatch(Collection<T>, Predicate<? super T>) - Static method in class snap.util.ListUtils
Returns whether given collection has match for given predicate.
hasMatch(T[], Predicate<? super T>) - Static method in class snap.util.ArrayUtils
Returns whether given array has match for given predicate.
hasNext() - Method in class snap.geom.PathIter
Returns whether has next segment.
hasNext() - Method in class snap.gfx3d.Polygon3D.PointArrayPathIter2D
Returns whether there are more segments.
hasRedos() - Method in class snap.props.Undoer
Returns whether undoer has Redo changes stored away.
hasSeg(Segment) - Method in class snap.geom.SegmentPath
Returns whether segment list contains segment (regardless of direction).
hasString() - Method in class snap.view.Clipboard
Returns the clipboard content.
hasUndos() - Method in class snap.props.Undoer
Returns whether undoer has Undo changes stored away.
HBarShowing_Prop - Static variable in class snap.view.ScrollView
 
HEAD - Enum constant in enum class snap.web.WebRequest.Type
 
Header(String, String) - Constructor for class snap.web.HTTPRequest.Header
 
HeaderText_Prop - Static variable in class snap.view.TableCol
 
height - Variable in class snap.geom.RectBase
 
height - Variable in class snap.geom.Size
 
height - Variable in class snap.gfx.ImageUtils.ImageInfo
 
Height_Prop - Static variable in class snap.view.View
 
hide() - Method in class snap.swing.SWWindowHpr
Hides the window.
hide() - Method in class snap.view.DrawerView
Hides the drawer.
hide() - Method in class snap.view.Menu
Hides the popup.
hide() - Method in class snap.view.PopupList
Hides the node.
hide() - Method in class snap.view.WindowView
Hide the window.
hide() - Method in class snap.view.WindowView.WindowHpr
Window/Popup method: Hides the window.
hide() - Method in class snap.viewx.DialogBox
Hide dialog.
hide() - Method in class snap.viewx.DialogSheet
Hide dialog.
hide() - Method in class snap.viewx.TaskMonitorPanel
Hide ProgressPane.
hideAll() - Method in class snap.view.Menu
Hides this menu and parent menus.
hideChildPopupWindows() - Method in class snap.view.Menu
Hides child menu popup windows.
hideCursor() - Method in class snap.view.TextArea
Hides the cursor.
hideCursor() - Method in class snap.view.TextField
Hides the cursor.
hideDrawerDone() - Method in class snap.view.DrawerView
Cleanup when hideDrawer animation done.
hideMenu() - Method in class snap.view.MenuButton
Hides the menu.
HIGHLIGHT_BORDER_COLOR - Static variable in class snap.viewx.DevPane
 
HIGHLIGHT_BORDER_STROKE - Static variable in class snap.viewx.DevPane
 
HitDetector - Class in snap.gfx3d
Hit detection between Ray and Shape/VertexArray/Triangle.
HitDetector() - Constructor for class snap.gfx3d.HitDetector
Constructor.
hlineTo(double) - Method in class snap.geom.ShapeBuilder
Horizontal LineTo.
HOME - Static variable in class snap.view.KeyCode
 
HPos - Enum Class in snap.geom
A class to represent a horizontal position (LEFT, CENTER, RIGHT).
HTML - Static variable in class snap.web.DataType
 
HTML - Static variable in class snap.web.MIMEType
 
HTTPRequest - Class in snap.web
A class to represent an HTTP request and generate a response.
HTTPRequest(String) - Constructor for class snap.web.HTTPRequest
Creates a new URL from string.
HTTPRequest(URL) - Constructor for class snap.web.HTTPRequest
Creates a new URL from Java URL.
HTTPRequest.Header - Class in snap.web
A class to hold headers.
HTTPResponse - Class in snap.web
A class to represent an HTTP response.
HTTPResponse() - Constructor for class snap.web.HTTPResponse
 
HTTPSite - Class in snap.web
A WebSite for HTTP sources.
HTTPSite() - Constructor for class snap.web.HTTPSite
 

I

I - Static variable in class snap.view.KeyCode
 
IDENTITY - Static variable in class snap.geom.Transform
 
IDENTITY - Static variable in class snap.gfx3d.Matrix3D
 
Idle - Enum constant in enum class snap.util.TaskRunner.Status
 
Image - Class in snap.gfx
Represents an Image, such as JPEG, PNG, GIF, TIFF, BMP.
Image() - Constructor for class snap.gfx.Image
Constructor.
IMAGE - Static variable in class snap.view.Clipboard
 
Image_Prop - Static variable in class snap.view.ImageView
 
Image_Prop - Static variable in class snap.view.WindowView
 
ImageBox - Class in snap.gfx
A class to manage an image rendered in a rectangular area.
ImageBox(Image) - Constructor for class snap.gfx.ImageBox
Constructor.
ImageBox(Image, double, double) - Constructor for class snap.gfx.ImageBox
Constructor.
ImageBox(Image, double, double, double, double) - Constructor for class snap.gfx.ImageBox
Constructor.
ImageBox(Image, Rect) - Constructor for class snap.gfx.ImageBox
Constructor.
ImageInfo() - Constructor for class snap.gfx.ImageUtils.ImageInfo
 
ImageName_Prop - Static variable in class snap.view.ButtonBase
 
ImageName_Prop - Static variable in class snap.view.ImageView
 
ImagePaint - Class in snap.gfx
A paint implementation to fill shapes with an image pattern.
ImagePaint() - Constructor for class snap.gfx.ImagePaint
Creates a new ImagePaint.
ImagePaint(Image) - Constructor for class snap.gfx.ImagePaint
Creates a new ImagePaint.
ImagePaint(Image, double, double, double, double, boolean) - Constructor for class snap.gfx.ImagePaint
Creates a new ImagePaint.
ImagePaint(Image, Rect) - Constructor for class snap.gfx.ImagePaint
Creates a new ImagePaint.
ImagePaint(Image, Rect, boolean) - Constructor for class snap.gfx.ImagePaint
Creates a new ImagePaint.
ImagePaintTool - Class in snap.styler
UI editing for ImagePaint.
ImagePaintTool() - Constructor for class snap.styler.ImagePaintTool
 
ImagePicker() - Constructor for class snap.viewx.ColorPanel.ImagePicker
Creates new ImagePicker.
ImageRef - Class in snap.gfx
A class provides a unique reference to an image for a given source (URL, bytes).
ImageSet - Class in snap.gfx
A class to manage a set of images.
ImageSet(List<Image>) - Constructor for class snap.gfx.ImageSet
Constructor.
ImageUtils - Class in snap.gfx
Some Image utility methods.
ImageUtils() - Constructor for class snap.gfx.ImageUtils
 
ImageUtils.ImageInfo - Class in snap.gfx
A class to hold Image Info.
ImageView - Class in snap.view
A View subclass for images.
ImageView() - Constructor for class snap.view.ImageView
Constructor.
ImageView(Object) - Constructor for class snap.view.ImageView
Constructor for given source URL.
ImageView(Image) - Constructor for class snap.view.ImageView
Constructor with given Image.
ImageView(Image, boolean, boolean) - Constructor for class snap.view.ImageView
Constructor with given Image and FillWidth/FillHeight params.
In - Enum constant in enum class snap.util.Interpolator.Direction
 
increment() - Method in class snap.view.Spinner
Increments spinner.
Indeterminate_Prop - Static variable in class snap.view.ProgressBar
 
indexAfterNewline(int) - Method in interface snap.util.CharSequenceX
Returns index just beyond next newline (or carriage-return/newline) starting at given char index.
indexAfterNewline(CharSequence, int) - Static method in class snap.util.CharSequenceUtils
Returns index just beyond next newline (or carriage-return/newline) in given chars starting at given char index.
indexInHost() - Method in class snap.view.View
Returns the index of this view in ViewHost parent (or -1 if parent isn't host).
indexInHost(View) - Static method in interface snap.view.ViewHost
ViewHost helper method.
indexInParent() - Method in class snap.view.View
Returns the index of this view in parent.
indexOf(CharSequence, CharSequence, int) - Static method in class snap.util.StringUtils
Returns the last index of given search chars in given chars.
indexOf(Object[], Object) - Static method in class snap.util.ArrayUtils
Returns the index of the given object in the given array.
indexOf(String) - Method in class snap.util.XMLElement
Returns the index of the first child element with the given name.
indexOf(String, int) - Method in class snap.text.TextDoc
Returns the index of given string.
indexOf(String, int) - Method in class snap.text.TextLine
Returns the index of given string in line.
indexOf(String, int) - Method in class snap.util.XMLElement
Returns the index of the first child element with the given name at or beyond the given index.
indexOf(XMLElement, Class) - Method in class snap.util.XMLArchiver
Returns the index of the first child element with the given name.
indexOf(XMLElement, Class, int) - Method in class snap.util.XMLArchiver
Returns the index of the first child element with the given name at or beyond the given index.
indexOf(View) - Method in class snap.view.ViewList
Returns the index of the given child in this node's children list.
indexOfChild(View) - Method in class snap.view.ParentView
Returns the index of the given child in this view's children list.
indexOfGuest(View) - Method in interface snap.view.ViewHost
ViewHost helper method.
indexOfGuest(ViewHost, View) - Static method in interface snap.view.ViewHost
ViewHost helper method.
indexOfIC(CharSequence, CharSequence) - Static method in class snap.util.StringUtils
Returns the index of search string s2 in given string s1, ignores case.
indexOfIC(CharSequence, CharSequence, int) - Static method in class snap.util.StringUtils
Returns the index of search string s2 in given string s1, ignores case and starts at start char index.
indexOfIC(String[], String) - Static method in class snap.util.StringUtils
Returns the index of a given string in the given array, ignoring case.
indexOfId(List<?>, Object) - Static method in class snap.util.ListUtils
Returns index of identical given object in given list.
indexOfId(T[], T) - Static method in class snap.util.ArrayUtils
Returns the index of the given object in the given array using "==" instead of equals.
indexOfItem(View) - Method in class snap.view.SplitView
Returns the index of given item.
indexOfNewline(int) - Method in interface snap.util.CharSequenceX
Returns index of next newline (or carriage-return/newline) starting at given char index.
indexOfNewline(CharSequence, int) - Static method in class snap.util.CharSequenceUtils
Returns index of the next newline (or carriage-return/newline) in given chars starting at given char index.
infoImage - Static variable in class snap.viewx.DialogBox
 
Information - Enum constant in enum class snap.viewx.DialogBox.MessageType
 
init(Parser, ParseRule, ParseToken, ParseToken) - Method in class snap.parse.ParseNode
Creates a new parse node
initNativeWindow() - Method in class snap.view.WindowView
Initializes the native window.
initProps(PropSet) - Method in class snap.gfx.BlurEffect
Override to configure props for this class.
initProps(PropSet) - Method in class snap.gfx.Border
Override to support props for this class.
initProps(PropSet) - Method in class snap.gfx.EmbossEffect
Override to configure props for this class.
initProps(PropSet) - Method in class snap.gfx.Font
Override to support props for this class.
initProps(PropSet) - Method in class snap.gfx.ReflectEffect
Override to configure props for this class.
initProps(PropSet) - Method in class snap.gfx.ShadowEffect
Override to configure props for this class.
initProps(PropSet) - Method in class snap.gfx.Stroke
Initialize Props.
initProps(PropSet) - Method in class snap.props.PropObject
Initialize Props.
initProps(PropSet) - Method in class snap.props.PropObjectProxy
Override to forward to Real if set.
initProps(PropSet) - Method in class snap.text.NumberFormat
Override to register props.
initProps(PropSet) - Method in class snap.view.ButtonBase
Override to add properties for this class.
initProps(PropSet) - Method in class snap.view.ColView
Override to support props for this class.
initProps(PropSet) - Method in class snap.view.ParentView
Override to support props for this class.
initProps(PropSet) - Method in class snap.view.ProgressBar
Initialize Props.
initProps(PropSet) - Method in class snap.view.RowView
Override to support props for this class.
initProps(PropSet) - Method in class snap.view.View
Initialize Props.
initRule() - Method in class snap.parse.Parser
Initializes rule(s).
initRule() - Method in class snap.util.KeyChainParser
Load rule from rule file and install handlers.
initShowing() - Method in class snap.view.ViewOwner
Called when ViewOwner is first shown.
initShowing() - Method in class snap.viewx.DevPane
When showing, kick off showTabView().
initShowing() - Method in class snap.viewx.DevPaneFiles
 
initUI() - Method in class snap.styler.BorderTool
Initialize UI panel.
initUI() - Method in class snap.styler.EffectTool
Initialize UI panel.
initUI() - Method in class snap.styler.FontPicker
Initialze UI.
initUI() - Method in class snap.styler.FontTool
Initialize UI panel.
initUI() - Method in class snap.styler.GradientPaintTool
Initialize UI.
initUI() - Method in class snap.styler.PaintTool
Initialize UI panel.
initUI() - Method in class snap.styler.StylerPane
Initialize UI panel.
initUI() - Method in class snap.view.ViewOwner
Initializes the UI panel.
initUI() - Method in class snap.viewx.ColorPanel
Initialize UI panel.
initUI() - Method in class snap.viewx.DevPane
Init UI.
initUI() - Method in class snap.viewx.DevPaneConsole
Initialize UI.
initUI() - Method in class snap.viewx.DevPaneFiles
Initialize UI.
initUI() - Method in class snap.viewx.DevPaneGraphics
Initialize UI.
initUI() - Method in class snap.viewx.DevPaneViewOwners
InitUI.
initUI() - Method in class snap.viewx.DevPaneViews
InitUI.
initUI() - Method in class snap.viewx.DialogBox
Initialize the UI.
initUI() - Method in class snap.viewx.FilePanel
Initialize UI.
initUI() - Method in class snap.viewx.SpellCheckPanel
Initialize UI.
initUI() - Method in class snap.viewx.TextPane
Initialize UI panel.
initUI() - Method in class snap.viewx.WebSitePaneX
Initialize UI.
initUI() - Method in class snap.web.DropBoxSitePane
Initialize UI.
initUI() - Method in class snap.web.RecentFilesSitePane
Initialize UI panel.
initWindow() - Method in class snap.swing.SWWindowHpr
Initialize native window.
initWindow() - Method in class snap.view.WindowView.WindowHpr
Window method: initializes native window.
INNER_RING_PAINT - Static variable in class snap.view.ButtonPainter.Classic
 
Input - Enum constant in enum class snap.viewx.DialogBox.Type
 
insert(int, byte[]) - Method in class snap.util.ByteArray
Inserts raw binary from byte array to data.
insert(int, byte[], int, int) - Method in class snap.util.ByteArray
Inserts raw binary from byte array to data.
insert(int, ByteArray) - Method in class snap.util.ByteArray
Inserts raw binary from given data to data.
insertLittleUIntAtIndex(long, int) - Method in class snap.util.ByteArray
Inserts little endian unsigned int to data at given index.
inset(double) - Method in class snap.geom.RectBase
Insets the receiver rect by the given amount.
inset(double, double) - Method in class snap.geom.RectBase
Insets the receiver rect by the given amount.
inset(Insets) - Method in class snap.geom.RectBase
Insets the receiver rect by the given amount.
Insets - Class in snap.geom
This class represents a margin inset.
Insets(double) - Constructor for class snap.geom.Insets
Create new Insets.
Insets(double, double, double, double) - Constructor for class snap.geom.Insets
Create new Insets.
Insets_Prop - Static variable in class snap.gfx.Border
 
installHandlerForClass(Class<? extends ParseHandler<?>>, ParseRule) - Static method in class snap.parse.ParseUtils
Searches given class for inner handler classes and installs instance in rule.
installHandlersForParentClass(Class<?>, ParseRule) - Static method in class snap.parse.ParseUtils
Searches given class for inner handler classes and installs instance in rule.
installInWindow() - Method in class snap.viewx.DevPane
Install in rootView
Instant - Static variable in class snap.viewx.TransitionPane
A class to perform transitions.
Instruction() - Constructor for class snap.gfx.PainterDVR.Instruction
 
interp(double, double, double) - Method in class snap.util.Interpolator
Direction In interpolation.
interpBoth(double, double, double) - Method in class snap.util.Interpolator
Direction Both interpolation.
interpolateValuesForRatio(Object, Object, double) - Method in class snap.view.ViewAnim
Returns the interpolated value.
Interpolator - Class in snap.util
This class provides functionality to interpolate between two numbers given a ratio between 0-1.
Interpolator(Interpolator.Direction) - Constructor for class snap.util.Interpolator
Creates a new interpolator with given direction.
Interpolator.Direction - Enum Class in snap.util
 
interpOut(double, double, double) - Method in class snap.util.Interpolator
Direction Out interpolation.
intersect(Rect) - Method in class snap.geom.Rect
Returns the rect that is an intersection of this rect and given rect.
intersects(double, double, double) - Method in class snap.geom.Shape
Returns whether shape with line width intersects point.
intersects(Shape) - Method in class snap.geom.Rect
Override to omptimize rect-to-rect case.
intersects(Shape) - Method in class snap.geom.Shape
Returns whether this shape intersects given shape.
intersects(Shape) - Method in class snap.view.ParentView
Override to forward to children.
intersects(Shape) - Method in class snap.view.View
Returns whether view intersects shape.
intersects(Shape, double) - Method in class snap.geom.Rect
Returns whether shape with line width intersects shape.
intersects(Shape, double) - Method in class snap.geom.Shape
Returns whether shape with line width intersects shape.
intersectsCubic(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.Cubic
Returns whether Cubic for given points is intersected by Quad with given points.
intersectShapes(Shape, Shape) - Static method in class snap.geom.SegmentPathCAG
Returns the intersection shape of two shapes.
intersectShapes(Shape, Shape) - Static method in class snap.geom.Shape
Returns the intersection shape of two shapes.
intersectsLine(double, double, double, double, double, double, double, double) - Static method in class snap.geom.Line
Returns whether line for given points is intersected by second line with given points.
intersectsLine(double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.Quad
Returns whether Quad for given points is intersected by line with given points.
intersectsLine(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.Cubic
Returns whether Cubic for given points is intersected by line with given points.
intersectsQuad(double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.Quad
Returns whether Quad for given points is intersected by Quad with given points.
intersectsQuad(double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class snap.geom.Cubic
Returns whether Cubic for given points is intersected by line with given points.
intersectsRect(Rect) - Method in class snap.geom.Rect
Returns whether the receiver intersects with the given rect.
intersectsRectAndNotEmpty(Rect) - Method in class snap.geom.Rect
Returns whether this rect intersects with given rect and both are not empty.
intersectsSeg(Segment) - Method in class snap.geom.Segment
Returns whether this segment intersects given segment.
intersectsSeg(Segment) - Method in class snap.geom.Shape
Returns whether this shape intersects given segment (crosses or contains).
intValue(Object) - Static method in class snap.util.Convert
Returns the int value for a given object (assumed to be a string or number).
intValue(String) - Static method in class snap.util.StringUtils
Returns an int value by parsing the given string.
intValue(Map<K, V>, K) - Static method in class snap.util.MapUtils
Returns a key value interpreted as an int.
intValue(Map<K, V>, K, int) - Static method in class snap.util.MapUtils
Returns a key value interpreted as an int (with optional default value).
invert() - Method in class snap.geom.Transform
Inverts this transform.
invert() - Method in class snap.gfx3d.Matrix3D
Invert.
invokeFinished() - Method in class snap.util.TaskRunner
Runs the success method.
invokeFinished() - Method in class snap.viewx.TaskRunnerPanel
Runs the success method.
invokeResetUI() - Method in class snap.view.ViewOwner
A wrapper to call resetUI() properly so resulting view action events are ignored.
invokeRespondUI(ViewEvent) - Method in class snap.view.ViewOwner
A hook to allow subclasses to wrap respondUI invocation easier.
invokeRun() - Method in class snap.util.TaskRunner
Runs the run method.
is(String) - Method in class snap.view.ViewEvent
Returns whether event represents component with given name.
isAbsolute() - Method in class snap.gfx.Color
Returns whether paint is defined in terms independent of primitive to be filled.
isAbsolute() - Method in class snap.gfx.GradientPaint
Returns whether paint is defined in terms independent of primitive to be filled.
isAbsolute() - Method in class snap.gfx.ImagePaint
Returns whether paint is defined in terms independent of primitive to be filled.
isAbsolute() - Method in interface snap.gfx.Paint
Returns whether paint is defined in terms independent of primitive to be filled.
isActionable() - Method in class snap.view.View
Returns whether view can generate action events in response to certain user interactions.
isActionEvent() - Method in class snap.view.ViewEvent
Returns whether event is action event.
isActive() - Method in class snap.util.TaskRunner
Returns whether thread is still active.
isAfterLineEnd(int) - Method in interface snap.util.CharSequenceX
Returns whether the index in the given char sequence is at just after a line end.
isAfterLineEnd(CharSequence, int) - Static method in class snap.util.CharSequenceUtils
Returns whether the index in the given char sequence is at just after a line end.
isAligned(Vect, boolean) - Method in class snap.geom.Vect
Returns whether given vector is in same general direction of this (with option to include perpendiculars).
isAligned(Vector3D, boolean) - Method in class snap.gfx3d.Vector3D
Returns whether given vector is in same general direction of this (with option to include perpendiculars).
isAllowBleed() - Method in class snap.view.ImageView
Returns whether image size can extend outside view size.
isAllowEmpty() - Method in class snap.view.ToggleGroup
Returns whether group can be empty.
isAllowEmptySelection() - Method in class snap.view.TabBar
Returns whether it is acceptable for tool bar to have no button selected.
isAltDown() - Method in class snap.swing.SwingEvent
Returns whether alt key is down.
isAltDown() - Method in class snap.view.KeyCombo
Returns whether alt is down.
isAltDown() - Method in class snap.view.ViewEvent
Returns whether alt key is down.
isAltDown() - Static method in class snap.view.ViewUtils
Returns whether alt is down.
isAlwaysOnTop() - Method in class snap.view.WindowView
Returns whether the window is always on top.
isAncestor(View) - Method in class snap.view.View
Returns whether given view is an ancestor of this view.
isAncestor(T, T) - Method in class snap.view.TreeView
Returns whether given item has given object as any of it's ancestors.
isAncharChar(char) - Static method in class snap.parse.Regex
Utility method to return whether char is an anchor char.
isAnimateTabChange() - Method in class snap.view.TabView
Returns whether to animate tab changes.
isAnonymous() - Method in class snap.parse.ParseRule
Returns whether rule is anonymous - true if rule has no name and no pattern.
isAntialiasing() - Method in class snap.swing.J2DPainter
Returns whether antialiasing.
isAntialiasingText() - Method in class snap.swing.J2DPainter
Returns whether antialiasing.
isArray() - Method in class snap.props.Prop
Returns whether prop is array.
isAtLineEnd() - Method in class snap.text.TextSel
Returns whether selection is at line end.
isAway(Vect, boolean) - Method in class snap.geom.Vect
Returns whether given vector is pointing away from the direction of this (with option to include perpendiculars).
isAway(Vector3D, boolean) - Method in class snap.gfx3d.Vector3D
Returns whether given vector is pointing away from the direction of this (with option to include perpendiculars).
isBackSpaceKey() - Method in class snap.view.ViewEvent
Returns whether key is delete key.
isBold() - Method in class snap.gfx.Font
Returns whether this font is considered bold.
isBold() - Method in class snap.gfx.FontFile
Returns whether this font is considered bold.
isBounded() - Method in class snap.view.ThumbWheel
Returns whether thumbwheel is absolute bounded.
isCancelled() - Method in interface snap.util.TaskMonitor
Check for user task cancellation.
isCancelled() - Method in class snap.util.TaskMonitor.Text
Check for user task cancellation.
isCancelled() - Method in class snap.util.TaskRunner
Whether runner has been cancelled.
isCancelled() - Method in class snap.viewx.DialogBox
Returns whether dialog was cancelled.
isCancelled() - Method in class snap.viewx.TaskMonitorPanel
Check for user task cancellation.
isCaretAnim() - Method in class snap.view.TextArea
Returns whether caret is flashing.
isCaretNeeded() - Method in class snap.view.TextArea
Returns whether caret is needed (true when text is focused, showing and empty selection).
isClassDeclarationNeededForObjectAndProp(PropObject, Prop) - Static method in class snap.props.PropUtils
Returns whether given PropNode needs class declaration when referenced via given prop.
isClassic() - Method in class snap.view.TabView
Returns whether tab view should render tabs in classic style.
isClickCandidate() - Method in class snap.view.ViewEvent
Returns whether event is mouse event in mouse click range (within half second of down
isClipToBounds() - Method in class snap.view.View
Returns whether view should clip to bounds.
isClosable() - Method in class snap.view.Tab
Returns whether tab should show close box.
isClosed() - Method in class snap.geom.Polygon
Returns whether the polygon is closed.
isClosed() - Method in class snap.geom.Shape
Returns whether shape forms a closed polygon/path, either explicitly (last segment is close) or implicitly (last segment ends at last move to).
isCodeable(Object) - Method in class snap.props.StringCodec
Returns whether given object can be converted to/from String.
isCodeableClass(Class<?>) - Method in class snap.props.StringCodec
Returns whether given object can be converted to/from String.
isCollapsed() - Method in class snap.view.CollapseView
Returns whether view is collapsed.
isCollapsible() - Method in class snap.view.TitleView
Returns whether title view is collapsible.
isCollinear(double, double, double, double, double, double) - Static method in class snap.geom.Line
Returns whether given three points are collinear.
isColorArraySet() - Method in class snap.gfx3d.VertexArray
Returns whether color components array is set.
isCommandDown() - Method in class snap.view.KeyCombo
Returns whether command is down.
isCompacted() - Method in class snap.util.JSWriter
Returns whether writer compacts JSON (no indent or newline).
isConfirmEnabled() - Method in class snap.viewx.DialogBox
Returns whether dialog box can be confirmed (confirm button is enabled).
isConfirmOnEnter() - Method in class snap.viewx.DialogBox
Returns whether to trigger confirm when enter key is pressed.
isConsumed() - Method in class snap.view.ViewEvent
Returns whether event was consumed.
isContentSet() - Method in class snap.view.Tab
Returns whether content is set.
isContentShowing() - Method in class snap.view.TitleView
Returns whether content is showing.
isContentShowing() - Method in class snap.view.TitleView.TitleArea
Returns whether content is visible.
isControlChar() - Method in class snap.view.ViewEvent
Returns whether key is ISO control character.
isControlDown() - Method in class snap.swing.SwingEvent
Returns whether control key is down.
isControlDown() - Method in class snap.view.KeyCombo
Returns whether control is down.
isControlDown() - Method in class snap.view.ViewEvent
Returns whether control key is down.
isControlDown() - Static method in class snap.view.ViewUtils
Returns whether control is down.
isConvex() - Method in class snap.geom.Polygon
Returns whether polygon is convex.
isCorner() - Method in enum class snap.geom.Pos
Returns whether position is corner.
isCS_sRGB() - Method in class snap.gfx.ColorSpace
Returns true if the ColorSpace is CS_sRGB.
isCS_sRGB() - Method in class snap.swing.AWTEnv.AWTColorSpace
 
isDeep(JSValue) - Method in class snap.util.JSWriter
Returns whether given node has child Map or List of Map/List.
isDefaultButton() - Method in class snap.view.Button
Returns whether button is window default button.
isDefaultTextStyleSet() - Method in class snap.text.TextDoc
Returns whether the default text style is explicitly set (vs.
isDeleteKey() - Method in class snap.view.ViewEvent
Returns whether key is delete key.
isDevPaneShowing(View) - Static method in class snap.viewx.DevPane
Returns whether DevPane is showing for view.
isDir() - Method in class snap.web.FileHeader
Returns whether file is a directory.
isDir() - Method in class snap.web.WebFile
Returns whether file is a directory.
isDir() - Method in class snap.web.WebResponse
Returns whether file is a directory.
isDisabled() - Method in class snap.view.View
Whether view is disabled.
isDoubleSided() - Method in class snap.gfx3d.Shape3D
Returns whether shape surfaces are double-sided.
isDoubleSided() - Method in class snap.gfx3d.VertexArray
Returns whether shape surfaces are double-sided.
isDown() - Method in class snap.view.ArrowView
Returns whether last button was down.
isDownArrow() - Method in class snap.view.ViewEvent
Returns whether key is down arrow.
isDragDrop() - Method in class snap.view.ViewEvent
Returns whether event is drop event.
isDragDropEvent() - Method in class snap.view.ViewEvent
Returns whether event is drop event.
isDragEnter() - Method in class snap.view.ViewEvent
Returns whether event is drag enter.
isDragEvent() - Method in class snap.view.ViewEvent
Returns whether event is any drag event.
isDragExit() - Method in class snap.view.ViewEvent
Returns whether event is drag exit.
isDragGesture() - Method in class snap.view.ViewEvent
Returns whether event is DragGesture event.
isDragOver() - Method in class snap.view.ViewEvent
Returns whether event is drag over.
isDragSourceEnd() - Method in class snap.view.ViewEvent
Returns whether event is DragSourceEnd event.
isDragSourceEnter() - Method in class snap.view.ViewEvent
Returns whether event is DragSourceEnter event.
isDragSourceEvent() - Method in class snap.view.ViewEvent
Returns whether event is drag source event.
isDragSourceExit() - Method in class snap.view.ViewEvent
Returns whether event is DragSourceExit event.
isDynamic() - Method in class snap.view.ViewPhysics
Returns whether view is subject to forces in simulation.
isEditable() - Method in class snap.view.Label
Returns whether label text is editable.
isEditable() - Method in class snap.view.ListArea
Returns whether list cells are editable.
isEditable() - Method in class snap.view.TableView
Returns whether table cells are editable.
isEditable() - Method in class snap.view.TextArea
Returns whether Text shape is editable.
isEditable() - Method in class snap.view.TextView
Returns whether Text shape is editable.
isEdited() - Method in class snap.view.TextField
Returns whether text has been edited since last focus (while focused).
isEditing() - Method in class snap.view.Label
Returns whether editable.
isEmpty() - Method in class snap.geom.Insets
Returns whether insets are empty.
isEmpty() - Method in class snap.geom.RectBase
Returns whether rect is empty.
isEmpty() - Method in class snap.props.PropNode
Whether node is empty.
isEmpty() - Method in class snap.text.TextSel
Returns whether selection is empty.
isEmpty() - Method in class snap.util.ListSel
Returns whether the selection is empty.
isEmpty() - Method in class snap.util.ListSel2D
Returns whether the selection is empty.
isEmpty() - Method in class snap.util.Range
Returns whether range is empty.
isEmpty() - Method in class snap.view.ViewAnim
Returns whether anim is empty/cleared.
isEmpty(String) - Static method in class snap.util.StringUtils
Returns whether string is null or empty.
isEnabled() - Method in class snap.props.Undoer
Returns whether undoer is disabled.
isEnabled() - Method in class snap.view.View
Whether view is enabled.
isEnabled(ViewEvent.Type) - Method in class snap.view.EventAdapter
Returns whether given type is enabled.
isEnterKey() - Method in class snap.view.ViewEvent
Returns whether key is enter key.
isEscapeKey() - Method in class snap.view.ViewEvent
Returns whether key is escape key.
isEventThread() - Method in class snap.swing.SwingViewEnv
Returns whether current thread is event thread.
isEventThread() - Method in class snap.view.ViewEnv
Returns whether current thread is event thread.
isEventThread() - Method in class snap.view.ViewOwner
Returns whether current thread is event thread.
isEventWithinTimeAndDist(int, double) - Method in class snap.view.ViewEvent
Returns whether event is mouse clicked.
isExpanded() - Method in class snap.view.CollapseView
Returns whether title view is expanded.
isExpanded() - Method in class snap.view.TitleView
Returns whether title view is expanded.
isExpanded(T) - Method in class snap.view.TreeView
Returns whether an item is expanded.
isFacing(Vector3D) - Method in class snap.gfx3d.Camera
Returns whether a vector is facing camera.
isFacingAway(Vector3D) - Method in class snap.gfx3d.Camera
Returns whether a vector is facing away from camera.
isFail() - Method in class snap.parse.ParseHandler
Whether parsing should fail on current rule.
isFile() - Method in class snap.view.ClipboardData
Returns whether data is a File.
isFile() - Method in class snap.web.FileHeader
Returns whether file is a plain file.
isFile() - Method in class snap.web.WebFile
Returns whether file is a plain file.
isFile() - Method in class snap.web.WebResponse
Returns whether file is a plain file.
isFileList() - Method in class snap.view.ClipboardData
Returns whether data is File list.
isFileURL() - Method in class snap.web.ParsedURL
Returns whether URL specifies only the file (no query/hashtags).
isFileURL() - Method in class snap.web.WebURL
Returns whether URL specifies only the file (no query/hashtags).
isFillHeight() - Method in class snap.view.BoxView
Returns whether children will be resized to fill height.
isFillHeight() - Method in class snap.view.ImageView
Returns whether to resize image to fill view height.
isFillHeight() - Method in class snap.view.RowView
Returns whether children will be resized to fill height.
isFillHeight() - Method in class snap.view.Scroller
Returns whether this scroller fits content to its height.
isFillHeight() - Method in class snap.view.ScrollView
Returns whether this ScrollView fits content to its height.
isFillHeight() - Method in class snap.view.ShapeView
Returns whether to fit shape height to view height.
isFillHeight() - Method in class snap.view.ViewProxy
Returns whether view fills height.
isFillHeight() - Method in class snap.view.WrapView
Returns whether children will be resized to fill height.
isFillSize() - Method in class snap.view.ShapeView
Returns whether to fit shape to view bounds.
isFillWidth() - Method in class snap.view.BoxView
Returns whether children will be resized to fill width.
isFillWidth() - Method in class snap.view.ColView
Returns whether children will be resized to fill width.
isFillWidth() - Method in class snap.view.ImageView
Returns whether to resize image to fill view width.
isFillWidth() - Method in class snap.view.Scroller
Returns whether this scroller fits content to its width.
isFillWidth() - Method in class snap.view.ScrollView
Returns whether this ScrollView fits content to its width.
isFillWidth() - Method in class snap.view.ShapeView
Returns whether to fit shape width to view width.
isFillWidth() - Method in class snap.view.ViewProxy
Returns whether view fills width.
isFillWidth() - Method in class snap.view.WrapView
Returns whether children will be resized to fill width.
isFilterList() - Method in class snap.view.ComboBox
Returns Whether text entered in TextField should filter ListView items.
isFindFirstHit() - Method in class snap.gfx3d.HitDetector
Returns whether this hit detector finds only first hit.
isFireActionOnEnterKey() - Method in class snap.view.TextArea
Returns whether text view fires action on enter key press.
isFireActionOnEnterKey() - Method in class snap.view.TextView
Returns whether text view fires action on return.
isFireActionOnFocusLost() - Method in class snap.view.TextArea
Returns whether text view fires action on focus lost (if text changed).
isFireActionOnFocusLost() - Method in class snap.view.TextField
Returns whether text view fires action on focus lost (if text changed).
isFireActionOnFocusLost() - Method in class snap.view.TextView
Returns whether text view fires action on focus lost (if text changed).
isFlat() - Method in class snap.geom.Shape
Returns whether this shape is made up of only line segements.
isFlipped() - Method in class snap.gfx3d.Texture
Returns whether the image is flipped.
isFocusable() - Method in class snap.view.View
Returns whether this view can get focus.
isFocused() - Method in class snap.view.View
Returns whether this view is the RootView.FocusedView.
isFocusKeysEnabled() - Method in class snap.view.View
Returns whether focus should change when traversal keys are pressed (Tab).
isFocusPainted() - Method in class snap.view.View
Returns whether focus ring should be painted when view is focused.
isFocusWhenPressed() - Method in class snap.view.View
Returns whether this view should request focus when pressed.
isFontSet() - Method in class snap.view.View
Returns whether font has been explicitly set for this view.
isFontSizing() - Method in class snap.text.StringBox
Returns whether to size to font (looser) instead of glyphs (tighter).
isFontSizing() - Method in class snap.text.StyledString
Returns whether to size to font (looser) instead of glyphs (tighter).
isFontSizing() - Method in class snap.view.StringView
Returns whether to size to font (looser) instead of glyphs (tighter).
isFound() - Method in class snap.web.WebURL
Returns whether URL can be found.
isFractionalTextMetrics() - Method in class snap.swing.J2DPainter
Returns whether using fractional text metrics.
isFrontOrBack() - Method in enum class snap.gfx3d.Side3D
Returns whether side is FRONT or BACK.
isGrowContentHeight() - Method in class snap.view.Scroller
Returns whether to grow content to scroller height if smaller than scroller (overrides content setting if true).
isGrowContentWidth() - Method in class snap.view.Scroller
Returns whether to grow content to scroller width if smaller than scroller (overrides content setting if true).
isGrowHeight() - Method in class snap.view.View
Returns whether this view would like to grow vertically if possible when inside a pane.
isGrowHeight() - Method in class snap.view.ViewProxy
Returns whether view grows height.
isGrowWidth() - Method in class snap.view.View
Returns whether this view would like to grow horizontally if possible when inside a pane.
isGrowWidth() - Method in class snap.view.ViewProxy
Returns whether view grows width.
isGuest() - Method in class snap.view.View
Returns whether view is a "guest" child of a ViewHost.
isGuest(View) - Static method in interface snap.view.ViewHost
Returns whether given view parent is a ViewHost and view is one of its guests.
isGuest(ViewHost, View) - Static method in interface snap.view.ViewHost
Returns whether given view is a guest view of this ViewHost.
isHBarShowing() - Method in class snap.view.ScrollView
Returns whether HBar is showing.
isHideOnDeactivate() - Method in class snap.view.WindowView
Returns whether the window will hide on deactivate.
isHitRight(double, double, double) - Method in class snap.text.TextBox
Returns whether given x location and run hit right border.
isHorizontal() - Method in class snap.view.View
Returns whether this view has a horizontal orientation.
isHyphenate() - Method in class snap.text.TextBox
Returns whether layout tries to hyphenate wrapped words.
isHyphenated() - Method in class snap.text.StringBox
Returns whether this run has a hyphen at the end.
isHyphenated() - Method in class snap.text.TextBoxLine
Returns whether line ends with hyphen.
isHyphenated() - Method in class snap.text.TextBoxToken
Returns whether this run has a hyphen at the end.
isHyphenating() - Static method in class snap.view.TextArea
Returns whether layout tries to hyphenate wrapped words.
isIdentity() - Method in class snap.geom.Transform
Returns whether this transform is identity.
isIgnoreCase() - Method in class snap.util.XMLArchiver
Returns whether element should ignore case when asking for attributes/elements by name.
isIgnoreCase() - Method in class snap.util.XMLElement
Returns whether element should ignore case when asking for attributes/elements by name.
isImage() - Method in class snap.view.ClipboardData
Returns whether data is image.
isImageType(String) - Static method in class snap.web.DataType
Returns whether type is image.
isIndeterminate() - Method in class snap.view.ProgressBar
Returns whether progress bar is indeterminate.
isIndexArraySet() - Method in class snap.gfx3d.VertexArray
Returns whether index array is set.
isInLayout() - Method in class snap.view.ParentView
Returns whether view is currently performing layout.
isInterestingPath(String) - Method in class snap.web.ZipFileSite
Adds an entry (override to ignore).
isItalic() - Method in class snap.gfx.Font
Returns whether this font is considered italic.
isItalic() - Method in class snap.gfx.FontFile
Returns whether this font is considered italic.
isJoint() - Method in class snap.view.ViewPhysics
Returns whether view is a joint.
isJustify() - Method in class snap.text.TextLineStyle
Returns whether text in line should be justified.
isKeepAspect() - Method in class snap.view.ImageView
Returns whether to to preserve aspect ratio of image when resized.
isKeepAspect() - Method in class snap.view.ScaleBox
Returns whether to preserve natural aspect of content when scaling.
isKeepAspect() - Method in class snap.view.ScaleBoxProxy
Returns whether to preserve natural aspect of content when scaling.
isKeyEvent() - Method in class snap.view.ViewEvent
Returns whether event is key event.
isKeyPress() - Method in class snap.view.ViewEvent
Returns whether event is key pressed.
isKeyRelease() - Method in class snap.view.ViewEvent
Returns whether event is key released.
isKeyType() - Method in class snap.view.ViewEvent
Returns whether event is key typed.
isLastCharNewline() - Method in interface snap.util.CharSequenceX
Returns whether run ends with newline.
isLastCharNewline(CharSequence) - Static method in class snap.util.CharSequenceUtils
Returns whether char sequence ends with newline.
isLeft() - Method in class snap.view.ArrowView
Returns whether last button was left.
isLeftArrow() - Method in class snap.view.ViewEvent
Returns whether key is left arrow.
isLeftOrRight() - Method in enum class snap.geom.Pos
Returns whether position is top or bottom.
isLeftOrRight() - Method in enum class snap.geom.Side
Returns whether side is LEFT or RIGHT.
isLeftOrRight() - Method in enum class snap.gfx3d.Side3D
Returns whether side is LEFT or RIGHT.
isLine(double, double, double, double, double, double) - Static method in class snap.geom.Quad
Returns whether Quad for given points is effectively a line.
isLine(double, double, double, double, double, double, double, double) - Static method in class snap.geom.Cubic
Returns whether Cubic for given points is effectively a line.
isLinear() - Method in class snap.gfx.GradientPaint
Returns whether gradient is linear.
isLinear() - Method in class snap.view.ThumbWheel
Returns whether thumbwheel is linear.
isLineEnd(int) - Method in interface snap.util.CharSequenceX
Returns whether the index in the given char sequence is at a line end.
isLineEnd(CharSequence, int) - Static method in class snap.util.CharSequenceUtils
Returns whether the index in the given char sequence is at a line end.
isLineEndChar(char) - Static method in class snap.util.CharSequenceUtils
Returns whether a char is a newline char.
isLineEndChar(int) - Method in interface snap.util.CharSequenceX
Returns whether a char is a newline char.
isLineEndChar(CharSequence, int) - Static method in class snap.util.CharSequenceUtils
Returns whether a char is a newline char.
isLineJustify() - Method in class snap.view.TextArea
Returns whether the text line justifies text.
isLinked() - Method in class snap.text.TextBox
Returns whether text is linked to another text (and shouldn't add lines below bottom border).
isLiteral() - Method in class snap.parse.Regex
Returns whether pattern is literal.
isLoaded() - Method in class snap.gfx.Image
Returns whether image is loaded (might be delayed is source is URL).
isLoaded() - Method in interface snap.util.Loadable
Returns whether resource is loaded.
isLoaded() - Method in class snap.util.Loadable.MultiLoadable
Returns whether puppet is loaded.
isLoaded() - Method in class snap.view.Clipboard
Returns whether clipboard is loaded.
isLoaded() - Method in class snap.view.ClipboardData
Returns whether data is loaded.
isLocal(URL) - Static method in class snap.util.URLUtils
Returns whether a URL is local.
isLocalToParentSimple() - Method in class snap.view.View
Returns whether transform to parent is simple (contains no rotate, scale, skew).
isLookAhead() - Method in class snap.parse.ParseRule
Returns whether rule is look ahead.
isMac - Static variable in class snap.util.SnapUtils
 
isManaged() - Method in class snap.view.View
Returns whether view should be included when a parent does layout.
isManagedVisible() - Method in class snap.view.View
Returns whether view should be included when a parent does layout.
isMarkedShapeOpaque() - Method in class snap.gfx.PainterImpl
Returns whether marked shape is opaque.
isMaxHeightSet() - Method in class snap.view.View
Returns whether view maximum height is set.
isMaximized() - Method in class snap.view.DrawerView
Returns whether drawer is maximized.
isMaximized() - Method in class snap.view.WindowView
Returns whether the window is sized to maximum screen size.
isMaxWidthSet() - Method in class snap.view.View
Returns whether view maximum width is set.
isMenuShowing() - Method in class snap.view.MenuButton
Returns whether menu is showing.
isMetaDown() - Method in class snap.swing.SwingEvent
Returns whether "meta" key is down (the command key on Mac with no equivalent on Windows).
isMetaDown() - Method in class snap.view.ViewEvent
Returns whether "meta" key is down (the command key on Mac with no equivalent on Windows).
isMetaDown() - Static method in class snap.view.ViewUtils
Returns whether meta is down.
isMinHeightSet() - Method in class snap.view.View
Returns whether view minimum height is set.
isMinWidthSet() - Method in class snap.view.View
Returns whether view minimum width is set.
isModal() - Method in class snap.view.WindowView
Returns the modal mode of the window.
isModified() - Method in class snap.web.WebFile
Returns whether this file has been modified locally.
isModifiedExternally() - Method in class snap.web.WebFile
Returns whether file has been modified at site (outside this process).
isMouseClick() - Method in class snap.view.ViewEvent
Returns whether event is mouse clicked.
isMouseDown() - Static method in class snap.view.EventDispatcher
Returns whether mouse is down.
isMouseDown() - Method in class snap.view.View
Returns whether current mouse location is over this view.
isMouseDown() - Static method in class snap.view.ViewUtils
Returns whether mouse is down.
isMouseDown(View) - Method in class snap.view.EventDispatcher
Returns whether given view is currently in mouse press.
isMouseDrag() - Static method in class snap.view.EventDispatcher
Returns whether mouse is being dragged.
isMouseDrag() - Method in class snap.view.ViewEvent
Returns whether event is mouse dragged.
isMouseDrag() - Static method in class snap.view.ViewUtils
Returns whether mouse is being dragged.
isMouseEnter() - Method in class snap.view.ViewEvent
Returns whether event is mouse entered.
isMouseEvent() - Method in class snap.view.ViewEvent
Returns whether event is mouse event.
isMouseExit() - Method in class snap.view.ViewEvent
Returns whether event is mouse exited.
isMouseMove() - Method in class snap.view.ViewEvent
Returns whether event is mouse moved.
isMouseOver() - Method in class snap.view.View
Returns whether current mouse location is over this view.
isMouseOver(View) - Method in class snap.view.EventDispatcher
Returns whether given view is current under the mouse.
isMousePress() - Method in class snap.view.ViewEvent
Returns whether event is mouse pressed.
isMouseRelease() - Method in class snap.view.ViewEvent
Returns whether event is mouse released.
isMultiCycle() - Method in class snap.geom.Shape
Returns whether path made up of multiple subpaths (more than one moveto).
isMultiSel() - Method in class snap.util.PickList
Returns whether list allows multiple selections.
isMultiSel() - Method in class snap.view.ListArea
Returns whether list allows multiple selections.
isMultiSel() - Method in class snap.view.TableView
Returns whether list allows multiple selections.
isNeedsClassDeclaration() - Method in class snap.props.PropNode
Returns whether this PropNode needs to declare actual class name
isNeedsLayout() - Method in class snap.view.ParentView
Returns whether needs layout.
isNeedsLayoutDeep() - Method in class snap.view.ParentView
Returns whether any children need layout.
isNeedsRepaint() - Method in class snap.gfx3d.ParentShape
Returns whether needs repaint.
isNeedsRepaint() - Method in class snap.view.View
Returns whether needs repaint.
isNeedsRepaintDeep() - Method in class snap.view.ParentView
Returns whether any children need repaint.
isNext(String) - Method in class snap.util.XMLParser.XMLTokenizer
Returns whether the given string is up next.
isOpaque() - Method in class snap.gfx.Color
Returns whether paint is opaque.
isOpaque() - Method in class snap.gfx.GradientPaint
Returns whether paint is opaque.
isOpaque() - Method in class snap.gfx.ImagePaint
Returns whether paint is opaque.
isOpaque() - Method in interface snap.gfx.Paint
Returns whether paint is opaque.
isOpening() - Method in class snap.viewx.WebSitePane
Returns whether is opening.
isOptional() - Method in class snap.parse.ParseRule
Returns whether rule is optional.
isOrtho() - Method in class snap.gfx3d.Camera
Returns whether camera is viewing in orthographic projection (no perspective).
isPaintable() - Method in class snap.view.View
Returns whether view should be painted.
isPaintAbove() - Method in class snap.gfx.Border
Returns whether the border paints above view.
isPaintDebug() - Static method in class snap.view.ViewUpdater
Returns whether painting is debug.
isParent(View) - Method in class snap.viewx.DevPaneViewOwners.ViewOwnersTreeResolver
Whether given object is a parent (has children).
isParent(View) - Method in class snap.viewx.DevPaneViews.ViewTreeResolver
Whether given object is a parent (has children).
isParent(T) - Method in class snap.view.TreeResolver.Adapter
Whether given object is a parent (has children).
isParent(T) - Method in class snap.view.TreeResolver
Whether given object is a parent (has children).
isParent(T) - Method in class snap.view.TreeView
Whether given object is a parent (has children).
isPatternSet() - Method in class snap.text.NumberFormat
Returns whether pattern is set.
isPaused() - Method in class snap.view.ViewTimer
Returns whether timer is running.
isPersistent() - Method in class snap.viewx.ColorDock
Returns whether this doc writes itself out to preferences.
isPickable() - Method in class snap.view.View
Returns whether view can be hit by mouse.
isPickableVisible() - Method in class snap.view.View
Returns whether view can be hit by mouse and visible.
isPlaying() - Method in class snap.gfx.SoundClip
Returns whether sound is playing.
isPlaying() - Method in class snap.swing.SwingSoundClip
Returns whether sound is playing.
isPlaying() - Method in class snap.view.ViewAnim
Returns whether anim is playing.
isPointOnPath(Path2D, int) - Static method in class snap.geom.Path2DUtils
Returns true of the point at pointIndex is on the path, and false if it is on the convex hull.
isPopup() - Method in class snap.view.ComboBox
Returns whether ComboBox shows a PopupList.
isPopupShowing() - Method in class snap.view.ComboBox
Returns whether ComboBox popup is showing on screen.
isPopupShowing() - Method in class snap.view.Menu
Returns whether popup is showing.
isPopupTrigger() - Method in class snap.swing.SwingEvent
Returns whether popup trigger is down.
isPopupTrigger() - Method in class snap.view.ViewEvent
Returns whether popup trigger is down.
isPreexisting() - Method in class snap.props.Prop
Returns whether prop value already exists in parent (should be used in place during unarchival).
isPrefGimbalRadiusSet() - Method in class snap.gfx3d.Camera
Returns whether PrefGimbalRadius is explicitly set.
isPrefHeightSet() - Method in class snap.view.View
Returns whether preferred width is set.
isPrefWidthSet() - Method in class snap.view.View
Returns whether preferred width is set.
isPressed() - Method in class snap.view.ButtonBase
Returns whether button is pressed (visibly).
isPrimitiveClassName(String) - Static method in class snap.util.ClassUtils
Returns whether name is a primitive class name.
isPrinting() - Method in class snap.gfx.Painter
Returns whether painting is for static output.
isPrinting() - Method in class snap.gfx.PainterProxy
Returns whether shape painting is really printing.
isProcInstr() - Method in class snap.util.XMLElement
Returns whether element is processing instruction.
isPropChangeEnabled() - Method in class snap.text.TextDoc
Returns whether property change is enabled.
isPropChanger() - Method in class snap.props.Prop
Returns whether this prop can change an object's props (ArchivalPropsExtra).
isPropClassConstant() - Method in class snap.props.Prop
Returns whether prop is always instance of PropClass (subclasses not allowed).
isPropDefault(String) - Method in class snap.props.PropObject
Returns whether give prop is set to default.
isQueryURL() - Method in class snap.web.ParsedURL
Returns whether URL specifies only file and query (no hashtag references).
isQueryURL() - Method in class snap.web.WebURL
Returns whether URL specifies only file and query (no hashtag references).
isQuoteKeys() - Method in class snap.util.JSWriter
Returns whether to quote keys.
isRadial() - Method in class snap.gfx.GradientPaint
Returns whether gradient is radial.
isRadial() - Method in class snap.view.ThumbWheel
Returns whether thumbwheel is radial.
isRayHitShape(Point3D, Vector3D, Shape3D) - Method in class snap.gfx3d.HitDetector
Returns whether ray hits shape.
isRayHitTriangle(Point3D, Vector3D, boolean) - Method in class snap.gfx3d.HitDetector
Returns whether ray hits triangle defined by TriangleArray vertex points.
isRayHitTriangleArray(Point3D, Vector3D, VertexArray) - Method in class snap.gfx3d.HitDetector
Returns whether ray hits VertexArray.
isRayHitTriangleArrayNoIndex(Point3D, Vector3D, VertexArray) - Method in class snap.gfx3d.HitDetector
Returns whether ray hits VertexArray.
isReadMultiLineComments() - Method in class snap.parse.CodeTokenizer
Returns whether tokenizer reads standard Java multiple line comments.
isReadSingleLineComments() - Method in class snap.parse.CodeTokenizer
Returns whether tokenizer reads standard Java single line comments.
isRecording() - Method in class snap.gfx.SoundClip
Returns whether sound is recording.
isRecording() - Method in class snap.swing.SoundRecorder
Whether file is recording.
isRecording() - Method in class snap.swing.SwingSoundClip
Whether file is recording.
isRelation() - Method in class snap.props.Prop
Returns whether prop is relation (not primitive).
isResizable() - Method in class snap.view.TableCol
Returns whether resizable.
isResizable() - Method in class snap.view.TreeCol
Returns whether resizable.
isResizable() - Method in class snap.view.WindowView
Returns whether the window is resizable.
isRichText() - Method in class snap.text.RichText
Override to indicate rich text supported.
isRichText() - Method in class snap.text.SubText
Whether this text supports multiple styles (font, color, etc.).
isRichText() - Method in class snap.text.TextBox
Returns whether text supports multiple styles.
isRichText() - Method in class snap.text.TextDoc
Whether this text supports multiple styles (font, color, etc.).
isRichText() - Method in class snap.view.TextArea
Returns whether text supports multiple styles.
isRichText() - Method in class snap.view.TextView
Returns whether text supports multiple styles.
isRight() - Method in class snap.view.ArrowView
Returns whether last button was right.
isRightArrow() - Method in class snap.view.ViewEvent
Returns whether key is right arrow.
isRoot() - Method in class snap.view.ViewAnim
Returns whether this ViewAnim is the root one.
isRoot() - Method in class snap.web.FileHeader
Returns whether this file is root directory.
isRoot() - Method in class snap.web.WebFile
Returns whether this file is root directory.
isRotated() - Method in class snap.geom.Transform
Returns whether this transform has a rotation component.
isRowHeightSet() - Method in class snap.view.ListArea
Returns whether row height has been explicitly set.
isRowHeightSet() - Method in class snap.view.TableView
Returns whether row height has been explicitly set.
isRunning() - Method in class snap.view.ViewTimer
Returns whether timer is running.
isSaveSize() - Method in class snap.view.WindowView
Returns whether to save size
isSaving() - Method in class snap.viewx.FilePanel
Returns whether is saving.
isSaving() - Method in class snap.viewx.WebSitePane
Returns whether is saving.
isScroll() - Method in class snap.view.ViewEvent
Returns whether event is scroll.
isSel(int) - Method in class snap.util.ListSel
Returns whether given index is selected.
isSel(int, int) - Method in class snap.util.ListSel2D
Returns whether given X/Y are selected.
isSelectable() - Method in class snap.viewx.ColorDock
Returns whether or not the dock can be selected.
isSelectable() - Method in class snap.viewx.ColorWell
Returns whether or not the well can be selected.
isSelected() - Method in class snap.view.ButtonBase
Returns whether button is selected (really for ToggleButton subclasses).
isSelected() - Method in class snap.view.ListCell
Returns whether cell is selected.
isSelected() - Method in class snap.view.MenuItem
Returns whether button is selected.
isSelected() - Method in class snap.view.ToggleButton
Returns whether button is selected.
isSelected() - Method in class snap.viewx.ColorDock
Returns whether color dock is selected.
isSelected() - Method in class snap.viewx.ColorWell
Returns whether color well is selected.
isSelEmpty() - Method in class snap.util.PickList
Returns whether selection is empty.
isSelEmpty() - Method in class snap.view.TextArea
Returns whether the selection is empty.
isSelEmpty() - Method in class snap.view.TextAreaKeys
TextArea method.
isSelEmpty() - Method in class snap.view.TextField
Returns whether the selection is empty.
isSelEmpty() - Method in class snap.view.TextView
Returns whether the selection is empty.
isSelfIntersecting() - Method in class snap.geom.Polygon
Returns whether polygon has no intersecting lines.
isSelfIntersecting() - Method in class snap.geom.SegmentPath
Returns whether this SegmentPath has any intersecting segments.
isSelfIntersecting() - Method in class snap.geom.Shape
Returns whether shape has intersecting segments.
isSelIndex(int) - Method in class snap.util.PickList
Returns whether given index is selected index.
isSelIndex(int) - Method in class snap.view.ListArea
Returns whether given index is selected index.
isSendEventDisabled() - Method in class snap.view.ViewOwner
Returns whether send event facility is disabled (so controls can be updated without triggering response).
isSeparator() - Method in class snap.view.MenuItem
Returns whether menu item is a separator.
isShiftDown() - Method in class snap.swing.SwingEvent
Returns whether shift key is down.
isShiftDown() - Method in class snap.view.KeyCombo
Returns whether alt is down.
isShiftDown() - Method in class snap.view.ViewEvent
Returns whether shift key is down.
isShiftDown() - Static method in class snap.view.ViewUtils
Returns whether shift is down.
isShortcutDown() - Method in class snap.swing.SwingEvent
Returns whether shortcut key is pressed.
isShortcutDown() - Method in class snap.view.KeyCombo
Returns whether shortcut is down.
isShortcutDown() - Method in class snap.view.ViewEvent
Returns whether shortcut key is pressed.
isShortcutDown() - Static method in class snap.view.ViewUtils
Returns whether shortcut is down.
isShowAll() - Method in class snap.gfx.Borders.EdgeBorder
Returns whether to show all borders.
isShowArea() - Method in class snap.view.ButtonBase
Returns whether button displays the standard background area.
isShowArrow() - Method in class snap.view.Menu
Returns whether menu is showing arrow graphic.
isShowArrow() - Method in class snap.view.MenuButton
Returns whether button should show arrow.
isShowBottom() - Method in class snap.gfx.Borders.EdgeBorder
Returns whether to show bottom border.
isShowButton() - Method in class snap.view.ComboBox
Returns whether to show button.
isShowCaret() - Method in class snap.view.TextArea
Returns whether to show carat.
isShowCornerNE() - Method in class snap.view.ScrollGroup
Returns whether NE Corner view is showing (true when TopView set and ScrollView.VBarShowing).
isShowCornerNW() - Method in class snap.view.ScrollGroup
Returns whether NW Corner view is showing (true when TopView set and LeftView set).
isShowCornerSW() - Method in class snap.view.ScrollGroup
Returns whether SW Corner view is showing (true when LeftView set and ScrollView.HBarShowing).
isShowCubeView() - Method in class snap.gfx3d.CameraView
Returns whether to show CubeView.
isShowDown() - Method in class snap.view.ArrowView
Returns whether to show down button.
isShowFrameRate() - Static method in class snap.view.ViewUpdater
Returns whether to show frame rate.
isShowGridX() - Method in class snap.view.TableView
Returns whether to show horizontal grid lines.
isShowGridY() - Method in class snap.view.TableView
Returns whether to show vertical grid lines.
isShowHeader() - Method in class snap.view.TableView
Returns whether to show header.
isShowHeaderCol() - Method in class snap.view.TableView
Returns whether to show header.
isShowing() - Method in class snap.view.View
Returns whether view is visible and has parent that is showing.
isShowing() - Method in class snap.view.ViewOwner
Returns whether ViewOwner UI is showing.
isShowLeft() - Method in class snap.gfx.Borders.EdgeBorder
Returns whether to show left border.
isShowLeft() - Method in class snap.view.ArrowView
Returns whether to show left button.
isShowRight() - Method in class snap.gfx.Borders.EdgeBorder
Returns whether to show right border.
isShowRight() - Method in class snap.view.ArrowView
Returns whether to show right button.
isShowTextField() - Method in class snap.view.ComboBox
Returns whether to show TextField.
isShowTop() - Method in class snap.gfx.Borders.EdgeBorder
Returns whether to show top border.
isShowUp() - Method in class snap.view.ArrowView
Returns whether to show up button.
isShrinkToFit() - Method in class snap.view.StringView
Returns whether text should shrink to fit.
isSide() - Method in enum class snap.geom.Pos
Returns whether position is side.
isSideVisible(Side3D) - Method in class snap.gfx3d.CubeShape
Returns whether given side is visible.
isSimple() - Method in class snap.geom.Transform
Returns whether this transform is translation only.
isSimple() - Method in class snap.gfx.ShadowEffect
Returns whether this shadow should just be rect.
isSingleCycle() - Method in class snap.geom.Shape
Returns whether path has only a single moveto.
isSkipArchival() - Method in class snap.props.Prop
Returns whether this prop is skipped for archival.
isSortSurfaces() - Method in class snap.gfx3d.Renderer2D
Returns whether to sort surfaces.
isSpaceKey() - Method in class snap.view.ViewEvent
Returns whether key is escape key.
isSpecialChar(char) - Static method in class snap.parse.Regex
Utility method to return whether given character is a special char.
isSpellChecking - Static variable in class snap.view.TextArea
 
isSpellChecking() - Method in class snap.view.TextArea
Returns whether editor is doing check-as-you-type spelling.
isSplittable() - Method in class snap.text.TextToken
Returns whether token can be split.
isString() - Method in class snap.view.ClipboardData
Returns whether data is String.
isStringViewSet() - Method in class snap.view.Label
Returns the StringView.
isStrokePure() - Method in class snap.gfx.Painter
Returns whether stroked path is used as is (otherwise, points might be rounded).
isSubstitute() - Method in class snap.gfx.Font
Returns whether font had to substitute because name wasn't found.
isSuspended() - Method in class snap.view.ViewAnim
Returns whether anim should be playing, but didn't have access to ViewUpdater (probably wasn't showing).
isTabKey() - Method in class snap.view.ViewEvent
Returns whether key is tab key.
isTargeted() - Method in class snap.view.ButtonBase
Returns whether button is under mouse.
isTargeting() - Method in class snap.view.ListArea
Returns whether list shows visual cue for item under the mouse.
isTargeting() - Method in class snap.view.ListView
Returns whether list shows visual cue for item under the mouse.
isTargeting() - Method in class snap.viewx.DevPaneViewOwners
Returns whether pane targeting mode is on (mouse over highlights possible selection).
isTargeting() - Method in class snap.viewx.DevPaneViews
Returns whether pane targeting mode is on (mouse over highlights possible selection).
isTeaVM - Static variable in class snap.util.SnapUtils
 
isTexCoordArraySet() - Method in class snap.gfx3d.Polygon3D
Returns whether texture coords array is set.
isTexCoordArraySet() - Method in class snap.gfx3d.VertexArray
Returns whether texture coords array is set.
isText() - Method in class snap.web.WebFile
Returns whether response is text (regardless of what the data type is).
isText() - Method in class snap.web.WebResponse
Returns whether response is text (regardless of what the data type is).
isTextFits() - Method in class snap.view.StringView
Returns whether text fits in box.
isTextModified() - Method in class snap.text.TextDoc
Returns whether text is modified.
isTextOutOfBounds() - Method in class snap.text.TextBox
Returns whether this text box couldn't fit all text.
isTextureSetAndReady() - Method in class snap.gfx3d.VertexArray
Returns whether texture is set and loaded and text coords are set.
isTiled() - Method in class snap.gfx.ImagePaint
Returns whether paint is defined in terms independent of primitive to be filled.
isToolTipEnabled() - Method in class snap.view.View
Returns whether tooltip is enabled.
isTopOrBottom() - Method in enum class snap.geom.Pos
Returns whether position is top or bottom.
isTopOrBottom() - Method in enum class snap.geom.Side
Returns whether side is TOP or BOTTOM.
isTopOrBottom() - Method in enum class snap.gfx3d.Side3D
Returns whether side is TOP or BOTTOM.
isUISet() - Method in class snap.view.ViewOwner
Returns whether UI has been set.
isUnderlined() - Method in class snap.styler.Styler
Returns whether current text is underlined.
isUnderlined() - Method in class snap.text.RichText
Returns whether text contains an underlined run.
isUnderlined() - Method in class snap.text.StringBox
Returns whether this run is underlined.
isUnderlined() - Method in class snap.text.StyledString
Returns whether this run is underlined.
isUnderlined() - Method in class snap.text.TextBox
Returns whether text box contains an underlined run.
isUnderlined() - Method in class snap.text.TextBoxToken
Returns whether this run is underlined.
isUnderlined() - Method in class snap.text.TextDoc
Returns whether text contains an underlined run.
isUnderlined() - Method in class snap.text.TextLine
Returns whether line contains an underlined run.
isUnderlined() - Method in class snap.text.TextRun
Returns whether this run is underlined.
isUnderlined() - Method in class snap.text.TextStyle
Returns whether this run is underlined.
isUnderlined() - Method in class snap.view.TextArea
Returns whether TextView is underlined.
isUndoAvailable() - Method in class snap.props.Undoer
Returns whether an undo is available.
isUniform() - Method in class snap.view.GridView
Returns whether grid is uniform size.
isUp() - Method in class snap.view.ArrowView
Returns whether last button was up.
isUpArrow() - Method in class snap.view.ViewEvent
Returns whether key is up arrow.
isUpdateSet() - Method in class snap.web.WebFile
Returns whether update is set and has update.
isUseRealClass() - Static method in class snap.view.ViewArchiver
Returns whether to use real classes.
isValidFile(WebFile) - Method in class snap.viewx.WebSitePane
Returns whether given file is valid.
isValidFile(WebFile) - Method in class snap.web.RecentFilesSitePane
Override to use real file.
isVBarShowing() - Method in class snap.view.ScrollView
Returns whether VBar is showing.
isVerified() - Method in class snap.web.WebFile
Returns whether Exists property has been explicitly set/checked.
isVertical() - Method in class snap.view.View
Returns whether this view has a vertical orientation.
isViewDisabled(Object) - Method in class snap.view.ViewOwner
Returns whether given name or UI view is disabled.
isViewEnabled(Object) - Method in class snap.view.ViewOwner
Returns whether given name or UI view is enabled.
isViewVisible(Object) - Method in class snap.view.ViewOwner
Returns whether given name or UI view is visible.
isVisible() - Method in class snap.gfx3d.Shape3D
Returns whether shape is visible.
isVisible() - Method in class snap.view.Tab
Returns whether tab is visible.
isVisible() - Method in class snap.view.View
Returns whether this view is visible.
isVisible() - Method in class snap.view.ViewProxy
Returns whether proxy is visible.
isVisible() - Method in class snap.view.WindowView
Override to return showing, since it is eqivalent for window.
isWebVM - Static variable in class snap.util.SnapUtils
 
isWhiteSpace() - Method in interface snap.util.CharSequenceX
Returns whether this sequence is just whitespace.
isWhiteSpace(CharSequence) - Static method in class snap.util.CharSequenceUtils
Returns whether given sequence is just whitespace.
isWinClose() - Method in class snap.view.ViewEvent
Returns whether event is WinClosing.
isWindows - Static variable in class snap.util.SnapUtils
 
isWindowSet() - Method in class snap.view.ViewOwner
Returns whether Window has been created (happens when first accessed).
isWindowVisible() - Method in class snap.view.ViewOwner
Returns whether window is visible.
isWinOpen() - Method in class snap.view.ViewEvent
Returns whether event is WinOpened.
isWordChar(char) - Method in class snap.text.TextSel
Returns whether a character should be considered is part of a word when WordSelecting.
isWrapLines() - Method in class snap.text.TextBox
Returns whether to wrap lines that overrun bounds.
isWrapLines() - Method in class snap.view.TextArea
Returns whether to wrap lines that overrun bounds.
isWrapLines() - Method in class snap.view.TextView
Returns whether to wrap lines that overrun bounds.
isWrapped() - Method in class snap.view.ThumbWheel
Returns whether thumbwheel does absolute wrapping.
Item_Prop - Static variable in class snap.util.PickList
 
itemFiredActionEvent(ViewEvent) - Method in class snap.view.Menu
Called when child MenuItem fires action.
ItemKey_Prop - Static variable in class snap.view.ListArea
 
ItemKey_Prop - Static variable in class snap.view.ListView
 
Items_Prop - Static variable in interface snap.util.Selectable
 

J

J - Static variable in class snap.view.KeyCode
 
J2DImage - Class in snap.swing
An Image subclass for Java2D.
J2DImage(double, double, boolean, double) - Constructor for class snap.swing.J2DImage
Returns the native image object for image.
J2DImage(Object) - Constructor for class snap.swing.J2DImage
Returns the native image object for image.
J2DPainter - Class in snap.swing
A Painter implementation that uses Java2D (Graphics2D).
J2DPainter(Graphics) - Constructor for class snap.swing.J2DPainter
Creates a new J2DPainter.
Java - Static variable in class snap.web.DataType
 
JAVA - Static variable in class snap.web.MIMEType
 
join() - Method in class snap.util.TaskRunner
Joins the runner.
join(int) - Method in class snap.util.TaskRunner
Joins the runner.
join(Object[], String) - Static method in class snap.util.StringUtils
Returns a joined string given an array and separator.
join(List<?>, String) - Static method in class snap.util.StringUtils
Returns a joined string given a list and separator.
join(Stroke.Join) - Method in class snap.gfx.Stroke.Builder
 
Join_Prop - Static variable in class snap.gfx.Stroke
 
joinString(List<T>, String, Function<T, String>) - Static method in class snap.util.ListUtils
Joins a list of items by given delimiter using given function to get item strings.
joinString(T[], String, Function<T, String>) - Static method in class snap.util.ArrayUtils
Joins an array of items by given delimiter using given function to get item strings.
joinStrings(List<?>, String) - Static method in class snap.util.ListUtils
Returns a string by concatenating strings in given list separated by given string.
JPEG - Static variable in class snap.web.MIMEType
 
JRTSite - Class in snap.swing
A WebSite implementation for JRT
JRTSite() - Constructor for class snap.swing.JRTSite
Constructor.
JSArchiver - Class in snap.util
An archiver to read/write objects from/to JSON.
JSArchiver() - Constructor for class snap.util.JSArchiver
Creates a new archiver.
JSArchiver(String...) - Constructor for class snap.util.JSArchiver
Creates a new archiver for given import(s).
JSArchiver.GetClass - Interface in snap.util
An interface so objects can provide archival class to archiver.
JSArchiver.GetKeys - Interface in snap.util
An interface so objects can provide archival attributes to archiver.
JSArchiver.GetValue - Interface in snap.util
An interface so objects can provide archival values to archiver.
JSArchiver.SetValue - Interface in snap.util
An interface so objects can set archival values from archiver.
JSArray - Class in snap.util
This JSValue subclass represents an array.
JSArray() - Constructor for class snap.util.JSArray
Constructor.
JSArray(Object) - Constructor for class snap.util.JSArray
Constructor.
JSObject - Class in snap.util
This JSValue subclass represents an object.
JSObject() - Constructor for class snap.util.JSObject
Constructor.
JSPair() - Constructor for class snap.util.JSParser.JSPair
 
JSParser - Class in snap.util
A JSONParser subclass (with handlers).
JSParser() - Constructor for class snap.util.JSParser
Creates a JSONParser.
JSParser.ArrayHandler - Class in snap.util
Array Handler.
JSParser.JSPair - Class in snap.util
 
JSParser.ObjectHandler - Class in snap.util
Object Handler.
JSParser.PairHandler - Class in snap.util
Pair Handler.
JSParser.ValueHandler - Class in snap.util
Value Handler.
JSValue - Class in snap.util
Represents a node in a JSON tree.
JSValue() - Constructor for class snap.util.JSValue
Creates a new node.
JSValue(Object) - Constructor for class snap.util.JSValue
Creates a new node.
JSWriter - Class in snap.util
Writes a JSON to string.
JSWriter() - Constructor for class snap.util.JSWriter
Constructor.
JUSTIFY_KEY - Static variable in class snap.text.TextLineStyle
 

K

K - Static variable in class snap.view.KeyCode
 
KeepAspect_Prop - Static variable in class snap.view.ImageView
 
KeepAspect_Prop - Static variable in class snap.view.ScaleBox
 
Key - Class in snap.util
This class provides an optimized convenience for getting named values from arbitrary objects.
Key - Enum constant in enum class snap.util.KeyChain.Op
 
Key() - Constructor for class snap.util.Key
 
Key.Get - Interface in snap.util
This is interface is implemented by objects that can get key values themselves.
Key.GetSet - Interface in snap.util
This is interface is implemented by objects that can get/set key value themselves.
keyChain(String) - Method in class snap.util.KeyChainParser
Returns a KeyChain for given string.
KeyChain - Class in snap.util
This class evaluates a string expression on a given object: KeyChain.getValue(object, expression).
KeyChain(Object, Object, Object) - Constructor for class snap.util.KeyChain
Constructor.
KeyChain(KeyChain.Op) - Constructor for class snap.util.KeyChain
Constructor.
KeyChain(KeyChain.Op, Object) - Constructor for class snap.util.KeyChain
Constructor.
KeyChain(KeyChain.Op, Object, Object) - Constructor for class snap.util.KeyChain
Constructor.
KeyChain.FunctionHandler - Interface in snap.util
A function handler.
KeyChain.Get - Interface in snap.util
This is interface is implemented by objects that can get key chain values themselves.
KeyChain.Op - Enum Class in snap.util
 
KeyChainHandler() - Constructor for class snap.util.KeyChainParser.KeyChainHandler
 
KeyChainParser - Class in snap.util
A Parser subclass to parse strings to KeyChains.
KeyChainParser() - Constructor for class snap.util.KeyChainParser
 
KeyChainParser.AdditiveExprHandler - Class in snap.util
AdditiveExpr Handler: AdditiveExpr { MultiplicativeExpr (("+" | "-") MultiplicativeExpr)* }
KeyChainParser.ArgListHandler - Class in snap.util
ArgList Handler: ArgList { Expression ("," Expression)* }
KeyChainParser.BinaryExprHandler - Class in snap.util
BinaryExpr Handler.
KeyChainParser.ComparativeExprHandler - Class in snap.util
ComparativeExpr Handler: ComparativeExpr { AdditiveExpr ((">" | "<" | ">=" | "<=") AdditiveExpr)* }
KeyChainParser.EqualityExprHandler - Class in snap.util
EqualityExpr Handler: EqualityExpr { ComparativeExpr (("==" | "!=") ComparativeExpr)* }
KeyChainParser.ExpressionHandler - Class in snap.util
Expression Handler: Expression { LogicalOrExpr (LookAhead(2) "?" Expression (LookAhead(2) ":" Expression)?)? }
KeyChainParser.KeyChainHandler - Class in snap.util
KeyChain Handler: KeyChain { Object ("." Object)* }
KeyChainParser.LogicalAndExprHandler - Class in snap.util
LogicalAndExpr Handler: LogicalAndExpr { EqualityExpr ("&&" EqualityExpr)* }
KeyChainParser.LogicalOrExprHandler - Class in snap.util
LogicalOrExpr Handler: LogicalOrExpr { LogicalAndExpr ("||" LogicalAndExpr)* }
KeyChainParser.MultiplicativeExprHandler - Class in snap.util
MultiplicativeExpr Handler: MultiplicativeExpr { UnaryExpr (("*" | "/" | "%") UnaryExpr)* }
KeyChainParser.ObjectHandler - Class in snap.util
Object Handler: LookAhead(3) KEY "(" ArgList? ")" | LookAhead(2) KEY "[" Expression "]" | LookAhead(3) KEY | INT | FLOAT | STRING | "(" Expression ")"
KeyChainParser.StatementHandler - Class in snap.util
Statement Handler: Statement { LookAhead(2) KEY ("=" | "+=") Expression | Expression }
KeyChainParser.UnaryExprHandler - Class in snap.util
UnaryExpr Handler: UnaryExpr { "-" KeyChain | "!" KeyChain | KeyChain }
KeyCode - Class in snap.view
A class to facilitate working with keyboard key codes.
KeyCode() - Constructor for class snap.view.KeyCode
 
KeyCombo - Class in snap.view
A class to model specific key strokes, including the key code and modifiers (shift, alt, etc.).
KeyCombo() - Constructor for class snap.view.KeyCombo
Creates a new KeyCombo.
KeyCombo(int, boolean, boolean, boolean, boolean) - Constructor for class snap.view.KeyCombo
Creates a new KeyCombo for key code and modifiers.
KeyEvents - Static variable in class snap.view.View
 
KeyEvents - Static variable in enum class snap.view.ViewEvent.Type
 
KeyEvents - Variable in class snap.view.ViewOwner
 
KeyPress - Enum constant in enum class snap.view.ViewEvent.Type
Key events.
KeyPress - Static variable in class snap.view.View
 
KeyPress - Static variable in class snap.view.ViewOwner
 
keyPressed(ViewEvent) - Method in class snap.view.TextArea
Called when a key is pressed.
keyPressed(ViewEvent) - Method in class snap.view.TextAreaKeys
Called when a key is pressed.
keyPressed(ViewEvent) - Method in class snap.view.TextField
Called when a key is pressed.
keyPressed(ViewEvent) - Method in class snap.viewx.ConsoleView
Handles key events.
KeyRelease - Enum constant in enum class snap.view.ViewEvent.Type
 
KeyRelease - Static variable in class snap.view.View
 
KeyRelease - Static variable in class snap.view.ViewOwner
 
keyReleased(ViewEvent) - Method in class snap.view.TextArea
Called when a key is released.
keyReleased(ViewEvent) - Method in class snap.view.TextAreaKeys
Called when a key is released.
keyReleased(ViewEvent) - Method in class snap.view.TextField
Called when a key is released.
KeyType - Enum constant in enum class snap.view.ViewEvent.Type
 
KeyType - Static variable in class snap.view.View
 
KeyType - Static variable in class snap.view.ViewOwner
 
keyTyped(ViewEvent) - Method in class snap.view.TextArea
Called when a key is typed.
keyTyped(ViewEvent) - Method in class snap.view.TextAreaKeys
Called when a key is typed.
keyTyped(ViewEvent) - Method in class snap.view.TextField
Called when a key is typed.
keyTyped(ViewEvent) - Method in class snap.viewx.ConsoleView
Called when a key is typed.
KNOB_BASELINE - Static variable in class snap.styler.GradientStopPicker
 
KNOB_HEIGHT - Static variable in class snap.styler.GradientStopPicker
 
KNOB_WIDTH - Static variable in class snap.styler.GradientStopPicker
 

L

L - Static variable in class snap.view.KeyCode
 
Label - Class in snap.view
A class to display simple text with associcated image(s).
Label() - Constructor for class snap.view.Label
Creates a label node.
Label(String) - Constructor for class snap.view.Label
Creates a label node with given text.
Label(View, String, View) - Constructor for class snap.view.Label
Creates a label node with given graphic, text, and after graphic.
LABEL_BORDER - Static variable in class snap.view.CollapseView
 
LABEL_FILL - Static variable in class snap.view.CollapseView
 
LABEL_FONT - Static variable in class snap.view.CollapseView
 
LABEL_TEXT_FILL - Static variable in class snap.view.CollapseView
 
labelWasPressed(ViewEvent) - Method in class snap.view.CollapseView
Called when Label is pressed.
lastIndexAfterNewline(int) - Method in interface snap.util.CharSequenceX
Returns index just beyond previous newline (or carriage-return/newline) starting at given char index.
lastIndexAfterNewline(CharSequence, int) - Static method in class snap.util.CharSequenceUtils
Returns index just beyond previous newline (or carriage-return/newline) in given chars starting at given char index.
lastIndexOf(CharSequence, CharSequence) - Static method in class snap.util.StringUtils
Returns the last index of given search chars in given chars.
lastIndexOfNewline(int) - Method in interface snap.util.CharSequenceX
Returns index of the previous newline (or carriage-return/newline) starting at given char index.
lastIndexOfNewline(CharSequence, int) - Static method in class snap.util.CharSequenceUtils
Returns index of the previous newline (or carriage-return/newline) in given chars starting at given char index.
LastModTime_Prop - Static variable in class snap.web.FileHeader
 
layout() - Method in class snap.view.GridView
Override to use grid layout.
layout() - Method in class snap.view.ParentView
Override to layout children.
layout(ParentView) - Static method in class snap.view.StackView
Performs layout in content rect.
layout(ParentView, boolean) - Static method in class snap.view.ColView
Performs layout for given parent with option to fill width.
layout(ParentView, boolean) - Static method in class snap.view.RowView
Performs layout for given parent with given children.
layout(ParentView, View, boolean, boolean) - Static method in class snap.view.BoxView
Performs Box layout for given parent, child and fill width/height.
layout(ParentView, View, View, View, View, View) - Static method in class snap.view.BorderView
Layout children.
layoutChild(View, double, double) - Method in class snap.view.SpringView
Returns the child rects for given parent height.
layoutDeep() - Method in class snap.view.ParentView
Lays out children deep.
layoutDeep(View) - Static method in class snap.view.ViewUtils
Layout nodes deep.
layoutDeepImpl() - Method in class snap.view.ParentView
Lays out children deep.
layoutFloatingViews() - Method in class snap.view.ParentView
Called to layout floating children (those unmanaged with lean) according to their Lean, Grow and Margin.
layoutImpl() - Method in class snap.styler.GradientStopPicker
Override to reset knobs and such.
layoutImpl() - Method in class snap.view.ArrowView
Layout children.
layoutImpl() - Method in class snap.view.BorderView
Layout children.
layoutImpl() - Method in class snap.view.BoxView
Override.
layoutImpl() - Method in class snap.view.BrowserView
Override to layout ScrollView.
layoutImpl() - Method in class snap.view.ButtonBase
Override to layout children.
layoutImpl() - Method in class snap.view.CheckBox
Override to layout children.
layoutImpl() - Method in class snap.view.CollapseView
Layout children.
layoutImpl() - Method in class snap.view.ColView
Layout children.
layoutImpl() - Method in class snap.view.ComboBox
Layout children.
layoutImpl() - Method in class snap.view.DocView
Layout children.
layoutImpl() - Method in class snap.view.DrawerView
Override to layout content.
layoutImpl() - Method in class snap.view.Label
Layout children.
layoutImpl() - Method in class snap.view.ListArea
Override to layout children with VBox layout.
layoutImpl() - Method in class snap.view.ListView
Override to layout ScrollView.
layoutImpl() - Method in class snap.view.MenuBar
Layout children.
layoutImpl() - Method in class snap.view.ParentView
Actual method to layout children.
layoutImpl() - Method in class snap.view.RadioButton
Override to layout children.
layoutImpl() - Method in class snap.view.RootView
Layout children.
layoutImpl() - Method in class snap.view.RowView
Layout children.
layoutImpl() - Method in class snap.view.Scroller
Override to layout children.
layoutImpl() - Method in class snap.view.ScrollGroup
Override to layout children.
layoutImpl() - Method in class snap.view.ScrollView
Override to layout children.
layoutImpl() - Method in class snap.view.Spinner
Layout children.
layoutImpl() - Method in class snap.view.SplitView
Override to layout children.
layoutImpl() - Method in class snap.view.SpringView
Override to perform layout.
layoutImpl() - Method in class snap.view.StackView
Layout children.
layoutImpl() - Method in class snap.view.SwitchView
Override to layout content.
layoutImpl() - Method in class snap.view.TabBar
Override to layout children with BoxView layout.
layoutImpl() - Method in class snap.view.TableView
Override to layout children with VBox layout.
layoutImpl() - Method in class snap.view.TabView
Override to layout children with ColView layout.
layoutImpl() - Method in class snap.view.TextField
Layout children.
layoutImpl() - Method in class snap.view.TextView
Actual method to layout children.
layoutImpl() - Method in class snap.view.TitleView
Override to layout content.
layoutImpl() - Method in class snap.view.TitleView.TitleArea
Override to layout TitleArea.
layoutImpl() - Method in class snap.view.TreeView
Override to layout ScrollView.
layoutImpl() - Method in class snap.view.WindowView
Layout children.
layoutImpl() - Method in class snap.view.WrapView
Actual method to layout children.
layoutImpl() - Method in class snap.viewx.TransitionPane
Override to layout content.
layoutProxy() - Method in class snap.view.BorderViewProxy
Override to layout RowView.
layoutProxy() - Method in class snap.view.BoxViewProxy
Performs Box layout for given parent, child and fill width/height.
layoutProxy() - Method in class snap.view.ColViewProxy
Performs layout for given ViewProxy.
layoutProxy() - Method in class snap.view.ParentViewProxy
Performs Box layout for given parent, child and fill width/height.
layoutProxy() - Method in class snap.view.RowViewProxy
Performs layout for given ViewProxy.
layoutProxy() - Method in class snap.view.ScaleBoxProxy
Performs Box layout for given parent, child and fill width/height.
layoutView() - Method in class snap.view.ParentViewProxy
Performs BoxView layout.
LeanX_Prop - Static variable in class snap.view.View
 
LeanY_Prop - Static variable in class snap.view.View
 
left - Variable in class snap.geom.Insets
 
Left - Enum constant in enum class snap.view.ArrowView.Arrow
 
LEFT - Enum constant in enum class snap.geom.HPos
 
LEFT - Enum constant in enum class snap.geom.Side
 
LEFT - Enum constant in enum class snap.gfx3d.Side3D
 
LEFT - Static variable in class snap.view.KeyCode
 
LEFT_BOTTOM - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
LEFT_INDENT_KEY - Static variable in class snap.text.TextLineStyle
 
LEFT_TOP - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
length - Variable in class snap.util.Range
 
length() - Method in class snap.parse.Parser
CharSequence method.
length() - Method in class snap.parse.Tokenizer
CharSequence method.
length() - Method in class snap.text.StringBox
Returns the length of the string.
length() - Method in class snap.text.StyledString
Returns the text length.
length() - Method in class snap.text.TextBox
Returns the number of chars currently in text box.
length() - Method in class snap.text.TextBoxLine
Returns the length of this text line.
length() - Method in class snap.text.TextBoxRun
Returns the length of run.
length() - Method in class snap.text.TextDoc
Returns the number of characters in the text.
length() - Method in class snap.text.TextLine
Returns the length of this text line.
length() - Method in class snap.text.TextRun
Returns the length in characters for this run.
length() - Method in class snap.util.ByteArray
Returns the length of the data.
length() - Method in class snap.util.ObjectArray
Returns the length.
length() - Method in class snap.view.StringView
Returns the text length.
length() - Method in class snap.view.TextArea
Returns the number of characters in the text string.
length() - Method in class snap.view.TextAreaKeys
TextArea method.
length() - Method in class snap.view.TextField
Returns the number of characters in the text string.
length() - Method in class snap.view.TextView
Returns the number of characters in the text string.
length(CharSequence) - Static method in class snap.util.StringUtils
Returns the length of given string (supports null).
length(Object[]) - Static method in class snap.util.ArrayUtils
Returns the length of a given object array (or zero, if null).
LessThan - Enum constant in enum class snap.util.KeyChain.Op
 
LessThanOrEqual - Enum constant in enum class snap.util.KeyChain.Op
 
LetterLower - Static variable in class snap.parse.Regex
 
LetterUpper - Static variable in class snap.parse.Regex
 
Light3D - Class in snap.gfx3d
This class represents a light in a scene.
Light3D() - Constructor for class snap.gfx3d.Light3D
Constructor.
LIGHTBLUE - Static variable in class snap.gfx.Color
 
LIGHTGRAY - Static variable in class snap.gfx.Color
 
Line - Class in snap.geom
A class to represent a mathematical line.
Line(double, double, double, double) - Constructor for class snap.geom.Line
Creates a new line.
LINE_TO - Static variable in class snap.gfx3d.Path3D
 
Line3D - Class in snap.gfx3d
This class represents a 3D line.
Line3D(double, double, double, double, double, double) - Constructor for class snap.gfx3d.Line3D
Constructor.
Line3D(Point3D, Point3D) - Constructor for class snap.gfx3d.Line3D
Constructor.
LINEAR - Enum constant in enum class snap.gfx.GradientPaint.Type
 
LINEAR - Static variable in class snap.util.Interpolator
Linear interpolator.
LineBorder() - Constructor for class snap.gfx.Borders.LineBorder
Creates lineBorder.
LineBorder(Color, double) - Constructor for class snap.gfx.Borders.LineBorder
Creates lineBorder.
LineBorder(Color, Stroke) - Constructor for class snap.gfx.Borders.LineBorder
Creates lineBorder.
LineBorderTool - Class in snap.styler
UI editing for Borders.
LineBorderTool() - Constructor for class snap.styler.LineBorderTool
 
lineBy(double, double) - Method in class snap.geom.ShapeBuilder
LineTo.
lineIndex(int) - Method in class snap.parse.ParseToken.Builder
 
LineStyle_Prop - Static variable in class snap.text.TextDoc
 
LineStyleChange(TextDoc, Object, Object, int) - Constructor for class snap.text.TextDocUtils.LineStyleChange
Constructor.
lineTo(double, double) - Method in class snap.geom.Path2D
LineTo.
lineTo(double, double) - Method in class snap.geom.PolygonPath
LineTo.
lineTo(double, double) - Method in class snap.geom.ShapeBuilder
LineTo.
lineTo(double, double) - Method in class snap.gfx3d.Painter3D
Adds a lineTo segment.
lineTo(double, double, double) - Method in class snap.gfx3d.Path3D
Adds a line to the path3d with the given 3D coords.
lineTo(double, double, double) - Method in class snap.gfx3d.PolygonPath3D
LineTo.
lineTo(double, double, double[]) - Method in class snap.geom.PathIter
Returns a LineTo for given coords.
LineTo - Enum constant in enum class snap.geom.Seg
 
LineView - Class in snap.view
A View subclass to draw a line.
LineView() - Constructor for class snap.view.LineView
Creates a new LineView.
LineView(double, double, double, double) - Constructor for class snap.view.LineView
Creates a new LineView for given points.
LINK_KEY - Static variable in class snap.text.TextStyle
 
ListArea<T> - Class in snap.view
A View to show a list of items and act as basis of ListView.
ListArea() - Constructor for class snap.view.ListArea
Creates a new ListArea.
listAreaMouseReleased() - Method in class snap.view.BrowserCol
Called before ListArea.MousePress.
ListCell<T> - Class in snap.view
A label subclass used to render items in Lists, Tables, Trees, Browsers.
ListCell(ListArea<T>, T, int, int, boolean) - Constructor for class snap.view.ListCell
Creates a new ListCell.
listenEvent(ViewEvent) - Method in interface snap.view.EventListener
The method called to notify listener of event.
ListSel - Class in snap.util
Represents a selection for a List.
ListSel(int, int) - Constructor for class snap.util.ListSel
Constructor.
ListSel2D - Class in snap.util
Represents a selection for a table.
ListSel2D(int, int, int, int) - Constructor for class snap.util.ListSel2D
Constructor.
ListUtils - Class in snap.util
Utility methods for use with Java.util.List.
ListUtils() - Constructor for class snap.util.ListUtils
 
ListView<T> - Class in snap.view
A View to manage a list of items (ListArea) in a ScrollView.
ListView() - Constructor for class snap.view.ListView
Creates a new ListView.
listViewFiredAction() - Method in class snap.view.ComboBox
Called when ListView fires action.
listViewSelectionChanged() - Method in class snap.view.ComboBox
Called when referenced PopupList selection changes.
Literal - Enum constant in enum class snap.util.KeyChain.Op
 
littleShortAtIndex(int) - Method in class snap.util.ByteArray
Returns the little endian short at the given byte index.
littleUIntAtIndex(int) - Method in class snap.util.ByteArray
Returns the little endian unsigned int at the given byte index.
littleUShortAtIndex(int) - Method in class snap.util.ByteArray
Returns the little endian unsigned short at the given byte index.
Loadable - Interface in snap.util
An interface to identify classes that have external resources that may not be immediately available.
Loadable.MultiLoadable - Class in snap.util
A class to load a list of loadables.
Loadable.Support - Class in snap.util
A class to store a list of loadables.
loadBackToFrontList(List<FacetShape>) - Method in class snap.gfx3d.BinarySpaceTree
Loads a list from this node.
loadFields() - Method in class snap.web.ParsedUrlArgs
Creates the fields list.
loadRule(Class<?>, String) - Static method in class snap.parse.ParseUtils
Loads a rule for a class.
LocalSite - Class in snap.web
A FileSite subclass that stores files in a named directory relative to SnapCode home directory.
LocalSite() - Constructor for class snap.web.LocalSite
Constructor.
localToParent(double, double) - Method in class snap.view.View
Converts a point from local to parent.
localToParent(double, double, View) - Method in class snap.view.View
Converts a point from local to given parent.
localToParent(Shape) - Method in class snap.view.View
Converts a shape from local to parent.
localToParent(Shape, View) - Method in class snap.view.View
Converts a point from local to given parent.
localToScreen(double, double) - Method in class snap.view.View
Converts a point from local to parent.
Location_Prop - Static variable in class snap.view.Divider
 
LogicalAndExprHandler() - Constructor for class snap.util.KeyChainParser.LogicalAndExprHandler
 
LogicalOrExprHandler() - Constructor for class snap.util.KeyChainParser.LogicalOrExprHandler
 
longValue(Object) - Static method in class snap.util.Convert
Returns the int value for a given object (assumed to be a string or number).
longValue(String) - Static method in class snap.util.StringUtils
Returns an int value by parsing the given string.
longValue(String, int) - Static method in class snap.util.StringUtils
Returns an double value by parsing the given string starting at the given index.
lookAhead(ParseRule, int, int) - Method in class snap.parse.Parser
Looks ahead given number of tokens and returns the remainder or -1 if it fails.
LookAhead - Enum constant in enum class snap.parse.ParseRule.Op
 
LOWERED - Static variable in class snap.gfx.Borders.BevelBorder
 
lt(double, double) - Static method in class snap.util.MathUtils
Returns whether a real number is practically less than another.
lte(double, double) - Static method in class snap.util.MathUtils
Returns whether a real number is practically less than or equal another.

M

M - Static variable in class snap.view.KeyCode
 
MAC - Enum constant in enum class snap.util.SnapUtils.Platform
 
MAGENTA - Static variable in class snap.gfx.Color
 
main(String[]) - Static method in class snap.parse.ParseUtils
Test.
main(String[]) - Static method in class snap.util.JSParser
 
main(String[]) - Static method in class snap.util.KeyChain
Simple main implementation, so RM's expressions can be used for simple math.
main(String[]) - Static method in class snap.util.XMLParser
Test.
main(String[]) - Static method in class snap.viewx.TextPane
Silly test.
makeNotSelfIntersecting() - Method in class snap.geom.SegmentPath
Makes the SegmentPath not intersecting by turning intersection areas into separate cycles.
makeSplitView(View) - Static method in class snap.view.SplitView
Replaces the given view with a SplitView.
map(Collection<T>, Function<? super T, ? extends R>) - Static method in class snap.util.ListUtils
Returns a mapped array for given original and Function.
map(T[], Function<? super T, ? extends R>, Class<R>) - Static method in class snap.util.ArrayUtils
Returns a mapped array for given original and Function.
mapFractionalToRangeValue(double, double, double) - Static method in class snap.util.MathUtils
Returns the given fractional value expressed in range 0 to 1 mapped to given range (min/max).
mapNonNull(T[], Function<? super T, ? extends R>, Class<R>) - Static method in class snap.util.ArrayUtils
Returns a mapped array for given original and Function.
mapRangeValueToFractional(double, double, double) - Static method in class snap.util.MathUtils
Returns the given value expressed in given range (min/max) mapped to unit range (0 - 1).
mapToArray(Collection<T>, Function<? super T, ? extends R>, Class<R>) - Static method in class snap.util.ListUtils
Returns a mapped array for given original and Function.
MapUtils - Class in snap.util
Utility methods for use with Java.util.Map.
MapUtils() - Constructor for class snap.util.MapUtils
 
mapValueForRanges(double, double, double, double, double) - Static method in class snap.util.MathUtils
Returns the given double expressed in the first given range (min/max) as its relative value in second range.
Margin_Prop - Static variable in class snap.view.View
 
matches(Object) - Method in class snap.geom.Cubic
Returns whether cubic is equal to another, regardless of direction.
matches(Object) - Method in class snap.geom.Line
Returns whether line is equal to another, regardless of direction.
matches(Object) - Method in class snap.geom.Quad
Returns whether quad is equal to another, regardless of direction.
matches(Object) - Method in class snap.geom.Segment
Returns whether segement is equal to another, regardless of direction.
MathUtils - Class in snap.util
Utility methods for common math operations.
MathUtils() - Constructor for class snap.util.MathUtils
 
Matrix3D - Class in snap.gfx3d
This class represents a 3D transform.
Matrix3D() - Constructor for class snap.gfx3d.Matrix3D
Constructor (creates identity).
Matrix3D(double[]) - Constructor for class snap.gfx3d.Matrix3D
Constructor (creates identity).
Matrix3D(double, double, double) - Constructor for class snap.gfx3d.Matrix3D
Constructor with given translations.
max(String) - Static method in class snap.util.StringUtils
String promotion - returns either the given string or empty string (if given string is null).
MAX_HEIGHT_KEY - Static variable in class snap.text.TextLineStyle
 
Max_Prop - Static variable in class snap.view.Slider
 
Max_Prop - Static variable in class snap.view.Spinner
 
MAX_VISIBLE_COL_COUNT - Static variable in class snap.view.BrowserView
 
MaxHeight_Prop - Static variable in class snap.view.View
 
Maximized_Prop - Static variable in class snap.view.WindowView
 
MaxWidth_Prop - Static variable in class snap.view.View
 
Menu - Class in snap.view
A MenuItem subclass to show child menu items.
Menu() - Constructor for class snap.view.Menu
Constructor.
MenuBar - Class in snap.view
A View to display menus in a menu bar.
MenuBar() - Constructor for class snap.view.MenuBar
Creates a new MenuBarNode.
MenuButton - Class in snap.view
Button subclass to show a menu when clicked.
MenuButton() - Constructor for class snap.view.MenuButton
Constructor.
MenuItem - Class in snap.view
A ButtonBaseNode for MenuItem.
MenuItem() - Constructor for class snap.view.MenuItem
Constructor.
merge(PropChange) - Method in class snap.props.PropChange
Attempts to merge the given property change into this property change.
merge(PropChange) - Method in class snap.text.TextDocUtils.CharsChange
 
Message - Enum constant in enum class snap.viewx.DialogBox.Type
 
METHOD_NOT_ALLOWED - Static variable in class snap.web.WebResponse
 
Midi - Static variable in class snap.web.DataType
 
MIDI - Static variable in class snap.web.MIMEType
 
MIMEType - Class in snap.web
A class to help work with MIME type strings.
MIMEType() - Constructor for class snap.web.MIMEType
 
MIMEType_Prop - Static variable in class snap.web.FileHeader
 
min(String) - Static method in class snap.util.StringUtils
String demotion - returns either the given string or null (if given string length is zero).
MIN_HEIGHT_KEY - Static variable in class snap.text.TextLineStyle
 
Min_Prop - Static variable in class snap.view.Slider
 
Min_Prop - Static variable in class snap.view.Spinner
 
MinHeight_Prop - Static variable in class snap.view.View
 
MINUS - Static variable in class snap.view.KeyCode
 
MinWidth_Prop - Static variable in class snap.view.View
 
Miter - Enum constant in enum class snap.gfx.Stroke.Join
 
miterLimit(double) - Method in class snap.gfx.Stroke.Builder
 
MiterLimit_Prop - Static variable in class snap.gfx.Stroke
 
mod(double, double) - Static method in class snap.util.MathUtils
Returns the given number modulo the second number (mod for floats).
Mod - Enum constant in enum class snap.util.KeyChain.Op
 
Modified_Prop - Static variable in class snap.web.WebFile
 
ModTime_Prop - Static variable in class snap.web.WebFile
 
MONOSPACE_DEFAULT - Static variable in class snap.text.TextStyle
 
MouseDrag - Enum constant in enum class snap.view.ViewEvent.Type
 
MouseDrag - Static variable in class snap.view.View
 
MouseDrag - Static variable in class snap.view.ViewOwner
 
mouseDragged(ViewEvent) - Method in class snap.gfx3d.MouseHandler
Handle MouseDrag.
mouseDragged(ViewEvent) - Method in class snap.gfx3d.Trackball
Handle mouse drag.
mouseDragged(ViewEvent) - Method in class snap.view.TextArea
Handles mouse dragged.
mouseDragged(ViewEvent) - Method in class snap.view.TextField
Handles mouse dragged.
MouseEnter - Enum constant in enum class snap.view.ViewEvent.Type
 
MouseEnter - Static variable in class snap.view.View
 
MouseEnter - Static variable in class snap.view.ViewOwner
 
MouseEvents - Static variable in class snap.view.View
 
MouseEvents - Static variable in enum class snap.view.ViewEvent.Type
 
MouseEvents - Variable in class snap.view.ViewOwner
 
MouseExit - Enum constant in enum class snap.view.ViewEvent.Type
 
MouseExit - Static variable in class snap.view.View
 
MouseExit - Static variable in class snap.view.ViewOwner
 
MouseHandler - Class in snap.gfx3d
A class to rotate/zoom camera for mouse events.
MouseHandler(Camera) - Constructor for class snap.gfx3d.MouseHandler
Constructor.
MouseMove - Enum constant in enum class snap.view.ViewEvent.Type
 
MouseMove - Static variable in class snap.view.View
 
MouseMove - Static variable in class snap.view.ViewOwner
 
mouseMoved(ViewEvent) - Method in class snap.view.TextArea
Handle MouseMoved.
mouseMoved(ViewEvent) - Method in class snap.view.TextField
Handle MouseMoved.
MousePress - Enum constant in enum class snap.view.ViewEvent.Type
Mouse events.
MousePress - Static variable in class snap.view.View
 
MousePress - Static variable in class snap.view.ViewOwner
 
mousePressed(ViewEvent) - Method in class snap.gfx3d.MouseHandler
Handle MousePress.
mousePressed(ViewEvent) - Method in class snap.gfx3d.Trackball
Handle mouse press.
mousePressed(ViewEvent) - Method in class snap.view.TextArea
Handles mouse pressed.
mousePressed(ViewEvent) - Method in class snap.view.TextField
Handles mouse pressed.
MouseRelease - Enum constant in enum class snap.view.ViewEvent.Type
 
MouseRelease - Static variable in class snap.view.View
 
MouseRelease - Static variable in class snap.view.ViewOwner
 
mouseReleased(ViewEvent) - Method in class snap.gfx3d.Trackball
Handle mouse release.
mouseReleased(ViewEvent) - Method in class snap.view.TextArea
Handles mouse released.
mouseReleased(ViewEvent) - Method in class snap.view.TextField
Handles mouse released.
move(File, File) - Static method in class snap.util.FileUtils
Moves a file.
MOVE - Static variable in class snap.view.Cursor
 
MOVE_TO - Static variable in class snap.gfx3d.Path3D
 
MoveDown - Static variable in class snap.viewx.TransitionPane
A class to perform transitions.
MoveLeft - Static variable in class snap.viewx.TransitionPane
A class to perform transitions.
MoveRight - Static variable in class snap.viewx.TransitionPane
A class to perform transitions.
moveTo(double, double) - Method in class snap.geom.Path2D
Moveto.
moveTo(double, double) - Method in class snap.geom.PolygonPath
Moveto.
moveTo(double, double) - Method in class snap.geom.ShapeBuilder
Moveto.
moveTo(double, double) - Method in class snap.gfx3d.Painter3D
Adds a moveTo segment.
moveTo(double, double, double) - Method in class snap.gfx3d.Path3D
Adds a moveto to the path3d with the given 3D coords.
moveTo(double, double, double) - Method in class snap.gfx3d.PolygonPath3D
Moveto.
moveTo(double, double, double[]) - Method in class snap.geom.PathIter
Returns a MoveTo for given coords.
MoveTo - Enum constant in enum class snap.geom.Seg
 
moveToBack(ParentView, View) - Static method in class snap.view.ViewUtils
Moves given child to start of given parent child list, so it paints in back.
moveToFront(List<T>, int) - Static method in class snap.util.ListUtils
Moves the object at the given index to the front of the list.
moveToFront(List<T>, T) - Static method in class snap.util.ListUtils
Move the given object to the front of the list.
moveToFront(ParentView, View) - Static method in class snap.view.ViewUtils
Moves given child to end of given parent child list, so it paints in front.
MoveUp - Static variable in class snap.viewx.TransitionPane
A class to perform transitions.
MP3 - Static variable in class snap.web.DataType
 
MP3 - Static variable in class snap.web.MIMEType
 
mtx - Variable in class snap.gfx3d.Matrix3D
 
MULTI_LINE_COMMENT - Static variable in class snap.parse.Tokenizer
 
MultiLoadable(Loadable[]) - Constructor for class snap.util.Loadable.MultiLoadable
Creates a MultiLoadable.
MultiplicativeExprHandler() - Constructor for class snap.util.KeyChainParser.MultiplicativeExprHandler
 
multiply(double, double) - Method in class snap.geom.Point
Multiplies this point by the given sx and sy.
multiply(double, double, double, double, double, double) - Method in class snap.geom.Transform
Multiplies this transform by the given transform components.
multiply(Number, Number) - Static method in class snap.util.MathUtils
Returns the product of the two given Numbers.
multiply(Transform) - Method in class snap.geom.Transform
Multiplies this transform by the given transform.
multiply(Matrix3D) - Method in class snap.gfx3d.Matrix3D
Multiplies receiver by given transform: [this] = [this] x [aTrans]
Multiply - Enum constant in enum class snap.util.KeyChain.Op
 
MultiSel_Prop - Static variable in class snap.util.PickList
 

N

N - Static variable in class snap.view.KeyCode
 
N_RESIZE - Static variable in class snap.view.Cursor
 
name(String) - Method in class snap.parse.ParseToken.Builder
 
name(String) - Method in class snap.view.ViewBuilder
Set name.
Name_Prop - Static variable in class snap.gfx.Font
 
Name_Prop - Static variable in class snap.view.View
 
NE_RESIZE - Static variable in class snap.view.Cursor
 
needsFinish() - Method in class snap.view.ViewAnim
Sets anim to finish when cleared.
NeedsLayout_Prop - Static variable in class snap.view.ParentView
 
NeedsRepaint_Prop - Static variable in class snap.gfx3d.ParentShape
 
negate() - Method in class snap.geom.Size
Simply sets the width and height to their negatives.
negate() - Method in class snap.geom.Vect
Makes this receiver point in the opposite direction.
negate() - Method in class snap.gfx3d.Vector3D
Makes this receiver point in the opposite direction.
negate(Number) - Static method in class snap.util.MathUtils
Returns the negative of the given Number.
Negate - Enum constant in enum class snap.util.KeyChain.Op
 
newDefaultRenderer(Camera) - Static method in class snap.gfx3d.RendererFactory
Returns a new default renderer.
newFromSource(Object) - Static method in class snap.text.TextDoc
Returns a new TextDoc from given source.
newFromSource(WebURL) - Static method in class snap.viewx.CodeDoc
Returns a new CodeDoc from given source.
newInstance(Class) - Method in class snap.util.XMLArchiver
Returns a new instance of an object given a class.
newInstance(Class<T>) - Static method in class snap.util.ClassUtils
Returns a new instance of a given class.
NEWLINE_SPACING_KEY - Static variable in class snap.text.TextLineStyle
 
newMap(Object...) - Static method in class snap.util.MapUtils
Creates a new map with given args in key/value sequence.
newMap(Object, Object) - Static method in class snap.util.MapUtils
Creates a new map for given key and object.
newOrtho(double, double, double, double, double, double) - Static method in class snap.gfx3d.Matrix3D
Returns a orthographic transform.
newPerspective(double) - Static method in class snap.gfx3d.Matrix3D
Returns a simple perspective transform.
newPerspective(double, double, double, double) - Static method in class snap.gfx3d.Matrix3D
Returns a perspective transform.
newRenderer(Camera) - Static method in class snap.gfx3d.Renderer
Returns a new default renderer.
newRenderer(Camera) - Method in class snap.gfx3d.Renderer2D.Renderer2DFactory
Returns a new default renderer.
newRenderer(Camera) - Method in class snap.gfx3d.RendererFactory
Returns a new default renderer.
newSegmentForSegAndPoints(Seg, double[]) - Static method in class snap.geom.Segment
Creates a Segment for given Seg and points.
newTrianglePointArrayForPolygonPoints(double[]) - Static method in class snap.geom.PointArrayIndex
Returns a PointsArray with triangle ordering.
newTrianglePointArrayForShape(Shape) - Static method in class snap.geom.PointArrayIndex
Returns a PointsArray with triangle ordering.
NO_CLIP - Static variable in class snap.gfx.PainterImpl.GState
 
NO_OPTION - Static variable in class snap.viewx.DialogBox
Return value form class method if YES is chosen.
None - Enum constant in enum class snap.text.NumberFormat.ExpStyle
 
NONE - Static variable in class snap.view.Cursor
 
normalize() - Method in class snap.geom.Size
Normalizes the receiver by scaling its width and height such that its magnitude will be 1.
normalize() - Method in class snap.geom.Vect
Makes the vector unit length.
normalize() - Method in class snap.gfx3d.Vector3D
Makes the vector unit length.
Not - Enum constant in enum class snap.util.KeyChain.Op
 
NOT_FOUND - Static variable in class snap.web.HTTPResponse
 
NOT_FOUND - Static variable in class snap.web.WebResponse
 
NotEqual - Enum constant in enum class snap.util.KeyChain.Op
 
notifyDidShow() - Method in class snap.viewx.DialogBox
Called after dialog box shows itself (via runLater).
notImpl(Object, String) - Static method in class snap.util.SnapUtils
Returns a "not implemented" exception for string (method name).
NULL - Static variable in interface snap.util.TaskMonitor
An TaskMonitor that ignores everything.
NULL_PATTERN - Static variable in class snap.text.NumberFormat
 
NumberFormat - Class in snap.text
A class to format tick labels.
NumberFormat() - Constructor for class snap.text.NumberFormat
Constructor.
NumberFormat(String) - Constructor for class snap.text.NumberFormat
Constructor.
NumberFormat(String, NumberFormat.ExpStyle) - Constructor for class snap.text.NumberFormat
Constructor.
NumberFormat.ExpStyle - Enum Class in snap.text
 
numberValue(Object) - Static method in class snap.util.Convert
Returns the Number for a given object (assumed to be Number or String).
NUMPAD0 - Static variable in class snap.view.KeyCode
 
NUMPAD1 - Static variable in class snap.view.KeyCode
 
NUMPAD2 - Static variable in class snap.view.KeyCode
 
NUMPAD3 - Static variable in class snap.view.KeyCode
 
NUMPAD4 - Static variable in class snap.view.KeyCode
 
NUMPAD5 - Static variable in class snap.view.KeyCode
 
NUMPAD6 - Static variable in class snap.view.KeyCode
 
NUMPAD7 - Static variable in class snap.view.KeyCode
 
NUMPAD8 - Static variable in class snap.view.KeyCode
 
NUMPAD9 - Static variable in class snap.view.KeyCode
 
NW_RESIZE - Static variable in class snap.view.Cursor
 

O

O - Static variable in class snap.view.KeyCode
 
ObjectArray<T> - Class in snap.util
This class manages an array of object values.
ObjectArray(Class<T>) - Constructor for class snap.util.ObjectArray
Constructor.
ObjectArray(T[]) - Constructor for class snap.util.ObjectArray
Constructor.
ObjectHandler() - Constructor for class snap.util.JSParser.ObjectHandler
 
ObjectHandler() - Constructor for class snap.util.KeyChainParser.ObjectHandler
 
offset(double, double) - Method in class snap.geom.Point
Offsets the receiver by the given x and y.
offset(double, double) - Method in class snap.geom.RectBase
Offsets the receiver by the given x & y.
OffsetPanel() - Constructor for class snap.styler.ShadowEffectTool.OffsetPanel
Creates offset panel.
OK - Static variable in class snap.web.HTTPResponse
 
OK - Static variable in class snap.web.WebResponse
 
OK_OPTION - Static variable in class snap.viewx.DialogBox
 
OneOrMore - Enum constant in enum class snap.parse.ParseRule.Op
 
OneShot(PropChangeListener) - Constructor for class snap.props.PropChangeListener.OneShot
Creates a OneShot.
opacity - Variable in class snap.gfx.PainterImpl.GState
 
Opacity_Prop - Static variable in class snap.view.View
 
Open - Enum constant in enum class snap.geom.Arc.Closure
 
OPEN_BRACKET - Static variable in class snap.view.KeyCode
 
openFile(File) - Static method in class snap.util.FileUtils
Tries to open the given file name with the platform reader.
openFile(Object) - Method in class snap.gfx.GFXEnv
Tries to open the given file source with the platform reader.
openFile(Object) - Method in class snap.swing.AWTEnv
Tries to open the given file source with the platform reader.
openFile(String) - Static method in class snap.util.FileUtils
Tries to open the given file name with the platform reader.
openLink(String) - Method in class snap.view.TextArea
Opens a given link.
openTextFile(Object) - Method in class snap.gfx.GFXEnv
Tries to open the given file source with the platform text file reader.
openTextFile(Object) - Method in class snap.swing.AWTEnv
Tries to open the given file source with the platform text file reader.
openURL(Object) - Method in class snap.gfx.GFXEnv
Tries to open the given URL source with the platform URL reader.
openURL(Object) - Method in class snap.swing.AWTEnv
Tries to open the given URL with the platform reader.
openURL(String) - Static method in class snap.util.URLUtils
Tries to open the given URL with the platform reader.
Option - Enum constant in enum class snap.viewx.DialogBox.Type
 
OPTIONS_OK - Static variable in class snap.viewx.DialogBox
 
OPTIONS_OK_CANCEL - Static variable in class snap.viewx.DialogBox
 
OPTIONS_YES_NO_CANCEL - Static variable in class snap.viewx.DialogBox
 
or(String) - Method in class snap.parse.ParseRule
Adds an Or rule to this rule with given pattern.
or(String, char) - Method in class snap.parse.ParseRule
Adds an Or rule to this rule with given count and pattern.
or(String, String) - Static method in class snap.util.StringUtils
Returns the first non-null string of the two given strings (or null).
or(ParseRule) - Method in class snap.parse.ParseRule
Adds an Or rule to this rule with given rule.
or(ParseRule, char) - Method in class snap.parse.ParseRule
Adds an Or rule to this rule with given rule.
Or - Enum constant in enum class snap.parse.ParseRule.Op
 
Or - Enum constant in enum class snap.parse.Regex.Op
 
Or - Enum constant in enum class snap.util.KeyChain.Op
 
ORANGE - Static variable in class snap.gfx.Color
 
ORDER_ASCEND - Static variable in class snap.util.Sort
 
ORDER_BACK_TO_FRONT - Static variable in class snap.gfx3d.BinarySpaceTree
 
ORDER_DESCEND - Static variable in class snap.util.Sort
 
ORDER_FRONT_TO_BACK - Static variable in class snap.gfx3d.BinarySpaceTree
 
ORDER_INDETERMINATE - Static variable in class snap.gfx3d.BinarySpaceTree
 
ORDER_SAME - Static variable in class snap.gfx3d.BinarySpaceTree
 
ORDER_SAME - Static variable in class snap.util.Sort
 
OrExprHandler() - Constructor for class snap.parse.ParseRuleParser.OrExprHandler
 
Ortho_Prop - Static variable in class snap.gfx3d.Camera
 
Out - Enum constant in enum class snap.util.Interpolator.Direction
 
OUTER_RING_PAINT - Static variable in class snap.view.ButtonPainter.Classic
 

P

P - Static variable in class snap.view.KeyCode
 
pack() - Method in class snap.view.WindowView
Packs the window.
Padding_Prop - Static variable in class snap.view.View
 
PageMargin_Prop - Static variable in class snap.view.DocView
 
PageView - Class in snap.view
A View subclass to represent a DocView page.
PageView() - Constructor for class snap.view.PageView
Creates a new PageView.
paint - Variable in class snap.gfx.PainterImpl.GState
 
paint(Painter) - Method in class snap.text.StringBox
Paints the string box.
paint(Painter) - Method in class snap.text.TextBox
Paint TextBox to given painter.
paint(Painter, Shape) - Method in class snap.gfx.Border
Paint border.
paint(Painter, Shape) - Method in class snap.gfx.Borders.BevelBorder
Paint border.
paint(Painter, Shape) - Method in class snap.gfx.Borders.EdgeBorder
Paint border.
paint(Painter, Shape) - Method in class snap.gfx.Borders.EtchBorder
Paint border.
paint(Painter, Shape) - Method in class snap.gfx.Borders.LineBorder
Paint border.
Paint - Interface in snap.gfx
A class to represent a fill for a Shape or text (Color, GradientPaint, ImagePaint).
Paintable_Prop - Static variable in class snap.view.View
 
paintAbove(Painter) - Method in class snap.gfx3d.Trackball
Override to paint scene.
paintAbove(Painter) - Method in class snap.view.ParentView
Paints above children.
paintAbove(Painter) - Method in class snap.view.TableView
Override to paint highlight for selected cell.
paintAbove(Painter) - Method in class snap.view.TabView
Override to clear border under selected tab if tabs are configured like actual tabs.
PaintAbove_Prop - Static variable in class snap.gfx.Border
 
paintActiveText(Painter) - Method in class snap.text.TextEditor
Paints a given TextEditor.
paintAll(Painter) - Method in class snap.view.ButtonBase
Override to do bogus disabled painting.
paintAll(Painter) - Method in class snap.view.ListArea
Override to see if paint exposes missing cells.
paintAll(Painter) - Method in class snap.view.ParentView
Override to add call to paintChildren.
paintAll(Painter) - Method in class snap.view.View
Main paint method.
paintAll(View, Painter) - Static method in class snap.view.ViewUtils
Paint nodes.
paintBack(Painter) - Method in class snap.view.MenuBar
Paints background.
paintBack(Painter) - Method in class snap.view.PageView
Override to page page margin.
paintBack(Painter) - Method in class snap.view.ProgressBar
Override to paint.
paintBack(Painter) - Method in class snap.view.ThumbWheel
Override to suppress.
paintBack(Painter) - Method in class snap.view.View
Paints background.
paintBack(Painter, double, double, double, double, boolean) - Static method in class snap.view.ScrollBar
Draws a button for the given rect with an option for pressed.
paintButton(Painter) - Method in class snap.view.Button
Paint Button.
paintButton(Painter) - Method in class snap.view.ButtonBase
Paint Button.
paintButton(Painter) - Method in class snap.view.CheckBox
Override to suppress normal painting.
paintButton(Painter) - Method in class snap.view.CheckBoxMenuItem
Paint Button.
paintButton(Painter) - Method in class snap.view.MenuItem
Override to suppress painting.
paintButton(Painter) - Method in class snap.view.RadioButton
Override to suppress normal version.
paintButton(Painter, ButtonBase) - Method in class snap.view.ButtonPainter
Draws a button for the given rect with an option for pressed.
paintButtonInShape(Painter, RectBase, int, boolean) - Method in class snap.view.ButtonPainter.Classic
Draws a button for the given rect with an option for pressed.
paintButtonInShape(Painter, RectBase, int, boolean) - Method in class snap.view.ButtonPainter.Flat
Draws a button for the given rect with an option for pressed.
paintButtonInShape(Painter, RectBase, int, boolean) - Method in class snap.view.ButtonPainter
Draws a button for the given rect with an option for pressed.
paintButtonSelected(Painter, ButtonBase, RectBase) - Method in class snap.view.ButtonPainter
Draws a button for the given rect with an option for pressed.
paintChildren(Graphics) - Method in class snap.swing.SWRootView
Override to suppress child paint.
paintChildren(Painter) - Method in class snap.view.ParentView
Paint children.
paintComponent(Graphics) - Method in class snap.swing.SWRootView
Override to wrap in Painter and forward.
paintDebug(Painter, Shape) - Method in class snap.view.ViewUpdater
Do debug paint: Paints a yellow flash and registers for a later paint to clear flash.
paintDefaultButton(Painter, ButtonBase) - Method in class snap.view.ButtonPainter
Paints a default button for given button.
paintDefaultButtonInShape(Painter, RectBase, int) - Method in class snap.view.ButtonPainter
Paints a default button for given button shape and state.
Painter - Class in snap.gfx
A base class for painting Shapes, Text and Images.
Painter() - Constructor for class snap.gfx.Painter
 
Painter.Composite - Enum Class in snap.gfx
 
Painter.Props - Class in snap.gfx
A class that provide extra painter properties.
Painter3D - Class in snap.gfx3d
This class renders 2D painting on a 3D plane.
Painter3D(double, double) - Constructor for class snap.gfx3d.Painter3D
Constructor.
Painter3D.PaintTask - Class in snap.gfx3d
This class represents a discrete paint task.
PainterDVR - Class in snap.gfx
A Painter subclass that records painting operations for later execution instead of executing them immediately.
PainterDVR() - Constructor for class snap.gfx.PainterDVR
Constructor.
PainterDVR(Painter) - Constructor for class snap.gfx.PainterDVR
Creates a new PainterDVR for given painter (which supports applyEffect()).
PainterDVR.ClipBy - Class in snap.gfx
An instruction to clip().
PainterDVR.DrawImage - Class in snap.gfx
An instruction to drawImage(Image,Transform).
PainterDVR.DrawImageX - Class in snap.gfx
An instruction to drawImage(Image,Transform).
PainterDVR.DrawShape - Class in snap.gfx
An instruction to draw(Shape).
PainterDVR.DrawString - Class in snap.gfx
An instruction to drawString(str,x,y,cs).
PainterDVR.FillShape - Class in snap.gfx
An instruction to fill(Shape).
PainterDVR.Instruction - Class in snap.gfx
A class to represent instructions.
PainterDVR.Restore - Class in snap.gfx
An instruction to restore().
PainterDVR.Save - Class in snap.gfx
An instruction to save().
PainterDVR.SetFont - Class in snap.gfx
An instruction to setFont().
PainterDVR.SetOpacity - Class in snap.gfx
An instruction to setOpacity().
PainterDVR.SetPaint - Class in snap.gfx
An instruction to setPaint().
PainterDVR.SetStroke - Class in snap.gfx
An instruction to setStroke().
PainterDVR.SetTransform - Class in snap.gfx
An instruction to setTransform().
PainterDVR.TransformBy - Class in snap.gfx
An instruction to transform().
PainterImpl - Class in snap.gfx
A basic implementation of a painter.
PainterImpl() - Constructor for class snap.gfx.PainterImpl
 
PainterImpl.GState - Class in snap.gfx
The graphics state.
PainterProxy - Class in snap.gfx
A Painter subclass that forward on to another.
PainterProxy(Painter) - Constructor for class snap.gfx.PainterProxy
Creates a new PainterProxy for given painter.
paintFacetShape(Painter, FacetShape) - Method in class snap.gfx3d.Renderer2D
Paints a Path3D.
paintFacetShapes(Painter) - Method in class snap.gfx3d.Renderer2D
Paints shape children.
paintFront(Painter) - Method in class snap.gfx3d.CameraView
Paints Camera.
paintFront(Painter) - Method in class snap.gfx3d.CubeView
Paints camera.
paintFront(Painter) - Method in class snap.styler.GradientAxisPicker
Paint node.
paintFront(Painter) - Method in class snap.styler.GradientStopPicker
Paint Component.
paintFront(Painter) - Method in class snap.styler.ShadowEffectTool.OffsetPanel
Paint component.
paintFront(Painter) - Method in class snap.view.ButtonBase
Paint Button.
paintFront(Painter) - Method in class snap.view.ImageView
Paints node.
paintFront(Painter) - Method in class snap.view.ProgressBar
Override to paint.
paintFront(Painter) - Method in class snap.view.ScrollBar
Paints the thumb.
paintFront(Painter) - Method in class snap.view.Separator
Override to wrap in Painter and forward.
paintFront(Painter) - Method in class snap.view.Slider
Override to wrap in Painter and forward.
paintFront(Painter) - Method in class snap.view.StringView
Paints StringView.
paintFront(Painter) - Method in class snap.view.TextArea
Paint text.
paintFront(Painter) - Method in class snap.view.TextField
Paints TextField.
paintFront(Painter) - Method in class snap.view.ThumbWheel
Override to paint thumbwheel.
paintFront(Painter) - Method in class snap.view.View
Paints foreground.
paintFront(Painter) - Method in class snap.viewx.ColorButton.ColorBoxesPane
Paint ColorBoxesPane.
paintFront(Painter) - Method in class snap.viewx.ColorButton
Paints the button.
paintFront(Painter) - Method in class snap.viewx.ColorDock
Paints this color dock component.
paintFront(Painter) - Method in class snap.viewx.ColorPanel.ImagePicker
Paints the image.
paintFront(Painter) - Method in class snap.viewx.ColorWell
Paints the color well.
paintFront(Painter) - Method in class snap.viewx.Explode
Override to paint frags.
paintHandles(Path2D, Painter, int) - Static method in class snap.geom.Path2DUtils
Handles painting a path showing control point handles.
paintImageBox(Painter, double, double) - Method in class snap.gfx.ImageBox
Paints the image box at given point.
paintKnob(Painter) - Method in class snap.view.Slider
Override to wrap in Painter and forward.
paintScene(Painter) - Method in class snap.gfx3d.Camera
Paints the scene from the view of this camera for given painter.
paintSel(Painter) - Method in class snap.view.TextArea
Paints the selection.
paintSel(Painter) - Method in class snap.view.TextField
Paints TextField Selection.
paintSeparator(Painter) - Method in class snap.view.MenuItem
Paints the menu item as a separator.
paintString(Painter) - Method in class snap.view.StringView
Paints StringView.
paintString(Painter, double, double) - Method in class snap.text.StyledString
Paints StringView.
paintStringTopLeft(Painter, double, double) - Method in class snap.text.StyledString
Paints StringView with upper left XY.
paintStringView(Painter) - Method in class snap.view.StringView
A paint method for painting StringView outside of View hierarchy.
paintSwatch(Painter, Color, double, double, double, double) - Static method in class snap.viewx.ColorWell
Paints a color swatch in a standard way.
PaintTask(Shape, Color, Stroke, double) - Constructor for class snap.gfx3d.Painter3D.PaintTask
Constructor.
paintThumb(Painter, double, double, double, double, boolean, int) - Static method in class snap.view.ScrollBar
Draws a button for the given rect with an option for pressed.
PaintTool - Class in snap.styler
Provides a tool for editing Paint.
PaintTool() - Constructor for class snap.styler.PaintTool
Creates PaintTool.
paintTrack(Painter) - Method in class snap.view.Slider
Override to wrap in Painter and forward.
paintTrack(Painter) - Method in class snap.viewx.ColorPanel.GradSlider
 
paintViews(Painter, Rect) - Method in class snap.view.ViewUpdater
Paint views.
paintViewSelection(Painter, View) - Method in class snap.viewx.DevPaneViewOwners
Called to paint SelView.
paintViewSelection(Painter, View) - Method in class snap.viewx.DevPaneViews
Called to paint SelView.
PairHandler() - Constructor for class snap.util.JSParser.PairHandler
 
Parent_Prop - Static variable in class snap.view.View
 
parentFontChanged() - Method in class snap.view.ParentView
Override to forward to children that inherit font.
parentFontChanged() - Method in class snap.view.StringView
Override to update TextRun.
parentFontChanged() - Method in class snap.view.TextArea
Override to update font.
parentFontChanged() - Method in class snap.view.View
Called when parent font changes.
ParentShape - Class in snap.gfx3d
This Shape3D subclass holds child shapes.
ParentShape() - Constructor for class snap.gfx3d.ParentShape
Constructor.
ParentTextStyle_Prop - Static variable in class snap.text.TextDoc
 
parentToLocal(double, double) - Method in class snap.view.View
Converts a point from parent to local.
parentToLocal(double, double, View) - Method in class snap.view.View
Converts a point from given parent to local.
parentToLocal(Shape) - Method in class snap.view.View
Converts a shape from parent to local.
parentToLocal(Shape, View) - Method in class snap.view.View
Converts a shape from parent to local.
ParentView - Class in snap.view
A View subclass for views with children.
ParentView() - Constructor for class snap.view.ParentView
Constructor.
ParentViewProxy<T extends View> - Class in snap.view
A ViewProxy that can layout content in the manner of BoxView for any View.
ParentViewProxy(View) - Constructor for class snap.view.ParentViewProxy
Constructor for given parent view.
parse() - Method in class snap.parse.Parser
Parses input and returns ParseNode.
parse(CharSequence) - Method in class snap.parse.Parser
Parses a given input and returns ParseNode (convenience).
parse(ParseRule) - Method in class snap.parse.Parser
Parses input and returns ParseNode.
parse(ParseRule, Parser.HandlerRef) - Method in class snap.parse.Parser
Returns a parse node if this rule matches string.
parseCustom(CharSequence, Class<T>) - Method in class snap.parse.Parser
Parses given input and returns custom parse tree node (convenience).
parseCustom(Class<T>) - Method in class snap.parse.Parser
Parses input and returns custom parse tree node.
parseCustom(ParseRule, Class<T>) - Method in class snap.parse.Parser
Parses input and returns custom parse tree node.
parsedAll() - Method in class snap.parse.ParseHandler
Called when all child rules have been successfully parsed.
parsedAll() - Method in class snap.parse.ParseRuleParser.ParseRuleFileHandler
Override to reset Rules map.
parseDate(String) - Static method in class snap.util.DateParser
 
parsedOne(ParseNode) - Method in class snap.parse.ParseHandler
Called when a child rule has been successfully parsed into given node.
parsedOne(ParseNode, String) - Method in class snap.parse.ParseHandler
Called when a child rule has been successfully parsed into given node.
parsedOne(ParseNode, String) - Method in class snap.parse.ParseRuleParser.AndExprHandler
Called when node is parsed.
parsedOne(ParseNode, String) - Method in class snap.parse.ParseRuleParser.CountExprHandler
Called when node is parsed.
parsedOne(ParseNode, String) - Method in class snap.parse.ParseRuleParser.ExpressionHandler
Called when node is parsed.
parsedOne(ParseNode, String) - Method in class snap.parse.ParseRuleParser.OrExprHandler
Called when node is parsed.
parsedOne(ParseNode, String) - Method in class snap.parse.ParseRuleParser.ParseRuleFileHandler
 
parsedOne(ParseNode, String) - Method in class snap.parse.ParseRuleParser.ParseRuleHandler
 
parsedOne(ParseNode, String) - Method in class snap.util.JSParser.ArrayHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.JSParser.ObjectHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.JSParser.PairHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.JSParser.ValueHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.KeyChainParser.ArgListHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.KeyChainParser.BinaryExprHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.KeyChainParser.ExpressionHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.KeyChainParser.KeyChainHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.KeyChainParser.ObjectHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.KeyChainParser.StatementHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.KeyChainParser.UnaryExprHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.XMLParser.AttributeHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.XMLParser.DocumentHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.XMLParser.ElementHandler
ParseHandler method.
parsedOne(ParseNode, String) - Method in class snap.util.XMLParser.PrologHandler
ParseHandler method.
ParsedURL - Class in snap.web
A class to parse a URL string and provide the parts.
ParsedURL(String) - Constructor for class snap.web.ParsedURL
Constructor for given string.
ParsedUrlArgs - Class in snap.web
A class for working with parameter strings as found in a URL query part or fragment id, typically with the format: field1=value1&field2=value2
ParsedUrlArgs(String) - Constructor for class snap.web.ParsedUrlArgs
Constructor for given string.
ParseException - Exception in snap.parse
An exception subclass for parser.
ParseException(String) - Constructor for exception snap.parse.ParseException
Creates a new parse exception for message.
ParseException(Parser, ParseRule) - Constructor for exception snap.parse.ParseException
Creates a new parse exception.
parseFailed(ParseRule, ParseHandler<?>) - Method in class snap.parse.Parser
Called when parse fails.
ParseHandler<T> - Class in snap.parse
A class called when child rules are parsed.
ParseHandler() - Constructor for class snap.parse.ParseHandler
 
ParseNode - Class in snap.parse
A parse node.
ParseNode() - Constructor for class snap.parse.ParseNode
 
Parser - Class in snap.parse
A class to parse a given input (string) using given rule(s).
Parser() - Constructor for class snap.parse.Parser
Constructor.
Parser(ParseRule) - Constructor for class snap.parse.Parser
Constructor for given rule.
Parser.HandlerRef - Class in snap.parse
A class to pass Handler by reference, allowing it to be created lazily, but used higher up in stack.
ParseRule - Class in snap.parse
A class to represent a parse rule.
ParseRule() - Constructor for class snap.parse.ParseRule
Constructor.
ParseRule(String) - Constructor for class snap.parse.ParseRule
Creates a new parse rule for given name
ParseRule(String, ParseRule.Op, ParseRule) - Constructor for class snap.parse.ParseRule
Creates a new parse rule for given name, op and child rule.
ParseRule(String, ParseRule.Op, ParseRule, ParseRule) - Constructor for class snap.parse.ParseRule
Creates a new parse rule for given name, op and child rules.
ParseRule(ParseRule.Op, ParseRule) - Constructor for class snap.parse.ParseRule
Creates a new parse rule for given name
ParseRule(ParseRule.Op, ParseRule, ParseRule) - Constructor for class snap.parse.ParseRule
Creates a new parse rule for given op and child rules.
ParseRule.Op - Enum Class in snap.parse
 
ParseRuleFileHandler() - Constructor for class snap.parse.ParseRuleParser.ParseRuleFileHandler
 
ParseRuleHandler() - Constructor for class snap.parse.ParseRuleParser.ParseRuleHandler
 
ParseRuleParser - Class in snap.parse
A Parser to parse simple snap grammar rule files.
ParseRuleParser() - Constructor for class snap.parse.ParseRuleParser
 
ParseRuleParser.AndExprHandler - Class in snap.parse
AndExpr Handler: { CountExpr CountExpr* }
ParseRuleParser.CountExprHandler - Class in snap.parse
CountExpr Handler: { Expression ( "*" "+" "?" )? }
ParseRuleParser.ExpressionHandler - Class in snap.parse
Expression Handler: { String | "LookAhead" "(" (Number | OrExpr) ")" | Name | "(" OrExpr ")" }
ParseRuleParser.OrExprHandler - Class in snap.parse
OrExpr Handler: { AndExpr ( "|" AndExpr )* }
ParseRuleParser.ParseRuleFileHandler - Class in snap.parse
ParseRuleFile Handler: { ParseRule* }
ParseRuleParser.ParseRuleHandler - Class in snap.parse
ParseRule Handler: { Name "{" OrExpr "}" }
parseString(String) - Method in class snap.web.ParsedURL
Sets the string and it's pieces.
ParseToken - Interface in snap.parse
Represents an individual 'word' from parsed text.
ParseToken.BasicToken - Class in snap.parse
A basic implementation of a Token.
ParseToken.Builder - Class in snap.parse
A Builder.
ParseUtils - Class in snap.parse
Reads/Writes ParseRules from/to file.
ParseUtils() - Constructor for class snap.parse.ParseUtils
 
parseXMLFromSource(Object) - Method in class snap.util.XMLParser
Kicks off xml parsing from given source and builds on this parser's element.
parseXMLFromString(String) - Method in class snap.util.XMLParser
Kicks off xml parsing from given source and builds on this parser's element.
paste() - Method in class snap.view.TextArea
Pasts the current clipboard data over the current selection.
paste() - Method in class snap.view.TextField
Pasts the current clipboard data over the current selection.
PATH_SEPARATOR - Static variable in class snap.util.FilePathUtils
 
PATH_SEPARATOR_CHAR - Static variable in class snap.util.FilePathUtils
 
Path2D - Class in snap.geom
A standard path shape that can be built/modified by standard moveTo/lineTo/curveTo methods.
Path2D() - Constructor for class snap.geom.Path2D
Constructor.
Path2D(PathIter) - Constructor for class snap.geom.Path2D
Constructor with given PathIter.
Path2D(Shape) - Constructor for class snap.geom.Path2D
Constructor with given shape.
Path2DUtils - Class in snap.geom
Utility methods for Path2D.
Path2DUtils() - Constructor for class snap.geom.Path2DUtils
 
Path2DX - Class in snap.geom
This extended Path2D provides extra features like ArcLength measurement.
Path2DX() - Constructor for class snap.geom.Path2DX
Constructor.
Path2DX(Shape) - Constructor for class snap.geom.Path2DX
Constructor with given shape.
Path3D - Class in snap.gfx3d
This class represents a path in 3D space.
Path3D() - Constructor for class snap.gfx3d.Path3D
Constructor.
Path3D(Shape, double) - Constructor for class snap.gfx3d.Path3D
Constructor for a 2D path with a depth.
PathBox3D - Class in snap.gfx3d
A Shape3D subclass that represents a path extruded to a box.
PathBox3D(Shape, double, double) - Constructor for class snap.gfx3d.PathBox3D
Constructor for given path Shape and Z min/max.
PathFitCurves - Class in snap.geom
Bezier curve fitting code adapted from "An Algorithm for Automatically Fitting Digitized Curves", by Philip J.
PathFitCurves() - Constructor for class snap.geom.PathFitCurves
 
PathIter - Class in snap.geom
A class to iterate over segments in a shape, providing specific coordinate information.
PathIter() - Constructor for class snap.geom.PathIter
Creates a new PathIter.
PathIter(Transform) - Constructor for class snap.geom.PathIter
Creates a new PathIter for given transform.
PathUtils - Class in snap.web
Utilities for paths.
PathUtils() - Constructor for class snap.web.PathUtils
 
PathView - Class in snap.view
A class to show a path shape.
PathView() - Constructor for class snap.view.PathView
Constructor.
pattern(String) - Method in class snap.parse.ParseToken.Builder
 
Pattern - Enum constant in enum class snap.parse.ParseRule.Op
 
Pattern_Prop - Static variable in class snap.text.NumberFormat
 
pause() - Method in class snap.gfx.SoundClip
Pauses a sound.
pause() - Method in class snap.swing.SwingSoundClip
Pauses a sound.
pause() - Method in class snap.view.ViewTimer
Pauses the timer (next play will start from previous time).
PDF - Static variable in class snap.web.DataType
 
PDF - Static variable in class snap.web.MIMEType
 
PERIOD - Static variable in class snap.view.KeyCode
 
Pickable_Prop - Static variable in class snap.view.View
 
PickList<E> - Class in snap.util
A list implementation that includes support for a selection and a synchronized sorted list.
PickList() - Constructor for class snap.util.PickList
Constructor.
pickListPropChange(PropChange) - Method in class snap.view.ListArea
Called when PickList changes selection.
pickListPropChange(PropChange) - Method in class snap.view.TableView
Called when PickList changes selection.
pickListSelChange(PropChange) - Method in class snap.view.TreeView
Called when PickList changes selection.
Pie - Enum constant in enum class snap.geom.Arc.Closure
 
PINK - Static variable in class snap.gfx.Color
 
Pitch_Prop - Static variable in class snap.gfx3d.Camera
 
Pitch_Prop - Static variable in class snap.gfx3d.CameraView
 
Pitch_Prop - Static variable in class snap.gfx3d.CubeView
 
Plain - Enum constant in enum class snap.view.TitleView.TitleStyle
 
Plain - Enum constant in enum class snap.viewx.DialogBox.MessageType
 
play() - Method in class snap.gfx.SoundClip
Plays the sound.
play() - Method in class snap.swing.SwingSoundClip
Plays the sound.
play() - Method in class snap.view.ViewAnim
Play the anim.
play() - Method in class snap.viewx.Explode
Plays explosion animation.
play(int) - Method in class snap.gfx.SoundClip
Plays the sound repeatedly for given count.
play(int) - Method in class snap.swing.SwingSoundClip
Plays the sound repeatedly for given count.
playAndRemove() - Method in class snap.viewx.Explode
Plays explosion animation and removes view when done.
playAndRestore() - Method in class snap.viewx.Explode
Plays explosion animation and restores view when done.
playAnimDeep() - Method in class snap.view.View
Play animations deep.
playDeep(View) - Static method in class snap.view.ViewAnim
Play animations deep.
playDelayed(int) - Method in class snap.viewx.Explode
Plays explosion after delay.
PLUS - Static variable in class snap.view.KeyCode
 
PNG - Static variable in class snap.web.MIMEType
 
Point - Class in snap.geom
A class to represent a simple geometric point.
Point() - Constructor for class snap.geom.Point
Create new point.
Point(double, double) - Constructor for class snap.geom.Point
Create new point.
Point(Point) - Constructor for class snap.geom.Point
Create new point.
POINT_COMP_COUNT - Static variable in class snap.gfx3d.Polygon3D
 
Point3D - Class in snap.gfx3d
This class represents a 3D point.
Point3D() - Constructor for class snap.gfx3d.Point3D
Constructor.
Point3D(double, double, double) - Constructor for class snap.gfx3d.Point3D
Constructor for the x, y, z components.
PointArray - Class in snap.geom
This class represents an array of points assumed to form a polygon, quads or triangles.
PointArray(double...) - Constructor for class snap.geom.PointArray
Creates a new Polygon from given x y coords.
PointArray.Ordering - Enum Class in snap.geom
 
PointArrayIndex - Class in snap.geom
This class represents an array of indexes into a PointArray assumed to form a polygon, quads or triangles.
PointArrayIndex(double...) - Constructor for class snap.geom.PointArrayIndex
Constructor for given XY coords double array.
PointArrayPathIter2D(float[], int, Transform) - Constructor for class snap.gfx3d.Polygon3D.PointArrayPathIter2D
Constructor.
Polygon - Class in snap.geom
A Shape subclass to represent a simple geometric polygon.
Polygon - Enum constant in enum class snap.geom.PointArray.Ordering
 
Polygon() - Constructor for class snap.geom.Polygon
Constructor.
Polygon(double...) - Constructor for class snap.geom.Polygon
Creates a new Polygon from given x y coords.
Polygon(Point...) - Constructor for class snap.geom.Polygon
Creates a new Polygon from given x y coords.
Polygon3D - Class in snap.gfx3d
This class represents a polygon surface in 3D space.
Polygon3D() - Constructor for class snap.gfx3d.Polygon3D
Constructor.
Polygon3D.PointArrayPathIter2D - Class in snap.gfx3d
PathIter for PointArray.
PolygonPath - Class in snap.geom
This Shape subclass represents one or more polygons.
PolygonPath() - Constructor for class snap.geom.PolygonPath
Constructor.
PolygonPath(Shape) - Constructor for class snap.geom.PolygonPath
Constructor for given Shape.
PolygonPath(Shape, double) - Constructor for class snap.geom.PolygonPath
Constructor for given Shape.
PolygonPath3D - Class in snap.gfx3d
This Shape subclass represents one or more polygons.
PolygonPath3D() - Constructor for class snap.gfx3d.PolygonPath3D
Constructor.
PolygonPath3D(Shape, double) - Constructor for class snap.gfx3d.PolygonPath3D
Constructor for given Shape.
popParent() - Method in class snap.util.XMLArchiver
Pops a parent from the parent stack.
PopupList<T> - Class in snap.view
A ListView subclass that displays in a PopupWindow.
PopupList() - Constructor for class snap.view.PopupList
Creates a new PopupList.
PopupWindow - Class in snap.view
A WindowView subclass for popup windows.
PopupWindow() - Constructor for class snap.view.PopupWindow
Creates a new PopupWindow.
popupWindowShowingChanged() - Method in class snap.view.PopupList
Called when PopupWindow is shown/hidden.
Pos - Enum Class in snap.geom
A class to represent a position on both horizonal and vertical axis (e.g.
Position_Prop - Static variable in class snap.view.ButtonBase
 
POST - Enum constant in enum class snap.web.WebRequest.Type
 
postBytes(byte[]) - Method in class snap.web.WebURL
Returns bytes for this URL.
PrefColCount_Prop - Static variable in class snap.view.BrowserView
 
PrefColWidth_Prop - Static variable in class snap.view.BrowserView
 
PrefGimbalRadius_Prop - Static variable in class snap.gfx3d.Camera
 
PrefGimbalRadius_Prop - Static variable in class snap.gfx3d.CameraView
 
PrefGimbalRadius_Prop - Static variable in class snap.gfx3d.CubeView
 
PrefHeight_Prop - Static variable in class snap.view.View
 
Prefs - Class in snap.util
A platform implementation of preferences.
Prefs() - Constructor for class snap.util.Prefs
 
PrefWidth_Prop - Static variable in class snap.view.View
 
premultiply(Matrix3D) - Method in class snap.gfx3d.Matrix3D
Multiplies receiver by given transform: [this] = [aTrans] x [this]
Pressed_Prop - Static variable in class snap.view.ButtonBase
 
preTranslate(double, double) - Method in class snap.geom.Transform
Translates this transform by given x & y in global space (pre-multiply).
print(Graphics, PageFormat, int) - Method in class snap.swing.SwingPrinter.AWTPrintable
Print method.
print(Printer.Printable, String, boolean) - Static method in class snap.viewx.Printer
Starts the print process.
print(Printer, int) - Method in interface snap.viewx.Printer.Printable
Executes a print for given printer and page index.
printAllRuleNames(ParseRule, int) - Method in class snap.parse.ParseUtils
Prints the names of all rules.
Printer - Class in snap.viewx
A class to handle printing.
Printer() - Constructor for class snap.viewx.Printer
 
Printer.Printable - Interface in snap.viewx
An interface for an graphical object that wants to print.
printHandlerClassesForParentClass(Class<?>, int) - Static method in class snap.parse.ParseUtils
Prints handler classes so parsers can include as constant and avoid reflection for handler install.
printImpl(Printer.Printable, String, boolean) - Method in class snap.swing.SwingPrinter
This method creates a java.awt.print.PrintJob with a java.awt.print.Book.
printImpl(Printer.Printable, String, boolean) - Method in class snap.viewx.Printer
Starts the print process.
printlnOnce(PrintStream, String) - Static method in class snap.util.SnapUtils
Does a println of a given message to given print writer once.
processDividerMouseEvent(ViewEvent) - Method in class snap.view.SplitView
Handle MouseDrag event: Calculate and set new location.
processEnterAction() - Method in class snap.viewx.ConsoleView
Called when enter is hit.
processEnterAction(ViewEvent) - Method in class snap.view.ListArea
Handle enter action.
processEvent(AWTEvent) - Method in class snap.swing.SWRootView
Override to forward MouseEvents to RootView.
processEvent(ViewEvent) - Method in class snap.gfx3d.Camera
Viewer method.
processEvent(ViewEvent) - Method in class snap.gfx3d.CameraView
Viewer method.
processEvent(ViewEvent) - Method in class snap.gfx3d.CubeView
Viewer method.
processEvent(ViewEvent) - Method in class snap.gfx3d.MouseHandler
Viewer method.
processEvent(ViewEvent) - Method in class snap.gfx3d.Trackball
Handle events.
processEvent(ViewEvent) - Method in class snap.styler.GradientAxisPicker
Process events.
processEvent(ViewEvent) - Method in class snap.styler.GradientStopPicker
Handle events.
processEvent(ViewEvent) - Method in class snap.styler.ShadowEffectTool.OffsetPanel
Handle Events.
processEvent(ViewEvent) - Method in class snap.view.BrowserView
Process events.
processEvent(ViewEvent) - Method in class snap.view.ButtonBase
Handle events.
processEvent(ViewEvent) - Method in class snap.view.DrawerView
ProcessEvent.
processEvent(ViewEvent) - Method in class snap.view.Label
Handle events.
processEvent(ViewEvent) - Method in class snap.view.ListArea
Process events.
processEvent(ViewEvent) - Method in class snap.view.ListView
Process events.
processEvent(ViewEvent) - Method in class snap.view.MenuBar
Override to handle accelerators.
processEvent(ViewEvent) - Method in class snap.view.MenuButton
Handle events.
processEvent(ViewEvent) - Method in class snap.view.ScrollBar
Handle events.
processEvent(ViewEvent) - Method in class snap.view.Scroller
Handle events.
processEvent(ViewEvent) - Method in class snap.view.Slider
Handle Events.
processEvent(ViewEvent) - Method in class snap.view.TableView
Handle events.
processEvent(ViewEvent) - Method in class snap.view.TextArea
Process event.
processEvent(ViewEvent) - Method in class snap.view.TextField
Process event.
processEvent(ViewEvent) - Method in class snap.view.ThumbWheel
Forwards mouse events to mouse methods.
processEvent(ViewEvent) - Method in class snap.view.TreeCol
Override to set TreeView.SelCol.
processEvent(ViewEvent) - Method in class snap.view.TreeView
Override to ensure that DragGesture events.
processEvent(ViewEvent) - Method in class snap.view.View
Process ViewEvent.
processEvent(ViewEvent) - Method in class snap.viewx.ColorButton.ColorBoxesPane
Handle Events.
processEvent(ViewEvent) - Method in class snap.viewx.ColorButton
Handle events.
processEvent(ViewEvent) - Method in class snap.viewx.ColorDock
Handle events.
processEvent(ViewEvent) - Method in class snap.viewx.ColorPanel.ImagePicker
Handle events.
processEvent(ViewEvent) - Method in class snap.viewx.ColorWell
Calls mouse methods.
processEvent(View, ViewEvent) - Static method in class snap.view.ViewUtils
Backdoor for protected View method.
processEventFilters(ViewEvent) - Method in class snap.view.TableView
Override to catch KeyPress (tab or enter) for TableView or cells (when editing).
processEventFilters(ViewEvent) - Method in class snap.view.View
Process ViewEvent for View EventFilters.
processEventHandlers(ViewEvent) - Method in class snap.view.View
Process ViewEvent for View EventHandlers.
processPopupListKeyPressEvent(ViewEvent) - Method in class snap.view.PopupList
Called when owner View has KeyPress events.
processPropChange(PropChange, Object, Object) - Method in interface snap.props.PropChange.DoChange
 
processPropChange(PropChange, Object, Object) - Method in class snap.props.PropObject
PropChange.DoChange method.
processPropChange(PropChange, Object, Object) - Method in class snap.view.ParentView
Override to handle ParentView changes.
PROGRESS_BAR_FILL - Static variable in class snap.view.ProgressBar
 
Progress_Prop - Static variable in class snap.util.TaskRunner
 
Progress_Prop - Static variable in class snap.view.ProgressBar
 
ProgressBar - Class in snap.view
A control to show progress.
ProgressBar() - Constructor for class snap.view.ProgressBar
Constructor.
PrologHandler() - Constructor for class snap.util.XMLParser.PrologHandler
 
PromptText_Prop - Static variable in class snap.view.TextField
 
Prop - Class in snap.props
This class represents a property.
Prop(String) - Constructor for class snap.props.Prop
Constructor.
Prop(String, Class<?>, Object) - Constructor for class snap.props.Prop
Constructor.
PropArchiver - Class in snap.props
This class primarily converts a PropObject (graph) to/from a PropNode (graph).
PropArchiver() - Constructor for class snap.props.PropArchiver
Constructor.
PropArchiver.Resource - Class in snap.props
This inner class represents a named resource associated with an archiver.
PropArchiverHpr - Class in snap.props
This class helps PropArchiver archive some common SnapKit classes.
PropArchiverHpr(PropArchiver) - Constructor for class snap.props.PropArchiverHpr
Constructor.
PropArchiverJS - Class in snap.props
A PropArchiver subclass specifically to convert to/from JSON.
PropArchiverJS() - Constructor for class snap.props.PropArchiverJS
Constructor.
PropArchiverXML - Class in snap.props
A PropArchiver subclass specifically to convert to/from XML.
PropArchiverXML() - Constructor for class snap.props.PropArchiverXML
Constructor.
PropChange - Class in snap.props
A class to describe object property changes.
PropChange(Object, String, Object, Object) - Constructor for class snap.props.PropChange
Constructor.
PropChange(Object, String, Object, Object, int) - Constructor for class snap.props.PropChange
Constructor with index.
PropChange.DoChange - Interface in snap.props
An interface for objects that can do a PropChange.
PropChangeListener - Interface in snap.props
An interface to respond to PropChange objects.
PropChangeListener.OneShot - Class in snap.props
A PropChangeListener that removes itself when fired.
PropChangeSupport - Class in snap.props
A class to easily add propery change support to a class (and DeepChange support).
PropChangeSupport(Object) - Constructor for class snap.props.PropChangeSupport
Constructor.
propertyChange(PropChange) - Method in class snap.props.PropChangeListener.OneShot
Called when there is a property change.
propertyChange(PropChange) - Method in interface snap.props.PropChangeListener
Called when there is a property change.
PropNode - Class in snap.props
A class to represent a PropObject and its property values as both native and String values.
PropNode() - Constructor for class snap.props.PropNode
Constructor.
PropNodeJSON - Class in snap.props
This utility class converts PropNode to/from JSObject.
PropNodeJSON() - Constructor for class snap.props.PropNodeJSON
 
PropNodeXML - Class in snap.props
This utility class converts PropNode to/from XMLElement.
PropNodeXML() - Constructor for class snap.props.PropNodeXML
 
PropObject - Class in snap.props
A base class for anything that wants to work with props.
PropObject() - Constructor for class snap.props.PropObject
Constructor.
PropObjectProxy<T> - Class in snap.props
This class is meant to stand in for archival objects that aren't PropObject.
PropObjectProxy() - Constructor for class snap.props.PropObjectProxy
 
Props() - Constructor for class snap.gfx.Painter.Props
 
PropSet - Class in snap.props
This class holds a list of props for a PropObject class.
PropSet(Class<? extends PropObject>) - Constructor for class snap.props.PropSet
Constructor.
PropUtils - Class in snap.props
This class holds utility methods for Props.
PropUtils() - Constructor for class snap.props.PropUtils
 
pushParent(Object) - Method in class snap.util.XMLArchiver
Pushes a parent on the parent stack.
put(Map<K, V>, K, V) - Static method in class snap.util.MapUtils
Adds given key and value to given map (removes key if value is null).
PUT - Enum constant in enum class snap.web.WebRequest.Type
 
putAllIfAbsent(Map, Map, boolean) - Static method in class snap.util.MapUtils
Same as putAll, but only adds absent keys (option to copy if there are absent keys).

Q

Q - Static variable in class snap.view.KeyCode
 
Quad - Class in snap.geom
A Segment representing a Quadratic curve.
Quad(double, double, double, double, double, double) - Constructor for class snap.geom.Quad
Creates a new Quad.
QUAD_TO - Static variable in class snap.gfx3d.Path3D
 
Quads - Enum constant in enum class snap.geom.PointArray.Ordering
 
quadTo(double, double, double, double) - Method in class snap.geom.Path2D
QuadTo.
quadTo(double, double, double, double) - Method in class snap.geom.PolygonPath
QuadTo by adding lineTos.
quadTo(double, double, double, double) - Method in class snap.geom.ShapeBuilder
QuadTo.
quadTo(double, double, double, double) - Method in class snap.gfx3d.Painter3D
Adds a quad segment.
quadTo(double, double, double, double, double[]) - Method in class snap.geom.PathIter
Returns a QuadTo for given coords.
quadTo(double, double, double, double, double, double) - Method in class snap.gfx3d.Path3D
Adds a quad to to the path3d with the given 3D control point and coords.
QuadTo - Enum constant in enum class snap.geom.Seg
 
quadToFlat(double, double, double, double, double) - Method in class snap.geom.ShapeBuilder
QuadTo by adding lineTos.
questImage - Static variable in class snap.viewx.DialogBox
Return value from class method if CANCEL is chosen.
Question - Enum constant in enum class snap.viewx.DialogBox.MessageType
 

R

R - Static variable in class snap.view.KeyCode
 
radial() - Method in class snap.gfx.GradientPaint.Builder
 
RADIAL - Enum constant in enum class snap.gfx.GradientPaint.Type
 
RadioButton - Class in snap.view
A ToggleButton subclass for RadioButton.
RadioButton() - Constructor for class snap.view.RadioButton
Creates RadioButton.
RadioButton(String) - Constructor for class snap.view.RadioButton
Creates RadioButton with given text.
Radius_Prop - Static variable in class snap.gfx.BlurEffect
 
Radius_Prop - Static variable in class snap.gfx.EmbossEffect
 
Radius_Prop - Static variable in class snap.gfx.ShadowEffect
 
Radius_Prop - Static variable in class snap.view.RectView
 
RAISED - Static variable in class snap.gfx.Borders.BevelBorder
 
randomFloat(float) - Static method in class snap.util.MathUtils
Returns a random float up to given value.
randomInt() - Static method in class snap.util.MathUtils
Returns a random int.
Range - Class in snap.util
A class to represent start and end values.
Range(int, int) - Constructor for class snap.util.Range
Creates a range with start/end.
Range(int, int, int) - Constructor for class snap.util.Range
Creates a range, with start/end/anchor.
readFromPrefs(String) - Method in class snap.viewx.ColorDock
Read color well color from preferences.
readFromSourceURL(WebURL) - Method in class snap.text.TextDoc
Load TextDoc from source URL.
readFromXML(XMLElement) - Method in class snap.util.XMLArchiver
Returns a root object unarchived from the XML source (a File, String path, InputStream, URL, byte[], etc.).
readFromXMLBytes(byte[]) - Method in class snap.util.XMLArchiver
Returns a root object unarchived from an RMByteSource.
readFromXMLBytes(byte[]) - Static method in class snap.util.XMLElement
Returns XML loaded from XML bytes.
readFromXMLSource(Object) - Method in class snap.util.XMLArchiver
Returns a root object unarchived from a generic input source (a File, String path, InputStream, URL, byte[], etc.).
readFromXMLSource(Object) - Static method in class snap.util.XMLElement
Returns XML loaded from aSource (File, String path, InputStream or whatever).
readFromXMLString(String) - Method in class snap.util.XMLArchiver
Returns a root object unarchived from a generic XML source (File, String path, InputStream, URL, byte[], etc.).
readFromXMLString(String) - Static method in class snap.util.XMLElement
Returns XML loaded from XML String.
readNode(JSValue) - Method in class snap.util.JSArchiver
Read an object from JSON.
readPropObjectFromJSON(JSObject) - Method in class snap.props.PropArchiverJS
Reads a PropObject from JSON.
readPropObjectFromJSONBytes(byte[]) - Method in class snap.props.PropArchiverJS
Reads a PropObject from JSON.
readPropObjectFromJSONSource(Object) - Method in class snap.props.PropArchiverJS
Reads a PropObject from JSON source.
readPropObjectFromJSONString(String) - Method in class snap.props.PropArchiverJS
Reads a PropObject from JSON String.
readPropObjectFromXML(XMLElement) - Method in class snap.props.PropArchiverXML
Reads a PropObject from XML.
readPropObjectFromXMLBytes(byte[]) - Method in class snap.props.PropArchiverXML
Reads a PropObject from XML.
readPropObjectFromXMLSource(Object) - Method in class snap.props.PropArchiverXML
Reads a PropObject from XML source.
readResources(JSObject) - Method in class snap.props.PropArchiverJS
Reads resources from objects in given JS (top-level) object, converts from ASCII encoding and adds to archiver.
readResources(XMLElement) - Method in class snap.props.PropArchiverXML
Reads resources from elements in given xml (top-level) element, converts from ASCII encoding and adds to archiver.
readSource(Object) - Method in class snap.util.JSArchiver
Read an object from JSON.
readSource(Object) - Method in class snap.util.JSParser
Reads JSON from a source.
readSource(Object) - Static method in class snap.util.JSValue
Reads JSON from a source.
readString(String) - Method in class snap.util.JSArchiver
Read an object from JSON.
readString(String) - Method in class snap.util.JSParser
Returns a KeyChain for given string.
rebuildFacetShapes() - Method in class snap.gfx3d.Renderer2D
Called to indicate that FacetShapes list needs to be rebuilt.
rebuildShape() - Method in class snap.gfx3d.ParentShape
Calls to register for rebuild.
RecentFiles - Class in snap.web
A class to manage UI for recent files (can show a panel or a menu).
RecentFiles() - Constructor for class snap.web.RecentFiles
 
RecentFilesSite - Class in snap.web
This WebSite manages recent files.
RecentFilesSitePane - Class in snap.web
This WebSitePane subclass displays files for RecentFilesSite.
RecentFilesSitePane() - Constructor for class snap.web.RecentFilesSitePane
Constructor for given name.
recordStart() - Method in class snap.gfx.SoundClip
Starts a recording.
recordStart() - Method in class snap.swing.SwingSoundClip
Record start.
recordStop() - Method in class snap.gfx.SoundClip
Stops a recording.
recordStop() - Method in class snap.swing.SwingSoundClip
Record stop.
Rect - Class in snap.geom
Represents a rectangle - a Quadrilateral with parallel sides.
Rect() - Constructor for class snap.geom.Rect
Creates new Rect.
Rect(double, double, double, double) - Constructor for class snap.geom.Rect
Creates new Rect.
RectBase - Class in snap.geom
A Shape subclass to form the base class for generic rectangular shapes (Rect, Oval, Arc).
RectBase() - Constructor for class snap.geom.RectBase
 
RectView - Class in snap.view
A View subclass for rects.
RectView() - Constructor for class snap.view.RectView
Constructor.
RectView(double, double, double, double) - Constructor for class snap.view.RectView
Creates a new RectView for given bounds.
RED - Static variable in class snap.gfx.Color
 
redo() - Method in class snap.props.Undoer
Pops last redo set off stack and has it update all changed objects it contains.
redo() - Method in class snap.props.UndoSet
Executes redo for this event.
redo() - Method in class snap.view.TextArea
Called to redo the last undo operation in the editor.
redo() - Method in class snap.view.TextView
Called to redo the last undo operation in the editor.
redoChange() - Method in class snap.props.PropChange
Redoes this change.
ReflectEffect - Class in snap.gfx
An Effect subclass to render a reflection.
ReflectEffect() - Constructor for class snap.gfx.ReflectEffect
Creates a new ReflectEffect.
ReflectEffect(double, double, double) - Constructor for class snap.gfx.ReflectEffect
Creates a new ReflectEffect for given reflect height, fade height and gap.
ReflectEffectTool - Class in snap.styler
UI editing for ReflectEffect.
ReflectEffectTool() - Constructor for class snap.styler.ReflectEffectTool
 
ReflectHeight_Prop - Static variable in class snap.gfx.ReflectEffect
 
refresh() - Method in class snap.gfx.ImageRef
Refreshes data from source.
refresh() - Method in class snap.web.WebSite
Clears site caches.
Regex - Class in snap.parse
A class for building regular expressions like a string buffer.
Regex(String, String) - Constructor for class snap.parse.Regex
Constructor with given pattern and name.
Regex.Op - Enum Class in snap.parse
 
relayout() - Method in class snap.view.ParentView
Override to really request layout from RootView.
relayout() - Method in class snap.view.StringView
Override to clear size info.
relayout() - Method in class snap.view.View
Called to relayout.
relayout() - Method in class snap.view.WindowView
Override to do layout immediately.
relayoutLater() - Method in class snap.view.ViewUpdater
Registers to do layout for views.
relayoutParent() - Method in class snap.view.StringView
Override to clear size info.
relayoutParent() - Method in class snap.view.View
Called to notify parents to relayout because preferred sizes have potentially changed.
reload() - Method in class snap.web.WebFile
Resets a file with check to have parent resetContent() if file is deleted.
Remainder_Prop - Static variable in class snap.view.Divider
 
remove(int) - Method in class snap.util.PickList
Remove list item.
remove(int) - Method in class snap.view.ViewList
Remove's the view at the given index from this list.
remove(int[], int) - Static method in class snap.util.ArrayUtils
Returns a new array by removing a value from an array of objects at the given index.
remove(String) - Method in class snap.swing.AWTPrefs
Removes a value for given key.
remove(String) - Method in class snap.util.Prefs
Removes a value for given key.
remove(ToggleButton) - Method in class snap.view.ToggleGroup
Removes a toggle.
remove(View) - Method in class snap.view.ViewList
Removes the given view from this list.
remove(T[], int) - Static method in class snap.util.ArrayUtils
Returns a new array by removing a value from an array of objects at the given index.
remove(T[], T) - Static method in class snap.util.ArrayUtils
Returns a new array by removing a value from an array of objects at the given index.
removeAll() - Method in class snap.view.ViewList
Removes all children from this node (in reverse order).
removeAttribute(int) - Method in class snap.util.XMLElement
Removes the attribute at given index.
removeAttribute(String) - Method in class snap.util.XMLElement
Removes the attribute with given name.
removeAttribute(XMLAttribute) - Method in class snap.util.XMLElement
Removes the given attribute.
removeBinding(int) - Method in class snap.view.View
Removes the binding at the given index from view bindings list.
removeBinding(String) - Method in class snap.view.View
Removes the binding with given property name.
removeChars(int, int) - Method in class snap.text.RichTextLine
Removes characters in given range.
removeChars(int, int) - Method in class snap.text.SubText
Removes characters in given range.
removeChars(int, int) - Method in class snap.text.TextBox
Removes characters in given range.
removeChars(int, int) - Method in class snap.text.TextDoc
Removes characters in given range.
removeChars(int, int) - Method in class snap.text.TextLine
Removes characters in given range.
removeChild(int) - Method in class snap.gfx3d.ParentShape
Removes the child at given index.
removeChild(int) - Method in class snap.gfx3d.Scene3D
Removes the child at given index.
removeChild(int) - Method in class snap.view.ChildView
Remove's the child at the given index from this view's children list.
removeChild(int) - Method in class snap.view.ParentView
Remove's the child at the given index from this view's children list.
removeChild(int) - Method in class snap.view.SpringView
Override to remove layout info.
removeChild(Shape3D) - Method in class snap.gfx3d.ParentShape
Removes the given child.
removeChild(ParentView, int) - Static method in class snap.view.ViewUtils
Backdoor for protected ParentView method.
removeChild(ParentView, View) - Static method in class snap.view.ViewUtils
Backdoor for protected ParentView method.
removeChild(View) - Method in class snap.view.ChildView
Removes the given child from this view's children list.
removeChild(View) - Method in class snap.view.ParentView
Removes the given child from this view's children list.
removeChildren() - Method in class snap.gfx3d.ParentShape
Removes the shape at the given index from the shape list.
removeChildren() - Method in class snap.view.ChildView
Removes all children from this view (in reverse order).
removeChildren() - Method in class snap.view.ParentView
Removes all children from this view (in reverse order).
removeCol(int) - Method in class snap.view.BrowserView
Removes a column.
removeCol(int) - Method in class snap.view.TableView
Remove's the TableCol at the given index from this Table's children list.
removeCol(TableCol<T>) - Method in class snap.view.TableView
Removes the given TableCol from this table's children list.
removeDeepChangeListener(DeepChangeListener) - Method in class snap.props.PropChangeSupport
Removes a DeepChangeListener.
removeDeepChangeListener(DeepChangeListener) - Method in class snap.props.PropObject
Remove DeepChange listener.
removeDeepChangeListener(DeepChangeListener) - Method in class snap.view.ParentView
Override to remove this view as change listener to children when not needed.
removeDefaultSite(WebSite) - Static method in class snap.viewx.FilePanel
Removes a site.
removeDivider(int) - Method in class snap.view.SplitView
Removes a divider.
removeElement(int) - Method in class snap.util.XMLElement
Removes element at given index.
removeElement(String) - Method in class snap.util.XMLElement
Removes the first element with given name and returns it.
removeElement(XMLElement) - Method in class snap.util.XMLElement
Removes given element.
removeElements(String) - Method in class snap.util.XMLElement
Removes elements for given element name.
removeEventFilter(EventListener, ViewEvent.Type...) - Method in class snap.view.View
Removes an event filter.
removeEventHandler(EventListener, ViewEvent.Type...) - Method in class snap.view.View
Removes an event handler.
removeFileChangeListener(PropChangeListener) - Method in class snap.web.WebSite
Removes a site file PropChangeListener.
removeFilter(EventListener, ViewEvent.Type...) - Method in class snap.view.EventAdapter
Removes an event filter.
removeFromWindow() - Method in class snap.viewx.DevPane
Remove from window.
removeGuest(int) - Method in class snap.view.BoxView
ViewHost method: Override to clear content (and complain if index beyond 0).
removeGuest(int) - Method in class snap.view.ChildView
ViewHost method: Remove's guest at given index from this host's guest (children) list.
removeGuest(int) - Method in class snap.view.CollapseView
ViewHost method: Override to clear content (and complain if index beyond 0).
removeGuest(int) - Method in class snap.view.Scroller
ViewHost method: Override to clear content (and complain if index beyond 0).
removeGuest(int) - Method in class snap.view.ScrollView
ViewHost method: Override to send to Scroller.
removeGuest(int) - Method in class snap.view.SplitView
ViewHost method.
removeGuest(int) - Method in class snap.view.TitleView
ViewHost method: Override to clear content (and complain if index beyond 0).
removeGuest(int) - Method in interface snap.view.ViewHost
ViewHost method: Remove's guest at given index from this host's guest (children) list.
removeGuest(View) - Method in interface snap.view.ViewHost
Removes the given child from this view's children list.
removeGuests() - Method in interface snap.view.ViewHost
Removes all children from this view (in reverse order).
removeGuests(ViewHost) - Static method in interface snap.view.ViewHost
Removes all children from this view (in reverse order).
removeHandler(EventListener, ViewEvent.Type...) - Method in class snap.view.EventAdapter
Removes an event handler.
removeId(List<?>, Object) - Static method in class snap.util.ListUtils
Removes the object identical to the given object from list.
removeId(T[], T) - Static method in class snap.util.ArrayUtils
Removes a value from an array of objects if list doesn't already contain it.
removeIndex(int) - Method in class snap.util.ObjectArray
Removes the float value at index.
removeItem(int) - Method in class snap.view.SplitView
Override to remove unused dividers.
removeItem(View) - Method in class snap.view.SplitView
Override to remove unused dividers.
removeItems() - Method in class snap.view.SplitView
Sets the splitview items to given views
removeItemWithAnim(View) - Method in class snap.view.SplitView
Removes a item with animation.
removeLast(List<T>) - Static method in class snap.util.ListUtils
Removes the last object from given list.
removeLastSeg() - Method in class snap.geom.Path2D
Removes the last segment.
removeLine(int) - Method in class snap.text.TextDoc
Removes the block at given index.
removeLinesForCharRange(int, int) - Method in class snap.text.TextBox
Removes the lines from given char index to given char index, extended to cover entire TextDoc.TextLines.
removeListener(ViewUpdater.Listener) - Method in class snap.view.ViewUpdater
Removes a ViewUpdater listener.
removeMenu(int) - Method in class snap.view.MenuBar
Remove's the child at the given index from this node's children list.
removeMenu(View) - Method in class snap.view.MenuBar
Removes the given menu from this node's children list.
removePage(int) - Method in class snap.view.DocView
Removes the page at given index.
removePage(PageView) - Method in class snap.view.DocView
Removes the given page.
removePointAtIndexSmoothly(Shape, int) - Static method in class snap.geom.Path2DUtils
Delete the selected control point and readjust shape bounds
removeProp(int) - Method in class snap.props.PropSet
Removes prop at given index.
removeProp(Prop) - Method in class snap.props.PropSet
Removes prop at given index.
removePropChangeListener(PropChangeListener) - Method in class snap.gfx3d.Camera
Remove listener.
removePropChangeListener(PropChangeListener) - Method in class snap.props.PropChangeSupport
Removes a PropChangeListener.
removePropChangeListener(PropChangeListener) - Method in class snap.props.PropObject
Remove listener.
removePropChangeListener(PropChangeListener) - Method in class snap.util.PickList
Remove listener.
removePropChangeListener(PropChangeListener) - Method in class snap.util.TaskRunner
Remove listener.
removePropChangeListener(PropChangeListener, String) - Method in class snap.props.PropChangeSupport
Removes a PropChangeListener.
removePropChangeListener(PropChangeListener, String...) - Method in class snap.props.PropObject
Remove listener.
removeRun(int) - Method in class snap.text.TextLine
Removes the run at given index.
removeSeg(int) - Method in class snap.geom.SegmentPath
Removes a given segment.
removeSegAtIndexSmoothly(Path2D, int) - Static method in class snap.geom.Path2DUtils
Removes the seg at given index, reconnecting the segs on either side of deleted seg.
removeSite(WebSite) - Method in class snap.viewx.FilePanel
Removes a site available to open/save files.
removeSplitViewItemWithAnim(SplitView, View) - Static method in class snap.view.ViewAnimUtils
Removes a item with animation.
removeSpringInfo(View) - Method in class snap.view.SpringView
Removes spring info for child.
removeStop(int) - Method in class snap.styler.GradientStopPicker
Removes the stop at the given index.
removeTab(int) - Method in class snap.view.TabBar
Removes the tab at given index.
removeTab(int) - Method in class snap.view.TabView
Removes the tab at given index.
removeTab(Tab) - Method in class snap.view.TabBar
Removes the given tab.
removeTabs() - Method in class snap.view.TabBar
Removes all tabs.
removeURL(WebURL) - Static method in class snap.web.RecentFiles
Removes a URL string from recent files and updates the users preferences.
removeUrlString(String) - Static method in class snap.web.RecentFiles
Removes a URL string from recent files and updates the users preferences.
removeView(T) - Method in class snap.viewx.FormBuilder
Removes a View.
renderAndPaint(Painter) - Method in class snap.gfx3d.Renderer
Renders scene for given painter, camera and scene.
renderAndPaint(Painter) - Method in class snap.gfx3d.Renderer2D
Renders scene for given painter, camera and scene.
Renderer - Class in snap.gfx3d
This is an abstract class to renders a Scene3D for a Camera.
Renderer(Camera) - Constructor for class snap.gfx3d.Renderer
Constructor.
Renderer_Prop - Static variable in class snap.gfx3d.Camera
 
Renderer2D - Class in snap.gfx3d
This Renderer subclass tries to render the Scene using the standard Painter (2D).
Renderer2D(Camera) - Constructor for class snap.gfx3d.Renderer2D
Constructor.
Renderer2D.Renderer2DFactory - Class in snap.gfx3d
A default implementation.
Renderer2DFactory() - Constructor for class snap.gfx3d.Renderer2D.Renderer2DFactory
 
RendererFactory - Class in snap.gfx3d
Used to create new renderers.
RendererFactory() - Constructor for class snap.gfx3d.RendererFactory
 
repaint() - Method in class snap.gfx3d.CameraView
Override to account for Scene3D bounds.
repaint() - Method in class snap.view.View
Called to register view for repaint.
repaint(double, double, double, double) - Method in class snap.view.View
Called to register view for repaint.
repaint(double, double, double, double) - Method in class snap.view.WindowView
Override to change to root view.
repaint(long, int, int, int, int) - Method in class snap.swing.SWRootView
Override to suppress normal repaints.
repaint(Rect) - Method in class snap.swing.SWRootView
Repaint from snap.
repaint(Rect) - Method in class snap.view.View
Called to register view for repaint.
repaintInParent(Rect) - Method in class snap.view.RootView
Override to actually paint in this RootView.
repaintInParent(Rect) - Method in class snap.view.View
Called to repaint in parent for cases where transform might change.
repaintLater(View) - Method in class snap.view.ViewUpdater
Called to register a view for repaint.
repaintSel() - Method in class snap.view.TextArea
Repaint the selection.
repaintShape() - Method in class snap.gfx3d.ParentShape
Calls to register for repaint.
replace(int, int, byte[], int, int) - Method in class snap.util.ByteArray
Replace raw binary from byte array in data.
replace(String, int, int, String) - Static method in class snap.util.StringUtils
Returns the result of replacing in the given string the char range with the with-string.
replace(String, String, String) - Static method in class snap.util.StringUtils
Returns the result of replacing in the given string any occurrence of the search string with the replace-string.
replace(T[], int, int, T...) - Static method in class snap.util.ArrayUtils
Replaces a range of values in an array with values from another array.
replaceChars(CharSequence, int, int) - Method in class snap.text.TextDoc
Replaces chars in given range, with given String, using the given attributes.
replaceChars(CharSequence, TextStyle, int, int) - Method in class snap.text.TextBox
Replaces chars in given range, with given String, using the given attributes.
replaceChars(CharSequence, TextStyle, int, int) - Method in class snap.text.TextDoc
Replaces chars in given range, with given String, using the given attributes.
replaceChars(String) - Method in class snap.view.TextArea
Replaces the current selection with the given string.
replaceChars(String) - Method in class snap.view.TextField
Replaces the current selection with the given string.
replaceChars(String) - Method in class snap.viewx.SpellCheckPanel
 
replaceChars(String, int, int, boolean) - Method in class snap.view.TextField
Replaces the current selection with the given string.
replaceChars(String, TextStyle, int, int, boolean) - Method in class snap.view.TextArea
Replaces the current selection with the given string.
replaceChars(String, TextStyle, int, int, boolean) - Method in class snap.viewx.ConsoleView
Override to update input location.
replaceCharsWithContent(Object) - Method in class snap.view.TextArea
Replaces the current selection with the given contents (TextDoc or String).
replaceCharsWithTextDoc(TextDoc, int, int, boolean) - Method in class snap.view.TextArea
Replaces the current selection with the given TextDoc.
replaceIC(String, String, String) - Static method in class snap.util.StringUtils
Returns the result of replacing in given string any occurrence of search string with replace-string (ignore case).
replaceView(View, View) - Static method in class snap.view.ViewUtils
Replace given view with new view.
replaceViewWithCollapseView(View, String) - Static method in class snap.view.CollapseView
Replaces given view with CollapseView with given title.
ReportFile - Static variable in class snap.web.DataType
 
ReportFile - Static variable in class snap.web.MIMEType
 
requestFocus() - Method in class snap.view.ComboBox
Override to focus text or button.
requestFocus() - Method in class snap.view.View
Tells view to request focus.
requestFocus(Object) - Method in class snap.view.ViewOwner
Focuses given UI view (name or view).
requestFocus(View) - Method in class snap.view.WindowView
Tries to makes the given view the view that receives KeyEvents.
requestPaint(Rect) - Method in class snap.swing.SWWindowHpr
Registers a view for repaint.
requestPaint(Rect) - Method in class snap.view.WindowView.WindowHpr
Registers a view for repaint.
reset() - Method in class snap.gfx3d.HitDetector
Resets the hit detect for reuse.
reset() - Method in class snap.parse.ParseHandler
Resets the handler.
reset() - Method in class snap.props.Undoer
Resets the undoer to its initial state (good to do when a document is saved).
reset() - Method in class snap.props.UndoSet
Resets this undo event for reuse.
reset() - Method in class snap.view.ViewBuilder
Resets ViewBuilder.
reset() - Method in class snap.web.WebFile
Resets the file to unverified state where nothing is known about size, mod-time, saved.
resetActiveCursor() - Method in class snap.view.WindowView
Resets the active cursor.
resetColors() - Method in class snap.viewx.ColorDock
Resets the colors in colordock to white.
resetColViewWidth() - Method in class snap.view.BrowserView
Called when Column count or width changes to reset ColView.PrefWidth.
resetContent() - Method in class snap.web.WebFile
Resets the file to unloaded state so files/bytes are cleared (to reload when next called).
resetFiles() - Method in class snap.web.WebSite
Resets all loaded site files.
resetFilesUI() - Method in class snap.viewx.WebSitePane
Called when Showing changes.
resetLater() - Method in class snap.view.ViewOwner
Resets UI later.
resetLater() - Method in class snap.viewx.TaskMonitorPanel
Override
resetLater(ViewOwner) - Method in class snap.view.ViewUpdater
Adds a given ViewOwner to set of owners that need reset on next UI update call.
resetLine() - Method in class snap.view.LineView
Resets the line from bounds.
resetPathAndBounds(Shape) - Method in class snap.view.PathView
Replace the polygon's current path with a new path, adjusting the shape's bounds to match the new path.
resetSizes() - Method in class snap.text.TextBoxLine
Validates this line.
resetSpringInfo(View) - Method in class snap.view.SpringView
Resets spring info for given child (or all children if null).
resetUI() - Method in class snap.styler.BlurEffectTool
Called to reset UI controls.
resetUI() - Method in class snap.styler.BorderTool
Reset UI controls from current selection.
resetUI() - Method in class snap.styler.ColorPaintTool
Called to reset UI controls.
resetUI() - Method in class snap.styler.EdgeBorderTool
Reset UI controls.
resetUI() - Method in class snap.styler.EffectTool
Reset UI controls from current selection.
resetUI() - Method in class snap.styler.EmbossEffectTool
Called to reset UI controls.
resetUI() - Method in class snap.styler.FontTool
Called to reset UI controls.
resetUI() - Method in class snap.styler.GradientPaintTool
Updates the UI controls from the currently selected shape.
resetUI() - Method in class snap.styler.ImagePaintTool
Updates the UI controls from the currently selected shape.
resetUI() - Method in class snap.styler.LineBorderTool
Reset UI controls.
resetUI() - Method in class snap.styler.PaintTool
Called to reset UI controls.
resetUI() - Method in class snap.styler.ReflectEffectTool
Called to reset UI controls.
resetUI() - Method in class snap.styler.ShadowEffectTool
Reset UI controls.
resetUI() - Method in class snap.styler.StylerPane
Reset UI controls from current selection.
resetUI() - Method in class snap.view.ViewOwner
Reset UI controls.
resetUI() - Method in class snap.viewx.ColorPanel
Resets UI controls.
resetUI() - Method in class snap.viewx.DevPaneFiles
Reset UI.
resetUI() - Method in class snap.viewx.DevPaneGraphics
Reset UI.
resetUI() - Method in class snap.viewx.DevPaneViewOwners
 
resetUI() - Method in class snap.viewx.DevPaneViews
 
resetUI() - Method in class snap.viewx.SpellCheckPanel
Reset the UI.
resetUI() - Method in class snap.viewx.TaskMonitorPanel
Reset UI controls.
resetUI() - Method in class snap.viewx.TextPane
Reset UI.
resetUI() - Method in class snap.viewx.WebSitePaneX
Reset UI.
resetUI() - Method in class snap.web.DropBoxSitePane
Reset UI.
resetUI() - Method in class snap.web.RecentFilesSitePane
Resets UI.
Resizable_Prop - Static variable in class snap.view.WindowView
 
resize() - Method in class snap.text.StringBox
Resizes bounds to fit string.
Resource(byte[], String) - Constructor for class snap.util.XMLArchiver.Resource
 
Resource(String, byte[]) - Constructor for class snap.props.PropArchiver.Resource
 
respondUI(ViewEvent) - Method in class snap.styler.BlurEffectTool
Responds to changes from the UI panel controls and updates currently selected shape.
respondUI(ViewEvent) - Method in class snap.styler.BorderTool
Updates border from UI controls.
respondUI(ViewEvent) - Method in class snap.styler.ColorPaintTool
Called to respond to UI controls
respondUI(ViewEvent) - Method in class snap.styler.EdgeBorderTool
Respond to UI changes
respondUI(ViewEvent) - Method in class snap.styler.EffectTool
Updates styler from UI controls.
respondUI(ViewEvent) - Method in class snap.styler.EmbossEffectTool
Responds to changes from the UI panel controls and updates currently selected shape.
respondUI(ViewEvent) - Method in class snap.styler.FontPicker
Respond UI.
respondUI(ViewEvent) - Method in class snap.styler.FontTool
Called to respond to UI controls
respondUI(ViewEvent) - Method in class snap.styler.GradientPaintTool
Updates the currently selected shape from the UI controls.
respondUI(ViewEvent) - Method in class snap.styler.ImagePaintTool
Updates the currently selected shape from the UI controls.
respondUI(ViewEvent) - Method in class snap.styler.LineBorderTool
Respond to UI changes
respondUI(ViewEvent) - Method in class snap.styler.PaintTool
Called to respond to UI controls
respondUI(ViewEvent) - Method in class snap.styler.ReflectEffectTool
Responds to changes from the UI panel controls and updates currently selected shape.
respondUI(ViewEvent) - Method in class snap.styler.ShadowEffectTool
Responds to changes from the UI panel controls and updates currently selected shape.
respondUI(ViewEvent) - Method in class snap.styler.StylerPane
Updates currently selected shapes from UI controls.
respondUI(ViewEvent) - Method in class snap.view.ViewOwner
Respond to UI controls.
respondUI(ViewEvent) - Method in class snap.viewx.ColorPanel
Responds to changes to the UI controls.
respondUI(ViewEvent) - Method in class snap.viewx.DevPane
RespondUI.
respondUI(ViewEvent) - Method in class snap.viewx.DevPaneExceptions
 
respondUI(ViewEvent) - Method in class snap.viewx.DevPaneFiles
Respond UI.
respondUI(ViewEvent) - Method in class snap.viewx.DevPaneGraphics
Respond UI.
respondUI(ViewEvent) - Method in class snap.viewx.DevPaneViewOwners
 
respondUI(ViewEvent) - Method in class snap.viewx.DevPaneViews
 
respondUI(ViewEvent) - Method in class snap.viewx.DialogBox
RespondUI.
respondUI(ViewEvent) - Method in class snap.viewx.FilePanel
Respond UI.
respondUI(ViewEvent) - Method in class snap.viewx.FormBuilder
Responds to UI.
respondUI(ViewEvent) - Method in class snap.viewx.SpellCheckPanel
Handles okay button.
respondUI(ViewEvent) - Method in class snap.viewx.TextPane
Respond to UI controls.
respondUI(ViewEvent) - Method in class snap.viewx.WebSitePaneX
Respond to UI changes.
respondUI(ViewEvent) - Method in class snap.web.DropBoxSitePane
Respond UI.
respondUI(ViewEvent) - Method in class snap.web.RecentFilesSitePane
Responds to UI changes.
ResponseException - Exception in snap.web
An exception wrapped around a failed response.
ResponseException(WebResponse) - Constructor for exception snap.web.ResponseException
Creates a new ResponseException.
restore() - Method in class snap.gfx.Painter
Restores the graphics state.
restore() - Method in class snap.gfx.PainterDVR
Disposes this painter.
restore() - Method in class snap.gfx.PainterImpl
Restores the graphics state.
restore() - Method in class snap.gfx.PainterProxy
Disposes this painter.
restore() - Method in class snap.swing.J2DPainter
Disposes of the painter.
Restore() - Constructor for class snap.gfx.PainterDVR.Restore
 
reverse() - Method in class snap.gfx3d.FacetShape
Reverses the path3d.
reverse() - Method in class snap.gfx3d.Path3D
Reverses the path3d.
reverse() - Method in class snap.gfx3d.Polygon3D
Reverses the polygon points.
reverse() - Method in class snap.gfx3d.PolygonPath3D
Override to support this class.
reverse() - Method in class snap.viewx.Explode
Reverses the effect (construct instead of explode).
reverse(Object[]) - Static method in class snap.util.ArrayUtils
Reverse and array.
reverse(List<T>) - Static method in class snap.util.ListUtils
Reverses the items in the given list.
reverseStops() - Method in class snap.styler.GradientStopPicker
Reverse the order of the color stops
RichText - Class in snap.text
This class represents a block of text (lines).
RichText() - Constructor for class snap.text.RichText
Constructor.
RichText(CharSequence, Object...) - Constructor for class snap.text.RichText
Creates RichText initialized with given String and attributes (font, color).
RichTextLine - Class in snap.text
A class to represent a line of text (for each newline) in RichText.
RichTextLine(RichText) - Constructor for class snap.text.RichTextLine
Constructor.
right - Variable in class snap.geom.Insets
 
Right - Enum constant in enum class snap.view.ArrowView.Arrow
 
RIGHT - Enum constant in enum class snap.geom.HPos
 
RIGHT - Enum constant in enum class snap.geom.Side
 
RIGHT - Enum constant in enum class snap.gfx3d.Side3D
 
RIGHT - Static variable in class snap.view.KeyCode
 
RIGHT_BOTTOM - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
RIGHT_INDENT_KEY - Static variable in class snap.text.TextLineStyle
 
RIGHT_TOP - Enum constant in enum class snap.gfx3d.Side3D.Edge
 
Roll_Prop - Static variable in class snap.gfx3d.Camera
 
Roll_Prop - Static variable in class snap.gfx3d.CameraView
 
Roll_Prop - Static variable in class snap.gfx3d.CubeView
 
RootView - Class in snap.view
The top level View in a window.
RootView() - Constructor for class snap.view.RootView
Creates a RootView.
rotate(double) - Method in class snap.geom.Transform
Rotates this transform by given angle in degrees.
rotate(double) - Method in class snap.gfx.Painter
Rotate by angle in degrees.
Rotate_Prop - Static variable in class snap.view.View
 
rotateAboutAxis(double, double, double, double) - Method in class snap.gfx3d.Matrix3D
Rotate about arbitrary axis.
rotateAround(double, double, double) - Method in class snap.geom.Transform
Returns a rotation transform.
rotateAround(double, double, double) - Method in class snap.gfx.Painter
Rotate by angle in degrees.
rotateX(double) - Method in class snap.gfx3d.Matrix3D
Rotate x axis by given degrees.
rotateXYZ(double, double, double) - Method in class snap.gfx3d.Matrix3D
Rotate x,y,z with three Euler angles (same as rotateX(rx).rotateY(ry).rotateZ(rz)).
rotateY(double) - Method in class snap.gfx3d.Matrix3D
Rotate y axis by given degrees.
rotateZ(double) - Method in class snap.gfx3d.Matrix3D
Rotate z axis by given degrees.
round(double, double) - Static method in class snap.util.MathUtils
Returns the given number rounded to the second number (rounding to arbitrary double values).
round(float, float) - Static method in class snap.util.MathUtils
Returns the given number rounded to the second number (rounding to arbitrary floating values).
Round - Enum constant in enum class snap.gfx.Stroke.Cap
 
Round - Enum constant in enum class snap.gfx.Stroke.Join
 
RoundRect - Class in snap.geom
A Shape subclass to represent a rounded rectangle.
RoundRect() - Constructor for class snap.geom.RoundRect
Constructor.
RoundRect(double, double, double, double, double) - Constructor for class snap.geom.RoundRect
Constructor.
RoundRect(Rect, double) - Constructor for class snap.geom.RoundRect
Constructor.
RowHeight_Prop - Static variable in class snap.view.ListArea
 
RowHeight_Prop - Static variable in class snap.view.TableView
 
RowView - Class in snap.view
A View subclass to layout child views horizontally, from left to right.
RowView() - Constructor for class snap.view.RowView
Constructor.
RowViewProxy<T extends View> - Class in snap.view
A ViewProxy subclass to layout child views horizontally, from left to right.
RowViewProxy(View) - Constructor for class snap.view.RowViewProxy
Constructor for given parent view.
run() - Method in class snap.util.TaskRunner
The method to run.
runBeforeUpdate(Runnable) - Method in class snap.view.ViewUpdater
Adds a given ViewOwner to set of owners that need reset on next UI update call.
runDelayed(Runnable, int, boolean) - Method in class snap.view.ViewEnv
Runs given runnable after delay.
runDelayed(Runnable, int, boolean) - Static method in class snap.view.ViewUtils
Runs given runnable after delay.
runIntervals(Runnable, int, int, boolean, boolean) - Method in class snap.view.ViewEnv
Runs given runnable for given period after given delay with option to run once for every interval, even under load.
runLater(Runnable) - Method in class snap.swing.SwingViewEnv
Run later.
runLater(Runnable) - Method in class snap.view.ViewEnv
Run given runnable on event thread.
runLater(Runnable) - Method in class snap.view.ViewOwner
Runs the given runnable in the next event.
runLater(Runnable) - Static method in class snap.view.ViewUtils
Run given runnable on event thread.
runLaterAndWait(Runnable) - Method in class snap.view.ViewEnv
Runs an runnable later and waits for it to finish.
runLaterDelayed(int, Runnable) - Method in class snap.view.ViewOwner
Runs the runnable after the given delay in milliseconds.
runLaterOnce(Runnable) - Method in class snap.view.ViewEnv
Runs the given runnable once.
runLaterOnce(String, Runnable) - Method in class snap.view.ViewEnv
Runs the given runnable for name once.
runLaterOnce(String, Runnable) - Method in class snap.view.ViewOwner
Invokes the given runnable for name once (cancels unexecuted previous runLater registered with same name).
Running - Enum constant in enum class snap.util.TaskRunner.Status
 
runOnMouseUp(Runnable) - Static method in class snap.view.ViewUtils
Runs a runnable on next mouse release (assumes mouse is down).

S

S - Static variable in class snap.view.KeyCode
 
S_RESIZE - Static variable in class snap.view.Cursor
 
save() - Method in class snap.gfx.Painter
Saves the graphics state.
save() - Method in class snap.gfx.PainterDVR
Standard clone implementation.
save() - Method in class snap.gfx.PainterImpl
Saves the graphics state.
save() - Method in class snap.gfx.PainterProxy
Standard clone implementation.
save() - Method in class snap.gfx.SoundClip
Saves this sound.
save() - Method in class snap.swing.J2DPainter
Standard clone implementation.
save() - Method in class snap.swing.SwingSoundClip
Override to clear modified.
save() - Method in class snap.view.ViewBuilder
Builds and save current view.
save() - Method in class snap.web.WebFile
Saves the file.
Save() - Constructor for class snap.gfx.PainterDVR.Save
 
saveChanges() - Method in class snap.props.Undoer
Pushes current undo record on the stack and opens new one.
saveChanges() - Method in class snap.viewx.TextPane
Save file.
saveChangesImpl() - Method in class snap.viewx.TextPane
Save file.
saveFile(WebFile) - Method in class snap.web.WebSite
Save file.
saveFrame() - Method in class snap.view.WindowView
Save frame.
saveToPrefs(String, int) - Method in class snap.viewx.ColorDock
Update an individual color at {row,column} in the preferences
scale(double) - Method in class snap.geom.Rect
Scales the receiver rect by the given amount.
scale(double) - Method in class snap.gfx3d.Vector3D
Scales this vector by given factor.
scale(double, double) - Method in class snap.geom.Transform
Scales this transform by given scale x and scale y.
scale(double, double) - Method in class snap.gfx.Painter
Scale by sx, sy.
scale(double, double, double) - Method in class snap.gfx3d.Matrix3D
Skew by the given degrees.
ScaleBox - Class in snap.view
A BoxView subclass that scales the content instead of resize.
ScaleBox() - Constructor for class snap.view.ScaleBox
Creates a new ScaleBox.
ScaleBox(View) - Constructor for class snap.view.ScaleBox
Creates a new ScaleBox for content.
ScaleBox(View, boolean, boolean) - Constructor for class snap.view.ScaleBox
Creates a new ScaleBox for content with FillWidth, FillHeight params.
ScaleBoxProxy - Class in snap.view
A ViewProxy that can layout content in the manner of ScaleBox for any View.
ScaleBoxProxy(View) - Constructor for class snap.view.ScaleBoxProxy
Constructor for given parent view.
ScaleBoxProxy(View, View, boolean, boolean) - Constructor for class snap.view.ScaleBoxProxy
Creates a new ScaleBox for content with FillWidth, FillHeight params.
scaleFont(double) - Method in class snap.gfx.Font
Returns a font with the same family as the receiver but with size adjusted by given scale factor.
scaleFonts(double) - Method in class snap.text.TextDoc
Scales all the fonts in text by given factor.
scaleTextToFit() - Method in class snap.text.TextBox
Scales font sizes of all text in TextBox to fit in bounds by finding/setting FontScale.
scaleTextToFit() - Method in class snap.view.TextArea
Scales font sizes of all text in TextBox to fit in bounds by finding/setting FontScale.
ScaleX_Prop - Static variable in class snap.view.View
 
ScaleY_Prop - Static variable in class snap.view.View
 
Scene3D - Class in snap.gfx3d
This class is the root ParentShape of all scene shapes.
Scene3D() - Constructor for class snap.gfx3d.Scene3D
Constructor.
sceneDidChange() - Method in class snap.gfx3d.Camera
Called when Scene changes.
sceneDidChange() - Method in class snap.gfx3d.Renderer
Called when scene changes.
sceneDidChange() - Method in class snap.gfx3d.Renderer2D
Called when scene changes.
sceneDidPropChange(PropChange) - Method in class snap.gfx3d.CameraView
Called when Scene does prop change.
Scientific - Enum constant in enum class snap.text.NumberFormat.ExpStyle
 
SCRIPTING_KEY - Static variable in class snap.text.TextStyle
 
scroll(ViewEvent) - Method in class snap.gfx3d.MouseHandler
Handle Scroll.
Scroll - Enum constant in enum class snap.view.ViewEvent.Type
Scroll event.
Scroll - Static variable in class snap.view.View
 
Scroll_Prop - Static variable in class snap.view.ScrollBar
 
ScrollBar - Class in snap.view
A ScrollBar for ScrollView.
ScrollBar() - Constructor for class snap.view.ScrollBar
Creates a new ScrollBar.
scrollBarDidPropChange(PropChange) - Method in class snap.view.ScrollView
Handle ScrollBar property changes.
Scroller - Class in snap.view
A class that can scroll a child view.
Scroller() - Constructor for class snap.view.Scroller
Creates a new Scroller.
scrollerDidPropChange(PropChange) - Method in class snap.view.ScrollView
Handle Scroller property changes.
ScrollGroup - Class in snap.view
A view that encapsulates multiple scroll views (center, top, left) and keeps them in sync to provide scroll headers.
ScrollGroup() - Constructor for class snap.view.ScrollGroup
Creates a ScrollGroup.
ScrollGroup(View) - Constructor for class snap.view.ScrollGroup
Creates a ScrollGroup.
ScrollHeight_Prop - Static variable in class snap.view.Scroller
 
scrollSelToVisible() - Method in class snap.view.BrowserView
Scrolls current selection to visible.
scrollSelToVisible() - Method in class snap.view.ListArea
Scrolls Selection to visible.
scrollSelToVisible() - Method in class snap.view.TextArea
Scrolls Selection to visible.
ScrollSize_Prop - Static variable in class snap.view.ScrollBar
 
scrollToVisible(Shape) - Method in class snap.view.Scroller
Called to scroll the given shape in this node coords to visible.
scrollToVisible(Shape) - Method in class snap.view.View
Called to scroll the given shape in this view coords to visible.
ScrollView - Class in snap.view
A View for scrolling other views.
ScrollView() - Constructor for class snap.view.ScrollView
Constructor.
ScrollView(View) - Constructor for class snap.view.ScrollView
Constructor for given view.
ScrollWidth_Prop - Static variable in class snap.view.Scroller
 
ScrollX_Prop - Static variable in class snap.view.Scroller
 
ScrollY_Prop - Static variable in class snap.view.Scroller
 
SE_RESIZE - Static variable in class snap.view.Cursor
 
Seg - Enum Class in snap.geom
 
SegHit - Class in snap.geom
A class to represent hit information for Segment intersections.
SegHit(double, double) - Constructor for class snap.geom.SegHit
Create a new SegHit for given hits.
Segment - Class in snap.geom
A Segment is a Shape subclass that represents a part of a path: line, quadratic, cubic.
Segment() - Constructor for class snap.geom.Segment
 
SegmentPath - Class in snap.geom
A Shape containing a list of Segment shapes (Line, Quad, Cubic) to facilitate complex shape operations like constructive area geometry (CAG) operations (add, subtract, intersect paths).
SegmentPath() - Constructor for class snap.geom.SegmentPath
Constructor.
SegmentPath(Shape) - Constructor for class snap.geom.SegmentPath
Constructor for given shape.
SegmentPathCAG - Class in snap.geom
This class provides SegmentPath utility methods to do Constructive Area Geometry (CAG) operations, like add, subtract, intersect shapes.
SegmentPathCAG() - Constructor for class snap.geom.SegmentPathCAG
 
SEL_FILL - Variable in class snap.view.ViewTheme
 
Sel_Prop - Static variable in class snap.util.PickList
 
Sel_Prop - Static variable in class snap.view.ListArea
 
Sel_Prop - Static variable in class snap.view.ListView
 
Sel_Prop - Static variable in class snap.view.TextField
 
SEL_TEXT_FILL - Variable in class snap.view.ViewTheme
 
Selectable<T> - Interface in snap.util
An interface for views that are selectable.
Selectable_Prop - Static variable in class snap.viewx.ColorWell
 
selectAll() - Method in class snap.view.TextArea
Selects all the characters in the text editor.
selectAll() - Method in class snap.view.TextField
Selects all the characters in the text editor.
selectAll() - Method in class snap.view.TextView
Selects all the characters in the text editor.
selectBackward(boolean) - Method in class snap.view.TextArea
Moves the selection index backward a character (or if a range is selected, moves to beginning of range).
selectBackward(boolean) - Method in class snap.view.TextField
Moves the selection index backward a character (or if a range is selected, moves to beginning of range).
selectDown() - Method in class snap.util.PickList
Selects up in the list.
selectDown() - Method in class snap.view.ListArea
Selects up in the list.
selectDown() - Method in class snap.view.ListView
Selects up in the list.
selectDown() - Method in class snap.view.TableView
Selects down in the table.
selectDown() - Method in class snap.view.TextArea
Moves the selection index down a line, trying preserve distance from beginning of line.
Selected_Prop - Static variable in class snap.view.MenuItem
 
Selected_Prop - Static variable in class snap.view.ToggleButton
 
selectForward(boolean) - Method in class snap.view.TextArea
Moves the selection index forward a character (or if a range is selected, moves to end of range).
selectForward(boolean) - Method in class snap.view.TextField
Moves the selection index forward a character (or if a range is selected, moves to end of range).
Selection_Prop - Static variable in class snap.view.TextArea
 
Selection_Prop - Static variable in class snap.view.TextView
 
selectLeft() - Method in class snap.view.TableView
Selects right in the table.
selectLineEnd() - Method in class snap.view.TextArea
Moves the insertion point to next newline or text end.
selectLineEnd() - Method in class snap.view.TextField
Moves the insertion point to next newline or text end.
selectLineStart() - Method in class snap.view.TextArea
Moves the insertion point to the beginning of line.
selectLineStart() - Method in class snap.view.TextField
Moves the insertion point to the beginning of line.
selectRight() - Method in class snap.view.TableView
Selects right in the table.
selectStop(int) - Method in class snap.styler.GradientStopPicker
 
selectUp() - Method in class snap.util.PickList
Selects up in the list.
selectUp() - Method in class snap.view.ListArea
Selects up in the list.
selectUp() - Method in class snap.view.ListView
Selects up in the list.
selectUp() - Method in class snap.view.TableView
Selects up in the table.
selectUp() - Method in class snap.view.TextArea
Moves the selection index up a line, trying to preserve distance from beginning of line.
SelFile_Prop - Static variable in class snap.viewx.FilePanel
 
SelFile_Prop - Static variable in class snap.viewx.WebSitePane
 
SelIndex_Prop - Static variable in interface snap.util.Selectable
 
SelItem_Prop - Static variable in interface snap.util.Selectable
 
SelSite_Prop - Static variable in class snap.viewx.FilePanel
 
SEMICOLON - Static variable in class snap.view.KeyCode
 
sendDropTargetEvent(DropTargetEvent, ViewEvent.Type) - Method in class snap.swing.SWRootView
Sends DropTargetEvent to RootView.
sendEvent() - Method in class snap.view.ViewTimer
Sends the event.
sendException() - Method in class snap.viewx.ExceptionReporter
Send exception via SendMail.py at reportmill.com.
sendMail(String, String, String, String, String) - Static method in class snap.viewx.ExceptionReporter
Sends an email with given from, to, subject, body and SendMail url.
sendWinEvent(WindowEvent, ViewEvent.Type) - Method in class snap.swing.SWWindowHpr
Sends the given event.
separate(String, String) - Static method in class snap.util.StringUtils
Returns a list of parts of given string separated by the given delimiter.
separate(String, String, boolean) - Static method in class snap.util.StringUtils
Returns a list of parts of given string separated by the given delimiter, with option to trim space.
Separator - Class in snap.view
This class provides a RM shape/inspector for editing JSeparator.
Separator() - Constructor for class snap.view.Separator
 
SEPARATOR - Static variable in class snap.util.FilePathUtils
 
SEPARATOR_CHAR - Static variable in class snap.util.FilePathUtils
 
set() - Static method in class snap.swing.AWTEnv
Sets AWTEnv to be the default env.
set() - Static method in class snap.swing.SwingPrinter
Sets a SwingPrinter to be Printer.Master.
set() - Static method in class snap.swing.SwingViewEnv
Sets the Swing Node Env.
setAbsoluteMax(float) - Method in class snap.view.ThumbWheel
Sets the largest value permitted by the thumbwheel (even when outside visible range).
setAbsoluteMin(float) - Method in class snap.view.ThumbWheel
Sets the smallest value permitted by the thumbwheel (even when outside visible range).
setAbsoluteMode(byte) - Method in class snap.view.ThumbWheel
Sets the thumbhweel absolute mode (ABSOLUTE_BOUNDED or ABSOLUTE_WRAPPED).
setActionable(boolean) - Method in class snap.view.View
Sets whether view can generate action events in response to certain user interactions.
setActionHandler(EventListener) - Method in class snap.viewx.FilePanel
Sets the action event listener.
setActionHandler(EventListener) - Method in class snap.viewx.WebSitePane
Sets the listener triggered when action event is fired.
setActive(boolean) - Method in class snap.text.TextEditor
Sets whether TextEditor is showing and focused.
setActiveCursor(Cursor) - Method in class snap.view.WindowView
Sets the current cursor.
setActiveUndoSet(UndoSet) - Method in class snap.props.Undoer
Sets the active event (presumably from undo sets list).
setAlign(Pos) - Method in class snap.text.StringBox
Sets how the string is positioned in the box if larger than String width/height (default is Top-Left).
setAlign(Pos) - Method in class snap.view.ComboBox
Override to send to text/button.
setAlign(Pos) - Method in class snap.view.Label
Override to forward to StringView.
setAlign(Pos) - Method in class snap.view.Spinner
Override to forward to StringView.
setAlign(Pos) - Method in class snap.view.TextArea
Override to forward to text box.
setAlign(Pos) - Method in class snap.view.View
Sets the alignment.
setAlign(Pos) - Method in class snap.view.ViewProxy
Sets the alignment.
setAlign(View, Pos, int) - Static method in class snap.view.ViewAnimUtils
Sets the alignment.
setAlignX(HPos) - Method in class snap.text.TextDoc
Sets the horizontal alignment of the text.
setAlignX(HPos) - Method in class snap.text.TextLine
Sets the alignment associated with this line.
setAlignX(HPos) - Method in class snap.view.View
Sets the horizontal alignment.
setAlignY(VPos) - Method in class snap.text.TextBox
Sets the Y alignment.
setAlignY(VPos) - Method in class snap.view.View
Sets the vertical alignment.
setAll(Collection<? extends E>) - Method in class snap.util.PickList
Sets all items.
setAll(View...) - Method in class snap.view.ViewList
Sets views to given list.
setAllowBleed(boolean) - Method in class snap.view.ImageView
Sets whether image size can extend outside view size.
setAllowEmpty(boolean) - Method in class snap.view.ToggleGroup
Sets whether group can be empty.
setAllowEmptySelection(boolean) - Method in class snap.view.TabBar
Sets whether it is acceptable for tool bar to have no button selected.
setAllowFields(boolean) - Static method in class snap.util.Key
Sets whether Key is allowed to try to resolve values using object fields.
setAltPaint(Paint) - Method in class snap.view.ListArea
Sets the paint for alternating cells.
setAltPaint(Paint) - Method in class snap.view.ListView
Sets the paint for alternating cells.
setAlwaysOnTop(boolean) - Method in class snap.view.WindowView
Sets whether the window is always on top.
setAnimateTabChange(boolean) - Method in class snap.view.TabView
Sets whether to animate tab changes.
setAnimTimeDeep(int) - Method in class snap.view.View
Sets the anim time deep.
setAntialiasing(boolean) - Method in class snap.gfx.Painter
Sets whether antialiasing.
setAntialiasing(boolean) - Method in class snap.gfx.PainterProxy
Sets whether antialiasing.
setAntialiasing(boolean) - Method in class snap.swing.J2DPainter
Sets whether antialiasing.
setAntialiasingText(boolean) - Method in class snap.swing.J2DPainter
Sets whether antialiasing.
setArea(TitleView.TitleArea) - Method in class snap.view.TitleView
Sets the TitleArea.
setBackLabelAlignAnimatedOnFocused(TextField, boolean) - Static method in class snap.view.TextField
Sets the given TextField to animate background label alignment from center to left when focused.
setBarSize(int) - Method in class snap.view.ScrollView
Sets the scroll bar size.
setBorder(Border) - Method in class snap.styler.Styler
Sets the selected border.
setBorder(Border) - Method in class snap.text.StringBox
Sets the border.
setBorder(Border) - Method in class snap.view.View
Sets the border.
setBorder(Border) - Method in class snap.view.ViewProxy
Sets the border.
setBorder(Color, double) - Method in class snap.text.StringBox
Sets the border for given color and stroke width.
setBorder(Color, double) - Method in class snap.view.View
Convenience to set border to given color and line width.
setBorderRadius(double) - Method in class snap.view.ListView
Override to sync ScrollView and ListArea.
setBorderRadius(double) - Method in class snap.view.TextView
Override to sync ScrollView and TextArea.
setBorderRadius(double) - Method in class snap.view.View
Sets the radius for border rounded corners.
setBorderShowEdge(Pos, boolean) - Method in class snap.styler.Styler
Sets the selected border show edge.
setBorderStrokeColor(Color) - Method in class snap.styler.Styler
Sets the selected border stroke color.
setBorderStrokeDashArray(double[]) - Method in class snap.styler.Styler
Sets the selected border stroke dash array.
setBorderStrokeDashPhase(double) - Method in class snap.styler.Styler
Sets the selected border stroke dash array.
setBorderStrokeWidth(double) - Method in class snap.styler.Styler
Sets the selected border stroke width.
setBottom(View) - Method in class snap.view.BorderView
Sets the bottom node.
setBounds(double, double, double, double) - Method in class snap.text.TextBox
Sets the rect location and size.
setBounds(double, double, double, double) - Method in class snap.view.View
Sets the bounds.
setBounds(double, double, double, double) - Method in class snap.view.ViewProxy
Sets the bounds.
setBounds(int, int, int, int) - Method in class snap.swing.SWRootView
Override to sync with RootView.
setBounds(Rect) - Method in class snap.text.TextBox
Sets the rect location and size.
setBounds(Rect) - Method in class snap.view.View
Sets the bounds.
setBounds(Rect) - Method in class snap.view.ViewProxy
Sets the bounds.
setBounds3D(Bounds3D) - Method in class snap.gfx3d.Shape3D
Sets the bounds.
setBoundsInClient() - Method in class snap.view.BorderViewProxy
Override to update RowProxy children y value before normal version.
setBoundsInClient() - Method in class snap.view.ViewProxy
Sets the bounds back in the client.
setBoundsLocal(double, double, double, double) - Method in class snap.view.View
Sets the view bounds with given rect in current local coords such that it will have that rect as new local bounds.
setBoundsPath(Shape) - Method in class snap.text.TextBox
Sets the bounds path.
setBytes(byte[]) - Method in class snap.swing.SoundRecorder
Sets the bytes.
setBytes(byte[]) - Method in class snap.swing.SwingSoundClip
Sets the sound bytes.
setBytes(byte[]) - Method in class snap.view.ClipboardData
Sets the bytes.
setBytes(byte[]) - Method in class snap.web.HTTPRequest
Sets the bytes associated with the request (POST).
setBytes(byte[]) - Method in class snap.web.WebFile
Sets the file bytes.
setBytes(byte[]) - Method in class snap.web.WebResponse
Sets the response bytes.
setCameraView(CameraView) - Method in class snap.gfx3d.CubeView
Sets the CameraView to sync with.
setCameraViewToSideAndPosAnimated(Side3D, Pos) - Method in class snap.gfx3d.CubeView
Set camera view to given side.
setCapacity(int) - Method in class snap.util.ByteArray
Makes sure internal byte array is at least a given size.
setCaretAnim() - Method in class snap.view.TextArea
Sets the caret animation to whether it's needed.
setCaretAnim(boolean) - Method in class snap.view.TextArea
Sets whether caret is flashing.
setCellConfigure(Consumer<ListCell<T>>) - Method in class snap.view.BrowserView
Called to set method for rendering.
setCellConfigure(Consumer<ListCell<T>>) - Method in class snap.view.ComboBox
Sets method to configure list cells.
setCellConfigure(Consumer<ListCell<T>>) - Method in class snap.view.ListArea
Sets method to configure list cells.
setCellConfigure(Consumer<ListCell<T>>) - Method in class snap.view.ListView
Sets method to configure list cells.
setCellConfigure(Consumer<ListCell<T>>) - Method in class snap.view.TableView
Called to set method to configure cell for rendering.
setCellConfigure(Consumer<ListCell<T>>) - Method in class snap.view.TreeView
Called to set method for rendering.
setCellPadding(Insets) - Method in class snap.view.ListArea
Sets the cell padding.
setCellPadding(Insets) - Method in class snap.view.TableView
Sets the cell padding.
setCenter(View) - Method in class snap.view.BorderView
Sets the center node.
setCenteredXY(double, double) - Method in class snap.geom.RectBase
Sets the box centered around given X/Y.
setCenteredXY(double, double) - Method in class snap.text.StringBox
Override to size.
setCenteredXY(double, double) - Method in class snap.view.StringView
Sets the box centered around given X/Y.
setCharIndex(int) - Method in class snap.parse.Parser
Sets the current parse location.
setCharIndex(int) - Method in class snap.parse.Tokenizer
Sets the current parse char location.
setCharSpacing(double) - Method in class snap.text.TextEditor
Returns the character spacing of the current selection or cursor.
setChildren(Shape3D...) - Method in class snap.gfx3d.ParentShape
Sets the children.
setChildren(Shape3D[]) - Method in class snap.gfx3d.Scene3D
Override to notify camera.
setChildren(View...) - Method in class snap.view.ChildView
Sets children to given list.
setChildren(View...) - Method in class snap.view.ParentView
Sets children to given list.
setChildren(ViewProxy<?>[]) - Method in class snap.view.ViewProxy
Returns the children.
setClassic(boolean) - Method in class snap.view.TabView
Sets whether tab view should render tabs in classic style.
setClassName(String) - Method in class snap.props.PropNode
Sets the native object class name.
setClickCount(int) - Method in class snap.view.ViewEvent
Sets the click count for a mouse event.
setClickSpan(double) - Method in class snap.view.Divider
Sets the size of the clickable length of the divider (if greater than Span).
setClip(Shape) - Method in class snap.view.View
Sets the clip shape.
setClipToBounds(boolean) - Method in class snap.view.View
Sets whether view should clip to bounds.
setClosable(boolean) - Method in class snap.view.Tab
Sets whether tab should show close box.
setCloseBoxHighlight(boolean) - Method in class snap.view.DrawerView
Sets the CloseBox highlight.
setClosed(boolean) - Method in class snap.geom.Polygon
Sets whether the polygon is closed.
setClosure(Arc.Closure) - Method in class snap.geom.Arc
Sets how an open arc is handles the gap.
setCode(int) - Method in class snap.web.WebResponse
Sets the response code.
setColCount(int) - Method in class snap.view.TextField
Sets the column count.
setCollapsed(boolean) - Method in class snap.view.CollapseView
Sets whether view is collapsed.
setCollapsible(boolean) - Method in class snap.view.TitleView
Sets whether title view is collapsible.
setColor(int, int, Color) - Method in class snap.viewx.ColorDock
Sets the color at the given row & column.
setColor(Color) - Method in class snap.gfx.Painter
Sets the current color.
setColor(Color) - Method in class snap.gfx3d.Painter3D
Sets the current paint.
setColor(Color) - Method in class snap.gfx3d.Shape3D
Sets the color of shape.
setColor(Color) - Method in class snap.gfx3d.VertexArray
Sets the global color if set.
setColor(Color) - Method in class snap.viewx.ColorButton
Sets the color.
setColor(Color) - Method in class snap.viewx.ColorDock
Sets the color of the selected swatch.
setColor(Color) - Method in class snap.viewx.ColorDock.Swatch
Sets the color.
setColor(Color) - Method in class snap.viewx.ColorPanel
Sets the current color of the color panel.
setColor(Color) - Method in class snap.viewx.ColorWell
Sets the color represented by this color well.
setColor(Color, int) - Method in class snap.viewx.ColorDock
Sets the color at the given swatch index.
setColors(List<? extends Color>) - Method in class snap.viewx.ColorDock
Sets the colors.
setColors(Color, Color) - Method in class snap.viewx.ColorPanel.GradSlider
 
setColorWell(ColorWell) - Method in class snap.viewx.ColorPanel
Sets the ColorWell that receives notifications of color panel changes.
setCommandHistoryNext() - Method in class snap.viewx.ConsoleView
Sets a command from history.
setCommandHistoryPrevious() - Method in class snap.viewx.ConsoleView
Sets a command from history.
setCompacted(boolean) - Method in class snap.util.JSWriter
Sets whether writer compacts JSON (no indent or newline).
setCompletionText(String) - Method in class snap.view.TextField
Sets text that represents a completion of current text.
setComposite(Painter.Composite) - Method in class snap.gfx.Painter
Sets the composite mode.
setComposite(Painter.Composite) - Method in class snap.gfx.PainterProxy
Sets the composite mode.
setComposite(Painter.Composite) - Method in class snap.swing.J2DPainter
Sets the composite mode.
setConfirmEnabled(boolean) - Method in class snap.viewx.DialogBox
Sets whether dialog box can be confirmed (confirm button is enabled).
setConfirmOnEnter(boolean) - Method in class snap.viewx.DialogBox
Sets whether to trigger confirm when enter key is pressed.
setContent(View) - Method in class snap.view.BoxView
Sets the box content.
setContent(View) - Method in class snap.view.CollapseView
Sets the content view.
setContent(View) - Method in class snap.view.DrawerView
Sets the box content.
setContent(View) - Method in class snap.view.RootView
Sets the content.
setContent(View) - Method in class snap.view.Scroller
Sets the content.
setContent(View) - Method in class snap.view.ScrollGroup
Sets the primary content.
setContent(View) - Method in class snap.view.ScrollView
Sets the content.
setContent(View) - Method in class snap.view.Tab
Sets the content.
setContent(View) - Method in class snap.view.TabView
Sets the current tab content.
setContent(View) - Method in class snap.view.TitleView
Sets the content.
setContent(View) - Method in class snap.view.WindowView
Sets the content associated with this window.
setContent(View) - Method in class snap.view.WrapView
Sets the content.
setContent(View) - Method in class snap.viewx.DialogBox
Sets the content for dialog box.
setContent(View) - Method in class snap.viewx.TransitionPane
Sets a new content node.
setContent(ViewProxy<?>) - Method in class snap.view.ViewProxy
Sets the content.
setContentOwner(ViewOwner) - Method in class snap.view.Tab
Sets the content owner.
setContentWithAnim(View) - Method in class snap.view.BoxView
Sets the content with animation.
setCookie(String) - Method in class snap.web.HTTPRequest
Sets the cookie.
setCursor(Cursor) - Method in class snap.view.View
Sets the cursor.
setCustomNode(Object) - Method in class snap.parse.ParseNode
Sets the custom node created by parser or rule handler, should there be one.
setDefaultButton(boolean) - Method in class snap.view.Button
Sets whether button is window default button.
setDefaultColorWell(ColorWell) - Method in class snap.viewx.ColorPanel
Sets the ColorWell to fall back on when no ColorWell set.
setDefaultEmail(String) - Static method in class snap.web.DropBoxSite
Sets the default email.
setDefaultFactory(RendererFactory) - Static method in class snap.gfx3d.RendererFactory
Sets a default renderer.
setDefaultLineStyle(TextLineStyle) - Method in class snap.text.SubText
Sets the default line style.
setDefaultLineStyle(TextLineStyle) - Method in class snap.text.TextDoc
Sets the default line style.
setDefaultLineStyle(TextLineStyle) - Method in class snap.view.TextArea
Sets the default line style.
setDefaultLineStyle(TextLineStyle) - Method in class snap.view.TextView
Sets the default line style.
setDefaultPrefs(Prefs) - Static method in class snap.util.Prefs
Sets the default preferences instance.
setDefaultPropClass(Class<?>) - Method in class snap.props.Prop
Sets the default property class (if different from prop class).
setDefaultStyle(TextStyle) - Method in class snap.text.SubText
Sets the default style.
setDefaultStyle(TextStyle) - Method in class snap.text.TextDoc
Sets the default text style.
setDefaultStyle(TextStyle) - Method in class snap.view.TextArea
Sets the default style.
setDefaultStyle(TextStyle) - Method in class snap.view.TextView
Sets the default style.
setDefaultValue(Object) - Method in class snap.props.Prop
Sets the default value.
setDensity(double) - Method in class snap.view.ViewPhysics
Sets the body density.
setDesc(String) - Method in class snap.viewx.FilePanel
Sets the description.
setDevPaneShowing(View, boolean) - Static method in class snap.viewx.DevPane
Sets a DevPane visible for view.
setDir(boolean) - Method in class snap.web.WebResponse
Sets whether file is a directory.
setDisabled(boolean) - Method in class snap.view.ComboBox
Override to send to button.
setDisabled(boolean) - Method in class snap.view.Divider
Override to relayout parent since this can cause size change.
setDisabled(boolean) - Method in class snap.view.View
Sets whether view is enabled.
setDisabled(boolean) - Method in class snap.viewx.ColorWell
Override to make sure any colorwell that is disabled is also deselected
setDividerSpan(double) - Method in class snap.view.SplitView
Sets the default size of the dividers.
setDocURL(WebURL) - Method in class snap.swing.SWWindowHpr
Sets the document file for the window title bar proxy icon.
setDocURL(WebURL) - Method in class snap.view.WindowView
Returns the document file URL for the window title bar proxy icon.
setDocURL(WebURL) - Method in class snap.view.WindowView.WindowHpr
Window/Popup method: Sets the document file url for the window title bar proxy icon.
setDoubleSided(boolean) - Method in class snap.gfx3d.Shape3D
Sets whether shape surfaces are double-sided.
setDoubleSided(boolean) - Method in class snap.gfx3d.VertexArray
Sets whether shape surfaces are double-sided.
setDoubleSided(boolean) - Method in class snap.gfx3d.VertexArrayShape
Override to forward to VertexArray.
setDragImage(Image) - Method in class snap.view.Clipboard
Sets the drag image.
setDragImage(Image, double, double) - Method in class snap.view.Clipboard
Sets the drag image offset.
setDragImageOffset(double, double) - Method in class snap.view.Clipboard
Sets the drag image offset.
setDragImageOffset(Point) - Method in class snap.view.Clipboard
Sets the drag image offset.
setDynamic(boolean) - Method in class snap.view.ViewPhysics
Sets whether view is subject to forces in simulation.
setEditable(boolean) - Method in class snap.view.Label
Sets whether label text is editable.
setEditable(boolean) - Method in class snap.view.ListArea
Sets whether list cells are editable.
setEditable(boolean) - Method in class snap.view.TableView
Sets whether table cells are editable.
setEditable(boolean) - Method in class snap.view.TextArea
Sets whether Text shape is editable.
setEditable(boolean) - Method in class snap.view.TextView
Sets whether Text shape is editable.
setEdited(boolean) - Method in class snap.view.TextField
Sets whether text has been edited since last focus (while focused).
setEditing(boolean) - Method in class snap.view.Label
Sets editing.
setEditing(boolean) - Method in class snap.view.ListCell
Override to notify ListArea.
setEditingCell(ListCell<T>) - Method in class snap.view.ListArea
Sets the cell currently editing.
setEditingCell(ListCell<T>) - Method in class snap.view.TableView
Sets the cell currently editing.
setEffect(Effect) - Method in class snap.styler.EffectTool
Sets the current styler effect.
setEffect(Effect) - Method in class snap.styler.Styler
Sets the currently selected effect.
setEffect(Effect) - Method in class snap.view.View
Sets paint.
setEmptyImageURL(WebURL) - Static method in class snap.gfx.ImageUtils
Returns an image place holder for missing images.
setEnabled(boolean) - Method in class snap.view.View
Sets whether view is enabled.
setEnabled(ViewEvent.Type, boolean) - Method in class snap.view.EventAdapter
Sets whether a given type is enabled.
setEndPoint(double, double) - Method in class snap.styler.GradientAxisPicker
Sets the ending point for the gradient.
setErrorMessage(String) - Method in class snap.viewx.DialogBox
Sets the message to display.
setEvent(Object) - Method in class snap.view.ViewEvent
Sets the platform specific event, if available.
setException(Throwable) - Method in class snap.web.WebResponse
Sets the exception.
setExists(Boolean) - Method in class snap.web.WebFile
Sets whether file is known to exist at site.
setExpanded(boolean) - Method in class snap.view.CollapseView
Sets whether title view is expanded.
setExpanded(boolean) - Method in class snap.view.TitleView
Sets whether title view is expanded.
setExpanded(T, boolean) - Method in class snap.view.TreeView
Sets whether an item is expaned.
setExpandedAnimated(boolean) - Method in class snap.view.CollapseView
Sets the expanded animated.
setExpandedAnimated(boolean) - Method in class snap.view.TitleView
Sets the expanded animated.
setExpStyle(NumberFormat.ExpStyle) - Method in class snap.text.NumberFormat
Sets the exponent style.
setFadeHeight(double) - Method in class snap.gfx.ReflectEffect
Sets the height of the faded region as a fraction of reflection height.
setFieldOfViewY(double) - Method in class snap.gfx3d.Camera
Sets the field of view Y of camera.
setFileHeader(FileHeader) - Method in class snap.web.WebResponse
Sets the file header.
setFileHeaders(List<FileHeader>) - Method in class snap.web.WebResponse
Deprecated.
setFileHeaders(FileHeader[]) - Method in class snap.web.WebResponse
Sets the files (for directory request).
setFileValidator(Predicate<WebFile>) - Method in class snap.viewx.FilePanel
Sets the function that determines whether file can be selected.
setFileValidator(Predicate<WebFile>) - Method in class snap.viewx.WebSitePane
Sets the function that determines whether file can be selected.
setFill(Paint) - Method in class snap.styler.Styler
Sets the fill of currently selected views.
setFill(Paint) - Method in class snap.view.View
Sets fill paint.
setFill(Paint) - Method in class snap.view.ViewAnim
Sets the Fill value.
setFillColor(Color) - Method in class snap.styler.Styler
Sets the color of currently selected view.
setFillHeight(boolean) - Method in class snap.view.BoxView
Sets whether children will be resized to fill height.
setFillHeight(boolean) - Method in class snap.view.ImageView
Sets whether to resize image to fill view height.
setFillHeight(boolean) - Method in class snap.view.RowView
Sets whether children will be resized to fill height.
setFillHeight(boolean) - Method in class snap.view.Scroller
Sets whether this scroller fits content to its height.
setFillHeight(boolean) - Method in class snap.view.ScrollView
Sets whether this ScrollView fits content to its height.
setFillHeight(boolean) - Method in class snap.view.ShapeView
Sets whether to fill shape height to view height.
setFillHeight(boolean) - Method in class snap.view.ViewProxy
Sets whether view fills height.
setFillHeight(boolean) - Method in class snap.view.WrapView
Sets whether children will be resized to fill height.
setFillSize(boolean) - Method in class snap.view.ShapeView
Sets whether to fill shape to view bounds.
setFillWidth(boolean) - Method in class snap.view.BoxView
Sets whether children will be resized to fill width.
setFillWidth(boolean) - Method in class snap.view.ColView
Sets whether children will be resized to fill width.
setFillWidth(boolean) - Method in class snap.view.ImageView
Sets whether to resize image to fill view width.
setFillWidth(boolean) - Method in class snap.view.Scroller
Sets whether this scroller fits content to its width.
setFillWidth(boolean) - Method in class snap.view.ScrollView
Sets whether this ScrollView fits content to its width.
setFillWidth(boolean) - Method in class snap.view.ShapeView
Sets whether to fill shape width to view width.
setFillWidth(boolean) - Method in class snap.view.ViewProxy
Sets whether view fills width.
setFillWidth(boolean) - Method in class snap.view.WrapView
Sets whether children will be resized to fill width.
setFilterList(boolean) - Method in class snap.view.ComboBox
Returns Whether text entered in TextField should filter ListView items.
setFindFirstHit(boolean) - Method in class snap.gfx3d.HitDetector
Sets whether this hit detector finds only first hit.
setFireActionOnEnterKey(boolean) - Method in class snap.view.TextArea
Sets whether text area sends action on enter key press.
setFireActionOnEnterKey(boolean) - Method in class snap.view.TextView
Sets whether text area sends action on return.
setFireActionOnFocusLost(boolean) - Method in class snap.view.TextArea
Sets whether text area sends action on focus lost (if text changed).
setFireActionOnFocusLost(boolean) - Method in class snap.view.TextField
Sets whether text area sends action on focus lost (if text changed).
setFireActionOnFocusLost(boolean) - Method in class snap.view.TextView
Sets whether text area sends action on focus lost (if text changed).
setFirstFocus(Object) - Method in class snap.view.ViewOwner
Sets the first focus UI view.
setFirstFocus(View) - Method in class snap.view.CollapseView
Sets the first focus component.
setFlatDistance(double) - Method in class snap.geom.PolygonPath
Sets the acceptable distance of control points to segment line when flattening curved segments.
setFlipped(boolean) - Method in class snap.gfx3d.Texture
Sets whether the image is flipped.
setFocalLength(double) - Method in class snap.gfx3d.Camera
Sets the focal length of the camera.
setFocusable(boolean) - Method in class snap.view.View
Sets whether this view can get focus.
setFocused(boolean) - Method in class snap.view.TableView
Override to clear focus image.
setFocused(boolean) - Method in class snap.view.TextArea
Override to check caret animation and repaint.
setFocused(boolean) - Method in class snap.view.TextField
Override to track FocusGainedValue.
setFocused(boolean) - Method in class snap.view.View
Sets whether this view is the RootView.FocusedView.
setFocused(boolean) - Method in class snap.view.WindowView
Override to move window to front of all windows list.
setFocused(View, boolean) - Static method in class snap.view.ViewUtils
Backdoor for protected View method.
setFocusKeysEnabled(boolean) - Method in class snap.view.View
Sets whether focus should change when traversal keys are pressed (Tab).
setFocusPainted(boolean) - Method in class snap.view.View
Sets whether focus ring should be painted when view is focused.
setFocusWhenPressed(boolean) - Method in class snap.view.View
Sets whether this view should request focus when pressed.
setFont(Font) - Method in class snap.gfx.Painter
Sets the current font.
setFont(Font) - Method in class snap.gfx.PainterDVR
Sets the font.
setFont(Font) - Method in class snap.gfx.PainterImpl
Sets the current font.
setFont(Font) - Method in class snap.gfx.PainterProxy
Sets the font.
setFont(Font) - Method in class snap.styler.Styler
Sets the current font.
setFont(Font) - Method in class snap.swing.J2DPainter
Sets the font in painter.
setFont(Font) - Method in class snap.text.StringBox
Sets the font.
setFont(Font) - Method in class snap.text.StyledString
Sets the font.
setFont(Font) - Method in class snap.view.ParentView
Override to propagate to children.
setFont(Font) - Method in class snap.view.StringView
Override to update TextRun.
setFont(Font) - Method in class snap.view.TextArea
Sets the font of the current selection or cursor.
setFont(Font) - Method in class snap.view.TextView
Sets the font of the current selection or cursor.
setFont(Font) - Method in class snap.view.View
Sets the font for the view.
setFont(Font) - Method in class snap.viewx.FormBuilder
Sets the font.
SetFont(Font) - Constructor for class snap.gfx.PainterDVR.SetFont
Creates a new SetFont.
setFontBold(boolean) - Method in class snap.styler.Styler
Sets the "boldness" of text in the currently selected shapes.
setFontFamily(String) - Method in class snap.styler.Styler
Resets the current font to given family name (preserving size).
setFontItalic(boolean) - Method in class snap.styler.Styler
Sets the italic state of text in the currently selected shapes.
setFontName(String) - Method in class snap.styler.Styler
Resets the current font to given font name (preserving size).
setFontScale(double) - Method in class snap.text.TextBox
Sets the font scale of the text box.
setFontScale(double) - Method in class snap.view.TextArea
Sets the font scale of the text box.
setFontSize(double, boolean) - Method in class snap.styler.Styler
Sets the font size of editor's selected shape(s).
setFontSizing(boolean) - Method in class snap.text.StringBox
Sets whether to size to font (looser) instead of glyphs (tighter).
setFontSizing(boolean) - Method in class snap.text.StyledString
Sets whether to size to font (looser) instead of glyphs (tighter).
setFontSizing(boolean) - Method in class snap.view.StringView
Sets whether to size to font (looser) instead of glyphs (tighter).
setFormat(TextFormat) - Method in class snap.view.TextArea
Sets the format of the current selection or cursor, after trying to expand the selection to encompass currently selected, @-sign delineated key.
setFractionalMetrics(boolean) - Method in class snap.swing.J2DPainter
Sets whether using fractional text metrics.
setFrame(int) - Method in class snap.view.ImageView
Sets the frame.
setFullName(String) - Method in class snap.util.XMLAttribute
Sets the full name for this attribute.
setFullName(String) - Method in class snap.util.XMLElement
Sets the full name for this attribute.
setFunctionHandler(KeyChain.FunctionHandler) - Static method in class snap.util.KeyChain
Sets the FunctionHandler.
setGap(double) - Method in class snap.gfx.ReflectEffect
Sets the height of the gap between the shape and the reflection in points.
setGimbalRadius(double) - Method in class snap.gfx3d.Camera
Sets the distance from center of scene to camera when in gimbal mode.
setGraphic(View) - Method in class snap.view.ButtonBase
Sets the graphic node.
setGraphic(View) - Method in class snap.view.Label
Sets the graphic node.
setGraphicAfter(View) - Method in class snap.view.ButtonBase
Sets the graphic node after text.
setGraphicAfter(View) - Method in class snap.view.Label
Sets the graphic node after the text.
setGridColor(Color) - Method in class snap.view.TableView
Sets grid color.
setGroupForName(String) - Method in class snap.view.CollapseView
Sets a collapse group by name.
setGroupIndex(int) - Method in class snap.view.ViewPhysics
Sets the group index.
setGroupName(String) - Method in class snap.view.ToggleButton
Sets the button group name.
setGrowContentHeight(boolean) - Method in class snap.view.Scroller
Sets whether to grow content to scroller height if smaller than scroller (overrides content setting if true).
setGrowContentWidth(boolean) - Method in class snap.view.Scroller
Sets whether to grow content to scroller width if smaller than scroller (overrides content setting if true).
setGrowHeight(boolean) - Method in class snap.view.View
Sets whether this view would like to grow vertically if possible when inside a pane.
setGrowHeight(boolean) - Method in class snap.view.ViewProxy
Sets whether view grows height.
setGrowWidth(boolean) - Method in class snap.view.View
Sets whether this view would like to grow horizontally if possible when inside a pane.
setGrowWidth(boolean) - Method in class snap.view.ViewProxy
Sets whether view grows width.
setGuests(ViewHost, View...) - Static method in interface snap.view.ViewHost
Sets children to given list.
setHandler(ParseHandler<?>) - Method in class snap.parse.ParseRule
Sets the handler for this rule.
setHBarShowing(boolean) - Method in class snap.view.ScrollView
Sets whether HBar is showing.
setHeaderText(String) - Method in class snap.view.TableCol
Sets the header text.
setHeaderText(String) - Method in class snap.view.TreeCol
Sets the header value.
setHeadless() - Static method in class snap.gfx.GFXUtils
Sets this JVM to be headless.
setHeight(double) - Method in class snap.geom.RectBase
Sets the height.
setHeight(double) - Method in class snap.geom.Size
Sets the height.
setHeight(double) - Method in class snap.gfx3d.CameraView
Override to forward to camera.
setHeight(double) - Method in class snap.gfx3d.CubeView
Override to forward to camera.
setHeight(double) - Method in class snap.text.TextBox
Sets the width.
setHeight(double) - Method in class snap.view.ArcView
Override to reset arc.
setHeight(double) - Method in class snap.view.LineView
Override to reset line.
setHeight(double) - Method in class snap.view.ListArea
Override to reset cells.
setHeight(double) - Method in class snap.view.RectView
Override to reset rect.
setHeight(double) - Method in class snap.view.StringView
Override to clear NeedsResize.
setHeight(double) - Method in class snap.view.TableView
Override to reset cells.
setHeight(double) - Method in class snap.view.TextArea
Override to update getTextBlock.Rect.
setHeight(double) - Method in class snap.view.ThumbWheel
Override to reset image.
setHeight(double) - Method in class snap.view.TreeView
Override to reset cells.
setHeight(double) - Method in class snap.view.View
Sets the height of the view.
setHeight(double) - Method in class snap.view.ViewAnim
Sets the Height value.
setHideOnDeactivate(boolean) - Method in class snap.view.WindowView
Sets whether the window will hide on deacativate.
setHoleRatio(double) - Method in class snap.geom.Arc
Sets the ratio that describes the hole (0 = no hole, 1 = no wedge).
setHostView(ParentView) - Method in class snap.viewx.Explode
Sets the view that to holds this view for display.
setHyphenate(boolean) - Method in class snap.text.TextBox
Sets whether layout tries to hyphenate wrapped words.
setHyphenated(boolean) - Method in class snap.text.StringBox
Sets whether this run has a hyphen at the end.
setHyphenated(boolean) - Method in class snap.text.TextBoxToken
Sets whether this run has a hyphen at the end.
setHyphenating(boolean) - Static method in class snap.view.TextArea
Sets whether layout tries to hyphenate wrapped words.
setIgnoreCase(boolean) - Method in class snap.util.XMLArchiver
Sets whether element should ignore case when asking for attributes/elements by name.
setIgnoreCase(boolean) - Method in class snap.util.XMLElement
Sets whether element should ignore case when asking for attributes/elements by name.
setImage(Image) - Method in class snap.swing.SWWindowHpr
Sets the image property of given object to given string.
setImage(Image) - Method in class snap.view.ButtonBase
Sets the image.
setImage(Image) - Method in class snap.view.ImageView
Sets the image.
setImage(Image) - Method in class snap.view.Label
Sets the image.
setImage(Image) - Method in class snap.view.WindowView
Sets the icon image for the window.
setImage(Image) - Method in class snap.viewx.ColorButton
Sets the image.
setImage(Image) - Method in class snap.viewx.ColorPanel.ImagePicker
Sets the image.
setImage(Image) - Method in class snap.viewx.DialogBox
Sets the Image.
setImage(Image) - Method in class snap.viewx.Explode
Sets the image.
setImageAfter(Image) - Method in class snap.view.ButtonBase
Sets the image after text.
setImageAfter(Image) - Method in class snap.view.Label
Sets the image after text.
setImageBounds(double, double, double, double) - Method in class snap.gfx.ImageBox
Sets the image bounds.
setImageBounds(Rect) - Method in class snap.gfx.ImageBox
Sets the image bounds.
setImageName(String) - Method in class snap.view.ButtonBase
Sets the image name, if loaded from local resource.
setImageName(String) - Method in class snap.view.ImageView
Sets the image name, if loaded from local resource.
setImageName(String) - Method in class snap.view.Label
Sets the image name, if loaded from local resource.
setImageQuality(double) - Method in class snap.gfx.Painter
Sets image rendering quality.
setImageQuality(double) - Method in class snap.gfx.PainterProxy
Sets image rendering quality.
setImageQuality(double) - Method in class snap.swing.J2DPainter
Sets image rendering quality.
setImageSet(ImageSet) - Method in class snap.gfx.Image
Sets the image set.
setIndent(String) - Method in class snap.util.JSWriter
Sets the current indent string.
setIndeterminate(boolean) - Method in class snap.view.ProgressBar
Sets whether progress bar is indeterminate.
setIndexArray(int[]) - Method in class snap.gfx3d.VertexArray
Sets the index array, if points have special ordering.
setInfo(String) - Method in class snap.viewx.ExceptionReporter
Sets the info string.
setInput(CharSequence) - Method in class snap.parse.Parser
Sets the current parse string.
setInput(CharSequence) - Method in class snap.parse.Tokenizer
Sets the current tokenizer input.
setInterpolator(Interpolator) - Method in class snap.view.ViewAnim
Sets whether to ease animation in
setItem(View, int) - Method in class snap.view.SplitView
Sets the item at index.
setItemKey(String) - Method in class snap.view.ListArea
Sets the ItemKey (a simple alternate way to set ListArea item text using KeyChain).
setItemKey(String) - Method in class snap.view.ListView
Sets the ItemKey (a simple alternate way to set ListArea item text using KeyChain).
setItems(List<MenuItem>) - Method in class snap.view.MenuButton
Sets the items.
setItems(Selectable<?>, Object) - Static method in interface snap.util.Selectable
Sets items in given selectable
setItems(View...) - Method in class snap.view.SplitView
Sets the splitview items to given views
setItems(T[]) - Method in interface snap.util.Selectable
Sets the items for a given name or UI view.
setItems(T[]) - Method in class snap.view.BrowserView
Sets the items.
setItems(T[]) - Method in class snap.view.ComboBox
Sets the items.
setItems(T[]) - Method in class snap.view.ListArea
Sets the items.
setItems(T[]) - Method in class snap.view.ListView
Sets the items.
setItems(T[]) - Method in class snap.view.TableView
Sets the items.
setItems(T[]) - Method in class snap.view.TreeView
Sets the items.
setItemsImpl(List<T>) - Method in class snap.view.TreeView
Sets the items.
setItemsList(List<T>) - Method in interface snap.util.Selectable
Sets the items for a given name or UI view.
setItemsList(List<T>) - Method in class snap.view.BrowserView
Sets the items.
setItemsList(List<T>) - Method in class snap.view.ComboBox
Sets the items.
setItemsList(List<T>) - Method in class snap.view.ListArea
Sets the items.
setItemsList(List<T>) - Method in class snap.view.ListView
Sets the items.
setItemsList(List<T>) - Method in class snap.view.PopupList
Override to resize if showing.
setItemsList(List<T>) - Method in class snap.view.TableCol
Override to suppress setting items in pick list (already done by TableView).
setItemsList(List<T>) - Method in class snap.view.TableView
Sets the items.
setItemsList(List<T>) - Method in class snap.view.TreeCol
Override to suppress setting items in pick list (already done by TreeView).
setItemsList(List<T>) - Method in class snap.view.TreeView
Sets the items.
setItemTextFunction(Function<T, String>) - Method in class snap.view.ComboBox
Sets function for deteriming text for an item.
setItemTextFunction(Function<T, String>) - Method in class snap.view.ListArea
Sets function for determining text for an item.
setItemTextFunction(Function<T, String>) - Method in class snap.view.ListView
Sets function for deteriming text for an item.
setItemVisibleWithAnim(View, boolean) - Method in class snap.view.SplitView
Sets a child visible with animation.
setJoint(boolean) - Method in class snap.view.ViewPhysics
Sets whether view is a joint.
setJSONValue(String, Object) - Method in interface snap.util.JSArchiver.SetValue
Returns a list of keys to be uses to retrieve persistent attributes from an object.
setKeepAspect(boolean) - Method in class snap.view.ImageView
Sets whether to to preserve aspect ratio of image when resized.
setKeepAspect(boolean) - Method in class snap.view.ScaleBox
Sets whether to preserve natural aspect of content when scaling.
setKeepAspect(boolean) - Method in class snap.view.ScaleBoxProxy
Sets whether to preserve natural aspect of content when scaling.
setKey(String) - Method in class snap.util.Sort
Sets the key for this sort.
setKey(String) - Method in class snap.view.Binding
Sets the key that is used to get the property value from the bound object.
setKeyValue(String, Object) - Method in interface snap.util.Key.GetSet
 
setLast(VertexArray) - Method in class snap.gfx3d.VertexArray
Sets the last VertexArray, if part of a chain.
setLean(Pos) - Method in class snap.view.View
Sets the lean this view would prefer to take when inside a pane.
setLeanX(HPos) - Method in class snap.view.View
Sets the horizontal lean this view would prefer to take when inside a pane.
setLeanY(VPos) - Method in class snap.view.View
Sets the vertical position this view would prefer to take when inside a pane.
setLeft(View) - Method in class snap.view.BorderView
Sets the left node.
setLeftView(View) - Method in class snap.view.ScrollGroup
Sets the left view.
setLength(int) - Method in class snap.util.ObjectArray
Sets the length.
setLine(double, double, double, double) - Method in class snap.view.LineView
Sets the line.
setLineAlign(HPos) - Method in class snap.view.TextArea
Sets the text line alignment.
setLinear() - Method in class snap.view.ViewAnim
Sets animation to run with linear interpolator.
setLineGap(double) - Method in class snap.text.TextEditor
Sets the line gap for current selection.
setLineHeightMax(double) - Method in class snap.text.TextEditor
Sets the maximum line height for a line of text (even if font size would dictate higher).
setLineHeightMin(double) - Method in class snap.text.TextEditor
Sets the min line height for current selection.
setLineIndex(int) - Method in class snap.parse.Tokenizer
Returns the current line index.
setLineInParent(double, double, double, double) - Method in class snap.view.LineView
Sets the line.
setLineJustify(boolean) - Method in class snap.view.TextArea
Sets whether the text line justifies text.
setLineSpacing(double) - Method in class snap.text.TextEditor
Sets the line spacing for current selection.
setLineStyle(TextLineStyle) - Method in class snap.text.TextLine
Sets the line style.
setLineStyle(TextLineStyle, int, int) - Method in class snap.text.RichText
Sets a given style to a given range.
setLineStyle(TextLineStyle, int, int) - Method in class snap.text.SubText
Sets a given style to a given range.
setLineStyle(TextLineStyle, int, int) - Method in class snap.text.TextDoc
Sets a given style to a given range.
setLineStyleValue(String, Object, int, int) - Method in class snap.text.RichText
Sets a given style to a given range.
setLineStyleValue(String, Object, int, int) - Method in class snap.text.SubText
Sets a given style to a given range.
setLineStyleValue(String, Object, int, int) - Method in class snap.text.TextDoc
Sets a given style to a given range.
setLinked(boolean) - Method in class snap.text.TextBox
Returns whether text is linked to another text (and shouldn't add lines below bottom border).
setLinkFile(WebFile) - Method in class snap.web.WebFile
Sets the link file, if this file really points to another.
setListView(ListView<T>) - Method in class snap.view.ComboBox
Sets the ListView.
setLittleIntAtIndex(int, int) - Method in class snap.util.ByteArray
Sets little endian int to data at given index.
setLittleShortAtIndex(int, int) - Method in class snap.util.ByteArray
Sets little endian short to data at given index.
setLittleUShortAtIndex(int, int) - Method in class snap.util.ByteArray
Sets little endian unsigned short to data at given index.
setLoaded(boolean) - Method in class snap.gfx.Image
Sets whether image is loaded.
setLoaded(boolean) - Method in class snap.util.Loadable.MultiLoadable
Sets whether loadable is loaded.
setLoaded(boolean) - Method in class snap.view.ClipboardData
Sets whether data is loaded.
setLocation(double) - Method in class snap.view.Divider
Sets the distance from the min x of preceding View to min x of divider (or y if vertical).
setLocationH(double) - Method in class snap.view.Divider
Implementation of setLocation for Horizontal divider.
setLocationV(double) - Method in class snap.view.Divider
Implementation of setLocation for Vertical divider.
setLookAheadCount(int) - Method in class snap.parse.ParseRule
Sets the look ahead count.
setLoopCount(int) - Method in class snap.view.ViewAnim
Sets the loop count.
setLoops() - Method in class snap.view.ViewAnim
Sets the loop count.
setManaged(boolean) - Method in class snap.view.View
Sets whether view should be included when a parent does layout.
setMargin(double, double, double, double) - Method in class snap.view.View
Sets the spacing insets requested between parent/neighbors and the border of this view.
setMargin(Insets) - Method in class snap.view.View
Sets the spacing insets requested between parent/neighbors and the border of this view.
setMargin(Insets) - Method in class snap.view.ViewProxy
Sets the margin.
setMatrix(double[]) - Method in class snap.geom.Transform
Sets transform values to given matrix values.
setMatrix(double, double, double, double, double, double) - Method in class snap.geom.Transform
Sets transform values to given matrix values.
setMatrix(float[]) - Method in class snap.geom.Transform
Sets transform values to given matrix values.
setMatrix(Transform) - Method in class snap.geom.Transform
Sets transform values to given transform values.
setMax(double) - Method in class snap.view.Slider
Sets the maximum.
setMax(double) - Method in class snap.view.Spinner
Sets the spinner min.
setMaxHeight(double) - Method in class snap.view.View
Sets the view maximum height.
setMaximized(boolean) - Method in class snap.view.DrawerView
Resize the drawer to maximum size for view.
setMaximized(boolean) - Method in class snap.view.WindowView
Sets whether the window is sized to maximum screen size.
setMaximizedBounds(Rect) - Method in class snap.view.WindowView
Sets the bounds rect to use when window is maximized (uses ViewEnv ScreenBoundsInset by default).
setMaxRowCount(int) - Method in class snap.view.ListView
Sets the maximum number of rows.
setMaxRowCount(int) - Method in class snap.view.TreeView
Sets the maximum number of rows.
setMaxSize(double, double) - Method in class snap.view.View
Sets the view maximum size.
setMaxSize(Size) - Method in class snap.view.View
Sets the view maximum size.
setMaxWidth(double) - Method in class snap.view.View
Sets the view maximum width.
setMaxX(double) - Method in class snap.gfx3d.Bounds3D
Sets the max X value.
setMaxXYZ(double, double, double) - Method in class snap.gfx3d.Bounds3D
Sets the max XYZ.
setMaxY(double) - Method in class snap.gfx3d.Bounds3D
Sets the max Y value.
setMaxZ(double) - Method in class snap.gfx3d.Bounds3D
Sets the max Z value.
setMessage(String) - Method in class snap.viewx.DialogBox
Sets the message to display.
setMessageType(DialogBox.MessageType) - Method in class snap.viewx.DialogBox
Sets the message type of the box.
setMethod(String) - Method in class snap.web.HTTPRequest
Sets the request method.
setMimeType(String) - Method in class snap.web.FileHeader
Sets the file MIME type.
setMimeType(String) - Method in class snap.web.WebFile
Sets the MIME type for the file.
setMimeType(String) - Method in class snap.web.WebResponse
Sets the response MIME type.
setMin(double) - Method in class snap.view.Slider
Sets the minimum.
setMin(double) - Method in class snap.view.Spinner
Sets the spinner min.
setMinHeight(double) - Method in class snap.view.View
Sets the view minimum height.
setMinSize(double, double) - Method in class snap.view.View
Sets the view minimum size.
setMinSize(Size) - Method in class snap.view.View
Sets the view minimum size.
setMinWidth(double) - Method in class snap.view.View
Sets the view minimum width.
setMinX(double) - Method in class snap.gfx3d.Bounds3D
Sets the min X value.
setMinXYZ(double, double, double) - Method in class snap.gfx3d.Bounds3D
Sets the min XYZ.
setMinY(double) - Method in class snap.gfx3d.Bounds3D
Sets the min Y value.
setMinZ(double) - Method in class snap.gfx3d.Bounds3D
Sets the min Z value.
setModal(boolean) - Method in class snap.view.WindowView
Sets the modal mode of the window (defaults to false).
setModified(boolean) - Method in class snap.web.WebFile
Sets whether this file has been modified locally.
setModTime(long) - Method in class snap.web.FileHeader
Sets the file modification time.
setModTime(long) - Method in class snap.web.WebFile
Sets the file modification time.
setModTime(long) - Method in class snap.web.WebResponse
Sets the file modification time.
setModTimeForFile(WebFile, long) - Method in class snap.web.FileSite
Saves the modified time for a file to underlying file system.
setModTimeForFile(WebFile, long) - Method in class snap.web.WebSite
Saves the modified time for a file to underlying file system.
setModTimeSaved(long) - Method in class snap.web.WebFile
Sets the file modification time in file and in site internal storage.
setMonitor(TaskMonitor) - Method in class snap.util.TaskRunner
Sets the monitor.
setMultiSel(boolean) - Method in class snap.util.PickList
Sets whether list allows multiple selections.
setMultiSel(boolean) - Method in class snap.view.ListArea
Sets whether list allows multiple selections.
setMultiSel(boolean) - Method in class snap.view.TableView
Sets whether list allows multiple selections.
setName(String) - Method in class snap.gfx3d.Shape3D
Sets the name of shape.
setName(String) - Method in class snap.parse.ParseRule
Sets rule name.
setName(String) - Method in class snap.parse.Regex
Sets the regex name.
setName(String) - Method in class snap.text.TextBoxToken
Sets the token name.
setName(String) - Method in class snap.text.TextToken
Sets the token name.
setName(String) - Method in class snap.util.TaskRunner
Sets the name of runner (and thread).
setName(String) - Method in class snap.util.XMLAttribute
Sets the name for this attribute.
setName(String) - Method in class snap.util.XMLElement
Sets the name for this attribute.
setName(String) - Method in class snap.view.ClipboardData
Sets the file name.
setName(String) - Method in class snap.view.ToggleGroup
Sets the name.
setName(String) - Method in class snap.view.View
Sets the name for the view.
setName(String) - Method in class snap.view.ViewEvent
Returns the name of the event (or the name of the Event Target).
setNamespace(String) - Method in class snap.util.XMLElement
Sets the namespace.
setNative(T) - Method in class snap.view.ViewPhysics
Sets the native object.
setNativeValue(String, Object) - Method in class snap.util.JSObject
Sets a native value.
setNeedsClassDeclaration(boolean) - Method in class snap.props.PropNode
Sets whether this PropNode needs to declare actual class name
setNeedsLayout(boolean) - Method in class snap.view.ParentView
Sets whether needs layout.
setNeedsLayoutDeep(boolean) - Method in class snap.view.ParentView
Sets whether any children need layout.
setNeedsLayoutDeep(boolean) - Method in class snap.view.RootView
Override to register for layout.
setNeedsRepaint(boolean) - Method in class snap.gfx3d.ParentShape
Sets whether needs repaint.
setNeedsRepaintDeep(boolean) - Method in class snap.view.ParentView
Sets whether any children need repaint.
setNeedsUpdateAll() - Method in class snap.text.TextBox
Updates all lines.
setNext(VertexArray) - Method in class snap.gfx3d.VertexArray
Sets the next VertexArray, if part of a chain.
setOnFinish(Runnable) - Method in class snap.view.ViewAnim
Sets a function to be called when anim is finished.
setOnFire(Consumer<ViewTimer>) - Method in class snap.view.ViewTimer
Sets the on frame.
setOnFrame(Runnable) - Method in class snap.view.ViewAnim
Sets the runnable to be called on each frame.
setOpacity(double) - Method in class snap.gfx.Painter
Sets the opacity.
setOpacity(double) - Method in class snap.gfx.PainterDVR
Sets the opacity.
setOpacity(double) - Method in class snap.gfx.PainterImpl
Sets the opacity.
setOpacity(double) - Method in class snap.gfx.PainterProxy
Sets the opacity.
setOpacity(double) - Method in class snap.gfx3d.Shape3D
Sets the opacity of shape.
setOpacity(double) - Method in class snap.styler.Styler
Sets the currently selected opacity.
setOpacity(double) - Method in class snap.swing.J2DPainter
Sets the opacity in painter.
setOpacity(double) - Method in class snap.view.View
Sets the opacity of the view.
setOpacity(double) - Method in class snap.view.ViewAnim
Sets the Opacity value.
SetOpacity(double) - Constructor for class snap.gfx.PainterDVR.SetOpacity
Creates a new SetOpacity.
setOptions(String...) - Method in class snap.viewx.DialogBox
Sets the option strings.
setOrder(int) - Method in class snap.util.Sort
Sets the order for this sort.
setOrtho(boolean) - Method in class snap.gfx3d.Camera
Sets whether camera is viewing in orthographic projection (no perspective).
setOwner(Object) - Method in class snap.util.XMLArchiver
Sets the owner.
setOwner(ViewOwner) - Method in class snap.view.Menu
Override to send to items.
setOwner(ViewOwner) - Method in class snap.view.MenuButton
Override to send to items.
setOwner(ViewOwner) - Method in class snap.view.ParentView
Override to send to children.
setOwner(ViewOwner) - Method in class snap.view.ToggleButton
Override to add to ToggleGroup if name is set.
setOwner(ViewOwner) - Method in class snap.view.View
Sets the owner.
setOwnerChildren(ViewOwner) - Method in class snap.view.ParentView
Forwards setOwner() call to children.
setOwnerChildren(ViewOwner) - Method in class snap.view.TabView
Override to suppress so TabBar doesn't fireAction to Owner.
setPadding(double, double, double, double) - Method in class snap.text.StringBox
Sets the padding to given insets.
setPadding(double, double, double, double) - Method in class snap.view.View
Sets the spacing insets between the border of this view and it's content.
setPadding(double, double, double, double) - Method in class snap.viewx.FormBuilder
Sets the padding.
setPadding(Insets) - Method in class snap.text.StringBox
Sets the padding.
setPadding(Insets) - Method in class snap.view.TitleView
Override to forward to area.
setPadding(Insets) - Method in class snap.view.View
Sets the spacing insets between the border of this view and it's content.
setPadding(Insets) - Method in class snap.view.ViewProxy
Sets the padding.
setPadding(Insets) - Method in class snap.viewx.FormBuilder
Sets the padding.
setPage(PageView) - Method in class snap.view.DocView
Sets the page node.
setPageMargin(Insets) - Method in class snap.view.DocView
Sets the page margin.
setPaint(Paint) - Method in class snap.gfx.Painter
Sets the current paint.
setPaint(Paint) - Method in class snap.gfx.PainterDVR
Sets the paint.
setPaint(Paint) - Method in class snap.gfx.PainterImpl
Sets the current paint.
setPaint(Paint) - Method in class snap.gfx.PainterProxy
Sets the paint.
setPaint(Paint) - Method in class snap.swing.J2DPainter
Sets the paint in painter.
SetPaint(Paint) - Constructor for class snap.gfx.PainterDVR.SetPaint
Creates a new SetPaint.
setPaintable(boolean) - Method in class snap.view.View
Sets whether view should be painted.
setPaintDebug(boolean) - Static method in class snap.view.ViewUpdater
Set whether painting is debug.
setPainter(Painter3D) - Method in class snap.gfx3d.FacetShape
Sets the painter to render texture for this path.
setParent(ParentShape) - Method in class snap.gfx3d.Shape3D
Sets the parent that holds this shape.
setParent(ParentView) - Method in class snap.view.TextArea
Override to update font.
setParent(ParentView) - Method in class snap.view.View
Sets the parent.
setParent(View, ParentView) - Static method in class snap.view.ViewUtils
Backdoor for protected View method.
setParent(WebFile) - Method in class snap.web.WebFile
Sets the file parent.
setParentEvent(ViewEvent) - Method in class snap.view.ViewEvent
Sets the event that precipitated this event (optional).
setParentTextStyle(TextStyle) - Method in class snap.text.TextDoc
Sets the current style for TextDoc parent/container (probably a TextArea).
setPassword(String) - Method in class snap.web.WebSite
Sets the password.
setPath(String) - Method in class snap.web.FileHeader
Sets the file path.
setPath(Shape) - Method in class snap.view.PathView
Sets the path.
setPattern(String) - Method in class snap.parse.ParseRule
Sets the rule pattern if simple pattern.
setPattern(String) - Method in class snap.parse.Regex
Sets the pattern.
setPattern(String) - Method in class snap.text.NumberFormat
Sets the format pattern.
setPattern(String) - Method in interface snap.text.TextFormat
Sets a format pattern string.
setPeriod(int) - Method in class snap.view.ViewTimer
Sets the time in milliseconds between firings.
setPersistent(boolean) - Method in class snap.viewx.ColorDock
Sets whether this dock writes itself out to preferences.
setPickable(boolean) - Method in class snap.view.View
Sets whether view can be hit by mouse.
setPickList(PickList<T>) - Method in class snap.view.ListArea
Sets the underlying picklist.
setPitch(double) - Method in class snap.gfx3d.Camera
Sets the rotation about the X axis in degrees.
setPitch(double) - Method in class snap.gfx3d.CameraView
Sets the rotation about the X axis in degrees.
setPitch(double) - Method in class snap.gfx3d.CubeView
Sets the rotation about the X axis in degrees.
setPitch(double) - Method in class snap.gfx3d.Trackball
Sets the rotation about the X axis in degrees.
setPoint(double, double, double) - Method in class snap.gfx3d.Point3D
Sets the point from components.
setPoint(int, double, double) - Method in class snap.geom.Path2D
Sets the individual point at given index.
setPoint(int, double, double) - Method in class snap.geom.Polygon
Sets a point at given point index to given x/y.
setPoint(Point) - Method in class snap.geom.Point
Sets the x/y.
setPoint(Point3D) - Method in class snap.gfx3d.Point3D
Sets the point from components.
setPointArray(double[]) - Method in class snap.geom.Polygon
Sets the points.
setPointArray(float[]) - Method in class snap.gfx3d.VertexArray
Sets the vertex points components array.
setPoints(double, double, double, double) - Method in class snap.geom.Line
Sets the line points.
setPoints(double, double, double, double, double, double) - Method in class snap.geom.Quad
Sets the quad points.
setPoints(double, double, double, double, double, double, double, double) - Method in class snap.geom.Cubic
Sets the quad points.
setPointSmoothly(Shape, int, Point) - Static method in class snap.geom.Path2DUtils
Resets the point at the given index to the given point, while preserving path smoothness.
setPointXYZ(int, double, double, double) - Method in class snap.gfx3d.Polygon3D
Returns the Point3D at index.
setPopup(PopupWindow) - Method in class snap.view.EventDispatcher
Sets the popup window, if one added to this root view during last event.
setPopup(PopupWindow) - Method in class snap.view.WindowView
Sets the popup window, if one added to this root view during last event.
setPopupPoint(Point) - Method in class snap.view.MenuButton
Sets the popup point.
setPopupSize(Size) - Method in class snap.view.MenuButton
Sets the popup size.
setPosition(Pos) - Method in class snap.view.ButtonBase
Sets the position of the button when in a group (determines corner rendering).
setPosition(Pos) - Method in class snap.view.CheckBox
Override to situate Check view.
setPosition(Pos) - Method in class snap.view.RadioButton
Override to situate Radio view.
setPostBytes(byte[]) - Method in class snap.web.WebRequest
Sets the bytes to POST.
setPreexisting(boolean) - Method in class snap.props.Prop
Sets whether prop value already exists in parent (should be used in place during unarchival).
setPrefColCount(int) - Method in class snap.view.BrowserView
Sets the preferred number of visible columns in the browser.
setPrefColWidth(int) - Method in class snap.view.BrowserView
Sets the preferred column width.
setPrefGimbalRadius(double) - Method in class snap.gfx3d.Camera
Sets the optimal distance from center of scene to camera when in gimbal mode.
setPrefHeight(double) - Method in class snap.view.View
Sets the view preferred height.
setPrefHeight(double) - Method in class snap.view.ViewAnim
Sets the PrefHeight value.
setPrefixFunction(Function<String, List<T>>) - Method in class snap.view.ComboBox
Sets the function to return filtered items from a prefix
setPrefRowCount(int) - Method in class snap.view.ListView
Sets the preferred number of rows.
setPrefRowCount(int) - Method in class snap.view.TreeView
Sets the preferred number of rows.
setPrefSize(double, double) - Method in class snap.view.View
Sets the view preferred size.
setPrefSize(double, double) - Method in class snap.view.ViewAnim
Sets preferred size values.
setPrefSize(Size) - Method in class snap.view.View
Sets the view preferred size.
setPrefsKey(String) - Static method in class snap.web.RecentFiles
Sets the Recent files key.
setPrefWidth(double) - Method in class snap.view.View
Sets the view preferred width.
setPrefWidth(double) - Method in class snap.view.ViewAnim
Sets the PrefWidth value.
setPressed(boolean) - Method in class snap.view.ButtonBase
Sets whether button is pressed (visibly).
setPrinting(boolean) - Method in class snap.gfx.Painter
Sets whether shape painting is for static output.
setPrinting(boolean) - Method in class snap.gfx.PainterProxy
Returns whether shape painting is really printing.
setProcInstrData(String) - Method in class snap.util.XMLElement
Sets the processing instruction data.
setProgress(double) - Method in class snap.view.ProgressBar
Sets the value of the progress bar.
setPrompt(String) - Method in class snap.viewx.ConsoleView
Sets the prompt.
setPromptText(String) - Method in class snap.view.TextField
Sets the prompt text.
setProp(String, Object) - Method in class snap.gfx.Painter.Props
 
setProp(String, Object) - Method in class snap.view.View
Puts a named client property.
setProp(String, Object) - Method in class snap.web.WebFile
Sets a property for a key.
setProp(String, Object) - Method in class snap.web.WebSite
Sets a property for a key.
setPropChangeEnabled(boolean) - Method in class snap.text.TextDoc
Sets whether property change is enabled.
setPropChanger(boolean) - Method in class snap.props.Prop
Sets whether this prop can change an object's props (ArchivalPropsExtra).
setPropClass(Class<?>) - Method in class snap.props.Prop
Sets the return class.
setPropName(String) - Method in class snap.view.Binding
Sets the property name.
setProps(Painter.Props) - Method in class snap.gfx.Painter
Sets the object that provides extra painter properties.
setPropValue(String, Object) - Method in class snap.gfx.BlurEffect
Override to support props for this class.
setPropValue(String, Object) - Method in class snap.gfx.Border
Sets a value for a key.
setPropValue(String, Object) - Method in class snap.gfx.EmbossEffect
Override to support props for this class.
setPropValue(String, Object) - Method in class snap.gfx.ReflectEffect
Override to support props for this class.
setPropValue(String, Object) - Method in class snap.gfx.ShadowEffect
Override to support props for this class.
setPropValue(String, Object) - Method in class snap.gfx3d.CameraView
Sets the value for given key.
setPropValue(String, Object) - Method in class snap.gfx3d.CubeView
Sets the value for given key.
setPropValue(String, Object) - Method in class snap.props.PropNode
Sets a node value (String, PropNode, PropNode[]) for given prop name.
setPropValue(String, Object) - Method in class snap.props.PropObject
Sets the value for given prop name.
setPropValue(String, Object) - Method in class snap.text.NumberFormat
Sets the prop value for given key.
setPropValue(String, Object) - Method in class snap.view.ButtonBase
Override for ButtonBase properties.
setPropValue(String, Object) - Method in class snap.view.ColView
Override to support props for this class.
setPropValue(String, Object) - Method in class snap.view.Divider
Override to handle extra props.
setPropValue(String, Object) - Method in class snap.view.DrawerView
Override to handle DrawerY.
setPropValue(String, Object) - Method in class snap.view.ImageView
Sets the value for given key.
setPropValue(String, Object) - Method in class snap.view.MenuItem
Override because TeaVM hates reflection.
setPropValue(String, Object) - Method in class snap.view.ParentView
Override to support props for this class.
setPropValue(String, Object) - Method in class snap.view.ProgressBar
Sets the value for given prop name.
setPropValue(String, Object) - Method in class snap.view.RowView
Override to support props for this class.
setPropValue(String, Object) - Method in class snap.view.Scroller
Override for Scroller properties.
setPropValue(String, Object) - Method in class snap.view.Slider
Sets the value for given key.
setPropValue(String, Object) - Method in class snap.view.Spinner
Sets the value for given key.
setPropValue(String, Object) - Method in class snap.view.ThumbWheel
Sets the value for given key.
setPropValue(String, Object) - Method in class snap.view.TitleView
Override to handle additional properties.
setPropValue(String, Object) - Method in class snap.view.ToggleButton
Override because TeaVM hates reflection.
setPropValue(String, Object) - Method in class snap.view.View
Sets the value for given prop name.
setPropValue(String, Object) - Method in class snap.viewx.ColorButton
Override because TeaVM hates reflection.
setPropValue(String, Object) - Method in class snap.viewx.ColorWell
Override because TeaVM hates reflection.
setPropValue(Prop, Object) - Method in class snap.props.PropNode
 
setProxyClassForClass(Class<?>, Class<? extends PropObjectProxy<?>>) - Static method in class snap.props.PropArchiverHpr
Sets a ProxyPropObject class for given class, if set.
setPutBytes(byte[]) - Method in class snap.web.WebRequest
Sets the bytes to PUT.
setQuestionMessage(String) - Method in class snap.viewx.DialogBox
Sets the message to display.
setQuoteKeys(boolean) - Method in class snap.util.JSWriter
Sets whether to quote keys.
setRadius(double) - Method in class snap.geom.RoundRect
Sets the radius of the round.
setRadius(double) - Method in class snap.view.RectView
Sets the radius.
setReadMultiLineComments(boolean) - Method in class snap.parse.CodeTokenizer
Sets whether tokenizer reads standard Java multiple line comments.
setReadSingleLineComments(boolean) - Method in class snap.parse.CodeTokenizer
Sets whether tokenizer reads standard Java single line comments.
setReal(T) - Method in class snap.props.PropObjectProxy
Sets the real object.
setRealClassName(String) - Method in class snap.view.View
Sets the substitution class string.
setRect(double, double, double, double) - Method in class snap.geom.RectBase
Sets the rect.
setRect(double, double, double, double) - Method in class snap.view.SpringView.SpringInfo
 
setRect(Rect) - Method in class snap.geom.RectBase
Sets the rect.
setRedoSelection(Object) - Method in class snap.props.Undoer
Sets the list of objects that should be selected after current undo is redone.
setRedoSelection(Object) - Method in class snap.props.UndoSet
Sets the selection to be set if redo is executed.
setReflectHeight(double) - Method in class snap.gfx.ReflectEffect
Sets the height of the reflected image as fraction of shape height.
setRemainder(double) - Method in class snap.view.Divider
Sets the distance from the max x of successive View to max x of divider (or y if vertical).
setRenderer(Renderer) - Method in class snap.gfx3d.Camera
Sets the renderer.
setRequest(WebRequest) - Method in class snap.web.WebResponse
Sets the request.
setResizable(boolean) - Method in class snap.swing.SWWindowHpr
Sets the title of the window.
setResizable(boolean) - Method in class snap.view.TableCol
Sets the resizable.
setResizable(boolean) - Method in class snap.view.TreeCol
Sets the resizable.
setResizable(boolean) - Method in class snap.view.WindowView
Sets whether the window is resizable (default to true).
setResolver(TreeResolver<T>) - Method in class snap.view.BrowserView
Sets the resolver.
setResolver(TreeResolver<T>) - Method in class snap.view.TreeView
Sets the resolver.
setRichText(boolean) - Method in class snap.text.TextBox
Sets whether text supports multiple styles.
setRight(View) - Method in class snap.view.BorderView
Sets the right node.
setRoll(double) - Method in class snap.gfx3d.Camera
Sets the rotation about the Z axis in degrees.
setRoll(double) - Method in class snap.gfx3d.CameraView
Sets the rotation about the Z axis in degrees.
setRoll(double) - Method in class snap.gfx3d.CubeView
Sets the rotation about the Z axis in degrees.
setRoll(double) - Method in class snap.gfx3d.Trackball
Sets the rotation about the Z axis in degrees.
setRoll(double, Rect) - Method in class snap.gfx.GradientPaint
Sets the roll.
setRootObject(Object) - Method in class snap.util.JSArchiver
Sets the object to be loaded into (null by default).
setRootObject(Object) - Method in class snap.util.XMLArchiver
Sets the object that the archiver should read "into".
setRootObject(PropObject) - Method in class snap.props.PropArchiver
Sets the object to read properties into.
setRotate(double) - Method in class snap.view.View
Turn to given angle.
setRotate(double) - Method in class snap.view.ViewAnim
Sets the Rotate value.
setRound(float) - Method in class snap.view.ThumbWheel
Sets the value that thumbwheel values are rounded to.
setRowHeight(double) - Method in class snap.view.ListArea
Sets the row height.
setRowHeight(double) - Method in class snap.view.ListView
Sets the row height.
setRowHeight(double) - Method in class snap.view.TableView
Sets the row height.
setRowHeight(int) - Method in class snap.view.BrowserView
Sets the row height.
setRowHeight(int) - Method in class snap.view.TreeView
Sets the row height.
setRule(ParseRule) - Method in class snap.parse.Parser
Sets the top level rule.
setRunTime(int) - Method in class snap.viewx.Explode
Sets the runtime.
setSaveName(String) - Method in class snap.view.WindowView
Sets the save name.
setSaveSize(boolean) - Method in class snap.view.WindowView
Sets whether to save size.
setSaving(boolean) - Method in class snap.viewx.FilePanel
Sets whether is saving.
setSaving(boolean) - Method in class snap.viewx.WebSitePane
Sets whether is saving.
setScale(double) - Method in class snap.view.View
Sets the scale of this view from Y.
setScale(double) - Method in class snap.view.ViewAnim
Sets the Scale X/Y values.
setScaleX(double) - Method in class snap.view.View
Sets the scale of this view from X.
setScaleX(double) - Method in class snap.view.ViewAnim
Sets the ScaleX value.
setScaleY(double) - Method in class snap.view.View
Sets the scale of this view from Y.
setScaleY(double) - Method in class snap.view.ViewAnim
Sets the ScaleY value.
setScene(Scene3D) - Method in class snap.gfx3d.Camera
Sets the scene this camera is associated with.
setScroll(double) - Method in class snap.view.ScrollBar
Sets the offset into ScrollSize.
setScrollHeight(double) - Method in class snap.view.Scroller
Sets the height of the content being scrolled.
setScrollRatio(double) - Method in class snap.view.ScrollBar
Sets the ratio of Scroll to ScrollLimit (0-1).
setScrollRatioX(double) - Method in class snap.view.Scroller
Sets ScrollX from the given ratio of ScrollY to ScrollYMax.
setScrollRatioY(double) - Method in class snap.view.Scroller
Sets ScrollY from the given ratio of ScrollY to ScrollYMax.
setScrollSize(double) - Method in class snap.view.ScrollBar
Sets the size of the content being scrolled.
setScrollWidth(double) - Method in class snap.view.Scroller
Sets the width of the content being scrolled.
setScrollX(double) - Method in class snap.view.Scroller
Sets the horizontal offset into content.
setScrollY(double) - Method in class snap.view.Scroller
Sets the vertical offset into content.
setSel(int) - Method in class snap.view.TextArea
Sets the character index of the text cursor.
setSel(int) - Method in class snap.view.TextAreaKeys
TextArea method.
setSel(int) - Method in class snap.view.TextField
Sets the character index of the text cursor.
setSel(int) - Method in class snap.view.TextView
Sets the character index of the text cursor.
setSel(int) - Method in class snap.viewx.SpellCheckPanel
 
setSel(int, int) - Method in class snap.view.TextArea
Sets the character index of the start and end of the text selection.
setSel(int, int) - Method in class snap.view.TextField
Sets the character index of the start and end of the text selection.
setSel(int, int) - Method in class snap.view.TextView
Sets the character index of the start and end of the text selection.
setSel(int, int) - Method in class snap.viewx.SpellCheckPanel
 
setSel(ListSel) - Method in class snap.util.PickList
Sets the ListSel.
setSel(ListSel) - Method in class snap.view.ListArea
Sets the List selection.
setSel(ListSel) - Method in class snap.view.TableView
Sets the table selection.
setSel2D(ListSel2D) - Method in class snap.view.TableView
Sets the table selection.
setSelCol(int) - Method in class snap.view.TreeView
Sets the selected column.
setSelColIndex(int) - Method in class snap.view.BrowserView
Sets the selected column index.
setSelectable(boolean) - Method in class snap.viewx.ColorDock
Sets whether or not the dock can be selected.
setSelectable(boolean) - Method in class snap.viewx.ColorWell
Sets whether or not the well can be selected.
setSelected(boolean) - Method in class snap.view.MenuItem
Sets whether button is selected.
setSelected(boolean) - Method in class snap.view.ToggleButton
Sets whether button is selected.
setSelected(boolean) - Method in class snap.viewx.ColorDock
Sets whether color dock is selected.
setSelected(boolean) - Method in class snap.viewx.ColorWell
Sets whether color well is selected.
setSelected(FontPicker.FontSampleView) - Method in class snap.styler.FontPicker
Sets the selected FontSampleView.
setSelected(ToggleButton) - Method in class snap.view.ToggleGroup
Sets the selected toggle.
setSelectedName(String) - Method in class snap.view.SwitchView
Sets the selected pane to the first with the given name.
setSelectedPane(View) - Method in class snap.view.SwitchView
Sets the given view as the selected view.
setSelectedPicker(int) - Method in class snap.viewx.ColorPanel
Sets the selected picker (0=Image, 1=RGB Sliders, 2=Gray Sliders, 3=SwatchPicker).
setSelection() - Method in interface snap.props.Undoer.Selection
 
setSelection() - Method in class snap.view.TextArea.UndoTextSel
 
setSelEnd(int) - Method in class snap.view.TextField
Sets the selection end.
setSelFile(WebFile) - Method in class snap.viewx.FilePanel
Returns the selected file.
setSelFile(WebFile) - Method in class snap.viewx.WebSitePane
Sets the selected file or directory.
setSelFile(WebFile) - Method in class snap.web.RecentFilesSitePane
Override to maybe swap local file.
setSelIndex(int) - Method in class snap.util.PickList
Sets the selected index.
setSelIndex(int) - Method in interface snap.util.Selectable
Sets the selected index for given name or UI view.
setSelIndex(int) - Method in class snap.view.BrowserView
Sets the selected index.
setSelIndex(int) - Method in class snap.view.ComboBox
Sets the selected index.
setSelIndex(int) - Method in class snap.view.DocView
Sets the selected page index.
setSelIndex(int) - Method in class snap.view.ListArea
Sets the selected index.
setSelIndex(int) - Method in class snap.view.ListView
Sets the selected index.
setSelIndex(int) - Method in class snap.view.SwitchView
Sets the SwitchView's selected index.
setSelIndex(int) - Method in class snap.view.TabBar
Sets the TabView's selected index.
setSelIndex(int) - Method in class snap.view.TableView
Sets the selected index.
setSelIndex(int) - Method in class snap.view.TabView
Sets the TabView's selected index.
setSelIndex(int) - Method in class snap.view.TreeView
Sets the selected index.
setSelIndexes(int[]) - Method in class snap.util.PickList
Sets the selected index.
setSelIndexes(int[]) - Method in class snap.view.ListArea
Sets the selected index.
setSelItem(E) - Method in class snap.util.PickList
Sets the selected index.
setSelItem(Tab) - Method in class snap.view.TabBar
Sets the selected item (tab).
setSelItem(Tab) - Method in class snap.view.TabView
Sets the selected item (tab).
setSelItem(T) - Method in interface snap.util.Selectable
Sets the selected item for given name or UI view.
setSelItem(T) - Method in class snap.view.BrowserView
Sets the selected item.
setSelItem(T) - Method in class snap.view.ComboBox
Sets the selected index.
setSelItem(T) - Method in class snap.view.ListArea
Sets the selected index.
setSelItem(T) - Method in class snap.view.ListView
Sets the selected index.
setSelItem(T) - Method in class snap.view.TableView
Sets the selected index.
setSelItem(T) - Method in class snap.view.TreeView
Sets the selected index.
setSelItem(T, boolean) - Method in class snap.view.BrowserView
Sets the selected item.
setSelItems(E[]) - Method in class snap.util.PickList
Sets the selected index.
setSelItems(T[]) - Method in class snap.view.ListArea
Sets the selected items.
setSelLineStyleValue(String, Object) - Method in class snap.view.TextArea
Sets the line attributes that are applied to current selection or newly typed chars.
setSelPage(PageView) - Method in class snap.view.DocView
Sets the currently selected page.
setSelRowColIndex(int, int) - Method in class snap.view.TableView
Returns the selected cell.
setSelSite(WebSite) - Method in class snap.viewx.FilePanel
Sets the site currently being browsed.
setSelStart(int) - Method in class snap.view.TextField
Sets the selection start.
setSelStyleValue(String, Object) - Method in class snap.view.TextArea
Sets the attributes that are applied to current selection or newly typed chars.
setSelSwatch(ColorDock.Swatch) - Method in class snap.viewx.ColorDock
Sets the selected swatch.
setSelView(View) - Method in class snap.viewx.DevPaneViewOwners
Returns the selected view.
setSelView(View) - Method in class snap.viewx.DevPaneViews
Returns the selected view.
setSendBytes(byte[]) - Method in class snap.web.WebRequest
Sets the bytes to send.
setSendEventDisabled(boolean) - Method in class snap.view.ViewOwner
Sets whether send event facility is disabled (so controls can be updated without triggering response).
setShape(Shape) - Method in class snap.view.ShapeView
Sets the shape.
setSharedClass(Class<? extends SpellCheck>) - Static method in class snap.text.SpellCheck
Returns the shared spell checker.
setShortcut(String) - Method in class snap.view.MenuItem
Sets the key string.
setShowArea(boolean) - Method in class snap.view.ButtonBase
Sets whether button displays the standard background area.
setShowArrow(boolean) - Method in class snap.view.Menu
Sets whether menu is showing arrow graphic.
setShowArrow(boolean) - Method in class snap.view.MenuButton
Sets whether button should show arrow.
setShowButton(boolean) - Method in class snap.view.ComboBox
Sets whether to show button.
setShowCaret(boolean) - Method in class snap.view.TextArea
Sets whether to show carat.
setShowCornerNE(boolean) - Method in class snap.view.ScrollGroup
Sets whether NE Corner view is showing (true when TopView set and ScrollView.VBarShowing).
setShowCornerNW(boolean) - Method in class snap.view.ScrollGroup
Sets whether NW Corner view is showing (true when TopView set and LeftView set).
setShowCornerSW(boolean) - Method in class snap.view.ScrollGroup
Sets whether NW Corner view is showing (true when LeftView set and ScrollView.HBarShowing).
setShowCubeView(boolean) - Method in class snap.gfx3d.CameraView
Sets whether to show CubeView.
setShowDown(boolean) - Method in class snap.view.ArrowView
Sets whether to show down button.
setShowFontTool(boolean) - Method in class snap.styler.StylerPane
Sets whether to show font tool.
setShowFrameRate(boolean) - Static method in class snap.view.ViewUpdater
Set whether whether to show frame rate.
setShowGridX(boolean) - Method in class snap.view.TableView
Sets whether to show horizontal grid lines.
setShowGridY(boolean) - Method in class snap.view.TableView
Sets whether to show vertical grid lines.
setShowHBar(Boolean) - Method in class snap.view.ScrollView
Sets whether to show horizontal scroll bar (null means 'as-needed').
setShowHeader(boolean) - Method in class snap.view.TableView
Sets whether to show header.
setShowHeaderCol(boolean) - Method in class snap.view.TableView
Sets whether to show header.
setShowing(boolean) - Method in class snap.view.ParentView
Override to send to children.
setShowing(boolean) - Method in class snap.view.ProgressBar
Override to trigger animation.
setShowing(boolean) - Method in class snap.view.TabView
Override to trigger content contentBoxDidContentChange() when first showing.
setShowing(boolean) - Method in class snap.view.TextArea
Override to check caret animation and scrollSelToVisible when showing.
setShowing(boolean) - Method in class snap.view.TextField
Override to check caret animation and scrollSelToVisible when showing.
setShowing(boolean) - Method in class snap.view.View
Sets whether view is showing.
setShowing(boolean) - Method in class snap.view.ViewOwner
Sets whether ViewOwner UI is showing.
setShowing(boolean) - Method in class snap.view.WindowView
Override to update global windows list.
setShowing(boolean) - Method in class snap.viewx.ColorDock
Override to set Selected to false when hidden.
setShowing(boolean) - Method in class snap.viewx.ColorPanel
Override to de-select color well on hide.
setShowing(boolean) - Method in class snap.viewx.ColorWell
Override to set Selected to false when hidden.
setShowing(boolean) - Method in class snap.viewx.WebSitePane
Override to reset files UI when showing.
setShowing(View, boolean) - Static method in class snap.view.ViewUtils
Backdoor for protected View method.
setShowLeft(boolean) - Method in class snap.view.ArrowView
Sets whether to show left button.
setShowRight(boolean) - Method in class snap.view.ArrowView
Sets whether to show right button.
setShowTextField(boolean) - Method in class snap.view.ComboBox
Sets whether to show TextField.
setShowUp(boolean) - Method in class snap.view.ArrowView
Sets whether to show up button.
setShowVBar(Boolean) - Method in class snap.view.ScrollView
Returns whether to show vertical scroll bar (null means 'as-needed').
setShrinkToFit(boolean) - Method in class snap.view.StringView
Sets whether text should shrink to fit.
setSite(WebSite) - Method in class snap.viewx.WebSitePane
Sets the site for the panel.
setSite(WebSite) - Method in class snap.viewx.WebSitePaneX
Override to reset browser items.
setSite(WebURL, WebSite) - Static method in class snap.web.WebGetter
Sets a site for given source URL.
setSiteFilesInUI() - Method in class snap.viewx.WebSitePane
Called to set the WebFiles in UI.
setSiteFilesInUI() - Method in class snap.viewx.WebSitePaneX
Called to set the WebFiles in UI.
setSiteFilesInUI() - Method in class snap.web.RecentFilesSitePane
Called to set the site WebFiles in UI.
setSize(double, double) - Method in class snap.geom.RectBase
Sets the size.
setSize(double, double) - Method in class snap.geom.Size
Sets the size.
setSize(double, double) - Method in class snap.view.View
Sets the size.
setSize(long) - Method in class snap.web.FileHeader
Sets the file size.
setSize(long) - Method in class snap.web.WebFile
Sets the file size.
setSize(long) - Method in class snap.web.WebResponse
Sets the file size.
setSize(Size) - Method in class snap.view.View
Sets the size.
setSizeLocal(double, double) - Method in class snap.view.View
Sets the view size such that it maintains it's location in parent.
setSizeToPrefSize() - Method in class snap.view.View
Sets the size to preferred size.
setSkipArchival(boolean) - Method in class snap.props.Prop
Sets whether this prop is skipped for archival.
setSmoothSides(boolean) - Method in class snap.gfx3d.Shape3D
Called to make sides smooth.
setSortSurfaces(boolean) - Method in class snap.gfx3d.Renderer2D
Sets whether to sort surfaces.
setSource(Object) - Method in class snap.gfx.Image
Sets the source.
setSource(Object) - Method in class snap.gfx.ImageRef
Sets the source (either a WebURL or bytes).
setSourceURL(WebURL) - Method in class snap.text.TextDoc
Sets the Source URL.
setSourceURL(WebURL) - Method in class snap.util.XMLArchiver
Sets the WebURL of the currently loading archive.
setSpacing(double) - Method in class snap.view.View
Sets the spacing for content (usually children).
setSpacing(double) - Method in class snap.view.ViewProxy
Sets spacing.
setSpacing(double) - Method in class snap.viewx.FormBuilder
Sets the spacing between components.
setSpan(double) - Method in class snap.view.Divider
Sets the size of the divider.
setSplitViewItemVisibleWithAnim(SplitView, View, boolean) - Static method in class snap.view.ViewAnimUtils
Sets a child visible with animation.
setStartAngle(double) - Method in class snap.geom.Arc
Sets the start angle for the oval.
setStartAngle(double) - Method in class snap.view.ArcView
Sets the start angle.
setStartCharIndex(int) - Method in class snap.text.TextBox
Sets the start char in TextDoc.
setStartPoint(double, double) - Method in class snap.styler.GradientAxisPicker
Sets the starting point for gradient.
setStartValue(String, Object) - Method in class snap.view.ViewAnim
Sets the start value for given key.
setStatus(TaskRunner.Status) - Method in class snap.util.TaskRunner
Sets the status.
setStep(double) - Method in class snap.view.Spinner
Sets the spinner step size.
setStop(int, double, Color) - Method in class snap.styler.GradientStopPicker
Sets the color & position of the stop at the given index.
setStops(GradientPaint.Stop[]) - Method in class snap.styler.GradientAxisPicker
Sets stops used for editing.
setStops(GradientPaint.Stop[]) - Method in class snap.styler.GradientStopPicker
Resets all the stops from the new list.
setString(String) - Method in class snap.text.StringBox
Sets the string.
setString(String) - Method in class snap.text.StyledString
Sets the string.
setString(String) - Method in class snap.text.TextBox
Sets the text to the given string.
setString(String) - Method in class snap.text.TextDoc
Sets the text to the given string.
setString(String) - Method in class snap.text.TextLink
Sets the link string.
setStringXY(double, double) - Method in class snap.text.StringBox
Sets the string X/Y.
setStroke(Color, double) - Method in class snap.gfx3d.Shape3D
Returns the stroke color of shape.
setStroke(Stroke) - Method in class snap.gfx.Painter
Sets the current stroke.
setStroke(Stroke) - Method in class snap.gfx.PainterDVR
Sets the stroke.
setStroke(Stroke) - Method in class snap.gfx.PainterImpl
Sets the current stroke.
setStroke(Stroke) - Method in class snap.gfx.PainterProxy
Sets the stroke.
setStroke(Stroke) - Method in class snap.gfx3d.Painter3D
Sets the current stroke.
setStroke(Stroke) - Method in class snap.gfx3d.Shape3D
Sets the stroke of shape.
setStroke(Stroke) - Method in class snap.swing.J2DPainter
Sets the stroke in painter.
SetStroke(Stroke) - Constructor for class snap.gfx.PainterDVR.SetStroke
Creates a new SetStroke.
setStrokeColor(Color) - Method in class snap.gfx3d.Shape3D
Sets the stroke color of shape.
setStrokePure(boolean) - Method in class snap.gfx.Painter
Sets whether stroked path is used as is (otherwise, points might be rounded).
setStrokePure(boolean) - Method in class snap.swing.J2DPainter
Sets whether stroke is rounded to nearest pixel.
setStrokeWidth(double) - Method in class snap.gfx.Painter
Sets the current stroke.
setStyle(TextStyle) - Method in class snap.text.StringBox
Sets the TextStyle.
setStyle(TextStyle) - Method in class snap.text.StyledString
Sets the TextStyle.
setStyle(TextStyle) - Method in class snap.text.TextLine
Sets the style for the line (propagates to runs).
setStyle(TextStyle) - Method in class snap.text.TextRun
Sets the run style.
setStyle(TextStyle) - Method in class snap.view.StringView
Sets the TextStyle.
setStyle(TextStyle, int, int) - Method in class snap.text.RichText
Sets a given style to a given range.
setStyle(TextStyle, int, int) - Method in class snap.text.SubText
Sets a given style to a given range.
setStyle(TextStyle, int, int) - Method in class snap.text.TextDoc
Sets a given style to a given range.
setStyler(Styler) - Method in class snap.styler.StylerOwner
Sets the styler.
setStyleValue(Object) - Method in class snap.text.TextDoc
Sets a given style value to given value for a given range.
setStyleValue(Object, int, int) - Method in class snap.text.TextDoc
Sets a given style value to given value for a given range.
setStyleValue(String, Object) - Method in class snap.text.TextDoc
Sets a given attribute to a given value for a given range.
setStyleValue(String, Object, int, int) - Method in class snap.text.RichText
Sets a given attribute to a given value for a given range.
setStyleValue(String, Object, int, int) - Method in class snap.text.SubText
Sets a given attribute to a given value for a given range.
setStyleValue(String, Object, int, int) - Method in class snap.text.TextDoc
Sets a given attribute to a given value for a given range.
setSubscript() - Method in class snap.view.TextArea
Sets current selection to subscript.
setSuperscript() - Method in class snap.view.TextArea
Sets current selection to superscript.
setSweepAngle(double) - Method in class snap.geom.Arc
Sets the sweep angle for the oval.
setSweepAngle(double) - Method in class snap.view.ArcView
Sets the sweep angle.
setTabCloseActionHandler(BiConsumer<ViewEvent, Tab>) - Method in class snap.view.TabBar
Sets the tab close action handler, called when a tab button close box is triggered.
setTabMinWidth(double) - Method in class snap.view.TabBar
Sets the tab min width.
setTabSide(Side) - Method in class snap.view.TabView
Sets the side where tabs are shown.
setTabsString(String) - Method in class snap.text.TextLineStyle
Sets the value of tabs from the given tabs string.
setTargeted(boolean) - Method in class snap.view.ButtonBase
Sets whether button is under mouse.
setTargeted(boolean) - Method in class snap.view.Menu
Override to show if in MenuBar or Menu.
setTargeted(boolean) - Method in class snap.view.MenuItem
Sets whether button is under mouse.
setTargetedIndex(int) - Method in class snap.view.ListArea
Sets the index of the currently targeted cell.
setTargeting(boolean) - Method in class snap.view.ListArea
Sets whether list shows visual cue for item under the mouse.
setTargeting(boolean) - Method in class snap.view.ListView
Sets whether list shows visual cue for item under the mouse.
setTargeting(boolean) - Method in class snap.viewx.DevPaneViewOwners
Sets whether pane targeting mode is on (mouse over highlights possible selection).
setTargeting(boolean) - Method in class snap.viewx.DevPaneViews
Sets whether pane targeting mode is on (mouse over highlights possible selection).
setTargFile(WebFile) - Method in class snap.viewx.WebSitePane
Sets the file targeted by the input text.
setTargView(View) - Method in class snap.viewx.DevPaneViewOwners
Sets the targeted view.
setTargView(View) - Method in class snap.viewx.DevPaneViews
Sets the targeted view.
setTexCoordArray(float[]) - Method in class snap.gfx3d.VertexArray
Sets the vertex texture coords array.
setText(String) - Method in class snap.view.ButtonBase
Sets the text.
setText(String) - Method in class snap.view.CollapseView
Override to forward to label.
setText(String) - Method in class snap.view.ComboBox
Set combo box text.
setText(String) - Method in class snap.view.Label
Sets the text.
setText(String) - Method in class snap.view.ListArea
Override to set the given text in this ListArea by matching it to existing item text.
setText(String) - Method in class snap.view.ListView
Override to forward to ListArea.
setText(String) - Method in class snap.view.StringView
Sets the text.
setText(String) - Method in class snap.view.TextArea
Set text string of text editor.
setText(String) - Method in class snap.view.TextField
Set text string of text editor.
setText(String) - Method in class snap.view.TextView
Set text string of text editor.
setText(String) - Method in class snap.view.TitleView
Override to set to label.
setText(String) - Method in class snap.view.View
Sets the text value of this view.
setText(String) - Method in class snap.web.WebFile
Sets the file bytes as a string.
setTextBorder(Border) - Method in class snap.styler.Styler
Sets the currently selected shapes to be outlined.
setTextBorder(Border) - Method in class snap.view.TextArea
Sets whether current selection is outlined.
setTextBox(TextBox) - Method in class snap.view.TextArea
Returns the text box used to layout text.
setTextBoxBounds() - Method in class snap.view.TextArea
Sets the Text.Rect from text area.
setTextColor(Color) - Method in class snap.styler.Styler
Sets the text color current text.
setTextColor(Color) - Method in class snap.text.StringBox
Sets the color for string text.
setTextColor(Color) - Method in class snap.text.TextBoxToken
Sets the color for this token.
setTextColor(Color) - Method in class snap.text.TextToken
Sets an override TextStyle, if set.
setTextColor(Paint) - Method in class snap.view.TextArea
Sets the color of the current selection or cursor.
setTextDoc(TextDoc) - Method in class snap.text.TextBox
Sets the TextDoc.
setTextDoc(TextDoc) - Method in class snap.view.TextArea
Sets the TextDoc.
setTextDoc(T) - Method in class snap.viewx.TextPane
Sets the TextDoc.
setTextFill(Paint) - Method in class snap.text.StyledString
Sets the text fill.
setTextFill(Paint) - Method in class snap.view.ButtonBase
Sets the text fill.
setTextFill(Paint) - Method in class snap.view.Label
Sets the text fill.
setTextFill(Paint) - Method in class snap.view.StringView
Sets the text fill.
setTextFill(Paint) - Method in class snap.view.TextArea
Sets the color of the current selection or cursor.
setTextFill(Paint) - Method in class snap.view.TextField
Sets the text fill.
setTextFill(Paint) - Method in class snap.view.TextView
Sets the color of the current selection or cursor.
setTextModified(boolean) - Method in class snap.text.TextDoc
Sets whether text is modified.
setTextStyle(TextStyle) - Method in class snap.text.TextBoxToken
Sets the TextStyle for token.
setTexture(Texture) - Method in class snap.gfx3d.FacetShape
Sets the texture to render on the facet shape surface.
setTexture(Texture) - Method in class snap.gfx3d.VertexArray
Sets the texture to render on geometry surface.
setTextureForSideAndPos(Side3D, Pos) - Method in class snap.gfx3d.CubeShape
Sets the texture for given side and position.
setThemeForName(String) - Static method in class snap.view.ViewTheme
Sets the theme by name.
setTime(int) - Method in class snap.gfx.SoundClip
Sets the sound time in milliseconds.
setTime(int) - Method in class snap.swing.SwingSoundClip
Sets the sound time in milliseconds.
setTime(int) - Method in class snap.view.ViewAnim
Sets the current time.
setTimeDeep(View, int) - Static method in class snap.view.ViewAnim
Sets the anim time deep.
Settings - Static variable in class snap.web.DataType
 
SETTINGS - Static variable in class snap.web.MIMEType
 
setTitle(String) - Method in class snap.swing.SWWindowHpr
Sets the title of the window.
setTitle(String) - Method in class snap.view.CollapseView
Sets the title.
setTitle(String) - Method in class snap.view.Tab
Sets the title.
setTitle(String) - Method in class snap.view.WindowView
Sets the title of the window.
setTitle(String) - Method in class snap.viewx.ColorButton
Sets the title.
setTitle(String) - Method in class snap.viewx.DialogBox
Sets the title of the dialog box.
setTitleStyle(TitleView.TitleStyle) - Method in class snap.view.TitleView
Sets the title style.
setTitleView(TitleView) - Method in class snap.view.TitleView.TitleArea
Sets the TitleView.
setToAddress(String) - Method in class snap.viewx.ExceptionReporter
Sets the user to send mail to.
setTokenizer(Tokenizer) - Method in class snap.parse.Parser
Sets the tokenizer.
setTokensX(TextLine) - Static method in class snap.text.TextToken
Sets the X values for tokens in line.
setToolTip(String) - Method in class snap.view.View
Sets the tool tip text.
setToolTipEnabled(boolean) - Method in class snap.view.View
Sets whether tooltip is enabled.
setTop(View) - Method in class snap.view.BorderView
Sets the top node.
setTopView(View) - Method in class snap.view.ScrollGroup
Sets the top view.
setTransform(double, double, double, double, double, double) - Method in class snap.gfx.Painter
Transform by transform.
setTransform(Transform) - Method in class snap.gfx.Painter
Set to transform.
setTransform(Transform) - Method in class snap.gfx.PainterDVR
Transform by transform.
setTransform(Transform) - Method in class snap.gfx.PainterImpl
Transform by transform.
setTransform(Transform) - Method in class snap.gfx.PainterProxy
Transform by transform.
setTransform(Transform) - Method in class snap.swing.J2DPainter
Sets the current transform.
SetTransform(Transform) - Constructor for class snap.gfx.PainterDVR.SetTransform
Creates a new SetTransform.
setTransition(TransitionPane.Transition) - Method in class snap.viewx.TransitionPane
Sets the current transition.
setTransX(double) - Method in class snap.view.View
Sets the translation of this view from X.
setTransX(double) - Method in class snap.view.ViewAnim
Sets the TransX value.
setTransY(double) - Method in class snap.view.View
Sets the translation of this view from Y.
setTransY(double) - Method in class snap.view.ViewAnim
Sets the TransY value.
setTree(TreeView) - Method in class snap.view.TreeCol
Sets the tree.
setType(byte) - Method in class snap.view.ThumbWheel
Sets the type (radial or linear).
setType(String) - Method in class snap.view.WindowView
Sets the window type.
setType(ViewEvent.Type) - Method in class snap.view.ViewEvent
Sets the event type.
setType(DialogBox.Type) - Method in class snap.viewx.DialogBox
Sets the type of the box.
setType(WebRequest.Type) - Method in class snap.web.WebRequest
Sets the type of request.
setTypes(String...) - Method in class snap.viewx.FilePanel
Sets the file types.
setTypes(String...) - Method in class snap.viewx.WebSitePane
Sets the file types.
setUnderlined(boolean) - Method in class snap.styler.Styler
Sets whether current text is underlined.
setUnderlined(boolean) - Method in class snap.text.StringBox
Sets whether this run is underlined.
setUnderlined(boolean) - Method in class snap.text.StyledString
Sets whether this run is underlined.
setUnderlined(boolean) - Method in class snap.text.TextBoxToken
Sets whether this run is underlined.
setUnderlined(boolean) - Method in class snap.text.TextDoc
Sets text to be underlined.
setUnderlined(boolean) - Method in class snap.view.TextArea
Sets whether TextView is underlined.
setUndoSelection(Object) - Method in class snap.props.Undoer
Sets the list of objects that should be selected after current undo is fired.
setUndoSelection(Object) - Method in class snap.props.UndoSet
Sets the selection to be set if undo is executed.
setUndoTitle(String) - Method in class snap.props.Undoer
Sets the title of the current undo.
setUpdateBounds(int, int) - Method in class snap.text.TextBox
Sets the update bounds (in characters from start and from end).
setUpdater(WebFile.Updater) - Method in class snap.web.WebFile
Sets the Updater.
setURL(String) - Method in class snap.viewx.ExceptionReporter
Sets the URL.
setURL(WebURL) - Method in class snap.swing.JRTSite
 
setURL(WebURL) - Method in class snap.web.WebSite
Sets the URL.
setURL(WebURL) - Method in class snap.web.ZipFileSite
Override to turn on file trimming from system jars.
setUseRealClass(boolean) - Static method in class snap.view.ViewArchiver
Sets whether to use real classes.
setUserName(String) - Method in class snap.web.WebSite
Sets the user name.
setValue(double) - Method in class snap.view.Slider
Sets the value.
setValue(double) - Method in class snap.view.ThumbWheel
Sets the value.
setValue(Object) - Method in class snap.util.JSValue
Sets the value.
setValue(Object) - Method in class snap.view.ViewEvent
Sets the value encapsulated by the event widget.
setValue(Object, Object, Object) - Static method in class snap.util.KeyChain
Sets the given value for the given key chain + property.
setValue(Object, String, Object) - Method in class snap.util.JSArchiver
Set a value for a key.
setValue(Object, String, Object) - Static method in class snap.util.Key
Sets a value for given object and key and value.
setValue(Object, KeyChain, Object) - Static method in class snap.util.KeyChain
Sets the given value for the given key chain + property.
setValue(String) - Method in class snap.util.XMLAttribute
Sets the value for this attribute.
setValue(String) - Method in class snap.util.XMLElement
Sets the value for this attribute.
setValue(String, Object) - Method in class snap.swing.AWTPrefs
Sets a value for given string.
setValue(String, Object) - Method in class snap.text.TextLineStyle
Sets a value for given key.
setValue(String, Object) - Method in class snap.text.TextStyle
Clone with key/value.
setValue(String, Object) - Method in class snap.util.Prefs
Sets a value for given string.
setValue(String, Object) - Method in class snap.view.ViewAnim
Returns the end value for given key.
setValue(String, Object) - Method in class snap.viewx.FormBuilder
Sets the specified value.
setValue(String, Object) - Method in class snap.web.ParsedUrlArgs
Sets a field value for given field name and value.
setValue(String, Object, Object) - Method in class snap.view.ViewAnim
Returns the end value for given key.
setValue(String, JSValue) - Method in class snap.util.JSObject
Sets a value for key.
setValue(T) - Method in class snap.view.Spinner
Sets the spinner value.
setValue(T, int) - Method in class snap.util.ObjectArray
Sets the String value at index.
setValueBytes(byte[]) - Method in class snap.util.XMLElement
Sets the element value from bytes.
setValueReflect(Object, String, Object) - Static method in class snap.util.Key
Sets a value for given object and key and value.
setValueReflectSafe(Object, String, Object) - Static method in class snap.util.Key
Sets the value but only prints a warning if it fails.
setValueSafe(Object, String, Object) - Static method in class snap.util.Key
Sets the value but only prints a warning if it fails.
setValueSafe(Object, String, Object) - Static method in class snap.util.KeyChain
Sets the value but only prints a warning if it fails.
setValueSilent(Object, String, Object) - Static method in class snap.util.KeyChain
Tries to set value in given object, ignoring failure exceptions.
setVBarShowing(boolean) - Method in class snap.view.ScrollView
Sets whether VBar is showing.
setVector(double, double, double) - Method in class snap.gfx3d.Vector3D
Constructor for vector from given point to second given point.
setVectorBetweenPoints(Point3D, Point3D) - Method in class snap.gfx3d.Vector3D
Constructor for vector from given point to second given point.
setVersion(double) - Method in class snap.util.XMLArchiver
Sets the version of the document.
setVertical(boolean) - Method in class snap.view.Divider
Override to configure attributes based on parent.Vertical.
setVertical(boolean) - Method in class snap.view.SplitView
Override to forward to dividers.
setVertical(boolean) - Method in class snap.view.View
Sets whether this view has a vertical orientation.
setView(Object) - Method in class snap.view.Binding
Sets the UI view.
setView(View) - Method in class snap.view.ViewEvent
Returns the node associated with this event.
setViewDisabled(Object, boolean) - Method in class snap.view.ViewOwner
Sets whether given name or UI view is disabled.
setViewEnabled(Object, boolean) - Method in class snap.view.ViewOwner
Sets whether given name or UI view is enabled.
setViewHeight(double) - Method in class snap.gfx3d.Camera
Sets the height of the camera viewing plane.
setViewItems(Object, Object[]) - Method in class snap.view.ViewOwner
Sets the items for a given name or UI view.
setViewItems(Object, List<?>) - Method in class snap.view.ViewOwner
Sets the items for a given name or UI view.
setViewSelIndex(Object, int) - Method in class snap.view.ViewOwner
Sets the selected index for given name or UI view.
setViewSelItem(Object, Object) - Method in class snap.view.ViewOwner
Sets the selected item for given name or UI view.
setViewSize(double) - Method in class snap.view.ScrollBar
Sets the size of the viewable portion of ScrollSize.
setViewText(Object, String) - Method in class snap.view.ViewOwner
Sets the object value for a given name or UI view.
setViewValue(Object, Object) - Method in class snap.view.ViewOwner
Sets the object value for a given name or UI view.
setViewVisible(Object, boolean) - Method in class snap.view.ViewOwner
Sets whether given name or UI view is visible.
setViewWidth(double) - Method in class snap.gfx3d.Camera
Sets the width of the camera viewing plane.
setVisible(boolean) - Method in class snap.gfx3d.Shape3D
Sets whether shape is visible.
setVisible(boolean) - Method in class snap.view.Tab
Sets whether tab is visible.
setVisible(boolean) - Method in class snap.view.View
Sets whether this view is visible.
setVisible(boolean) - Method in class snap.view.WindowView
Override to call show/hide.
setVisible(View, boolean, boolean, boolean) - Static method in class snap.view.ViewAnimUtils
Sets a view to be visible/not-visible with anim.
setVisibleMax(float) - Method in class snap.view.ThumbWheel
Sets the largest value in the visible range (ie, on the right side) of the thumbhweel.
setVisibleMin(float) - Method in class snap.view.ThumbWheel
Sets the smallest value in the visible range (ie, on the left side) of the thumbhweel.
setWarningMessage(String) - Method in class snap.viewx.DialogBox
Sets the message to display.
setWidth(double) - Method in class snap.geom.RectBase
Sets the width.
setWidth(double) - Method in class snap.geom.Size
Sets the width.
setWidth(double) - Method in class snap.gfx3d.CameraView
Override to forward to camera.
setWidth(double) - Method in class snap.gfx3d.CubeView
Override to forward to camera.
setWidth(double) - Method in class snap.gfx3d.Trackball
Override to add scuff marks.
setWidth(double) - Method in class snap.text.StringBox
Override to mark sized.
setWidth(double) - Method in class snap.text.TextBox
Sets the width.
setWidth(double) - Method in class snap.text.TextBoxToken
Sets the width.
setWidth(double) - Method in class snap.view.ArcView
Override to reset arc.
setWidth(double) - Method in class snap.view.BrowserView
Override to update ColView.PrefWidth.
setWidth(double) - Method in class snap.view.LineView
Override to reset line.
setWidth(double) - Method in class snap.view.RectView
Override to reset rect.
setWidth(double) - Method in class snap.view.StringView
Override to clear NeedsResize.
setWidth(double) - Method in class snap.view.TextArea
Override to update getTextBlock.Rect.
setWidth(double) - Method in class snap.view.ThumbWheel
Override to reset image.
setWidth(double) - Method in class snap.view.View
Sets the width of the view.
setWidth(double) - Method in class snap.view.ViewAnim
Sets the Width value.
setWinding(int) - Method in class snap.geom.Path2D
Sets the winding - how a path determines what to fill when segments intersect.
setWindow(WindowView) - Method in class snap.swing.SWWindowHpr
Sets the snap Window Swing.
setWindow(WindowView) - Method in class snap.view.WindowView.WindowHpr
Sets the snap Window.
setWindowVisible(boolean) - Method in class snap.view.ViewOwner
Sets whether window is visible.
setWrapLines(boolean) - Method in class snap.text.TextBox
Sets whether to wrap lines that overrun bounds.
setWrapLines(boolean) - Method in class snap.view.TextArea
Sets whether to wrap lines that overrun bounds.
setWrapLines(boolean) - Method in class snap.view.TextView
Sets whether to wrap lines that overrun bounds.
setX(double) - Method in class snap.geom.Point
Set point x.
setX(double) - Method in class snap.geom.RectBase
Sets the x.
setX(double) - Method in class snap.text.TextBox
Sets the X location.
setX(double) - Method in class snap.text.TextBoxToken
Sets the X location of token in line.
setX(double) - Method in class snap.view.View
Sets the X location of the view.
setX(double) - Method in class snap.view.ViewAnim
Sets the X value.
setXmlName(String) - Method in class snap.props.PropNode
Sets the XML name of node if from XML.
setXY(double, double) - Method in class snap.geom.Point
Sets the x/y.
setXY(double, double) - Method in class snap.geom.RectBase
Sets the rectangle x/y.
setXY(double, double) - Method in class snap.geom.Vect
Sets the X/Y values.
setXY(double, double) - Method in class snap.view.View
Sets the view x/y.
setXY(double, double) - Method in class snap.view.ViewEvent
Sets the x/y.
setXY(Vect) - Method in class snap.geom.Vect
Sets the X/Y values.
setXYLocal(double, double) - Method in class snap.view.View
Sets the view x/y with given point in current local coords such that new origin will be at that point.
setY(double) - Method in class snap.geom.Point
Set point y.
setY(double) - Method in class snap.geom.RectBase
Sets the y.
setY(double) - Method in class snap.text.TextBox
Sets the Y location.
setY(double) - Method in class snap.view.ListArea
Override to reset cells.
setY(double) - Method in class snap.view.TreeView
Override to reset cells.
setY(double) - Method in class snap.view.View
Sets the Y location of the view.
setY(double) - Method in class snap.view.ViewAnim
Sets the Y value.
setYaw(double) - Method in class snap.gfx3d.Camera
Sets the rotation about the Y axis in degrees.
setYaw(double) - Method in class snap.gfx3d.CameraView
Sets the rotation about the Y axis in degrees.
setYaw(double) - Method in class snap.gfx3d.CubeView
Sets the rotation about the Y axis in degrees.
setYaw(double) - Method in class snap.gfx3d.Trackball
Sets the rotation about the Y axis in degrees.
setYawPitchRollForSideAndPos(Side3D, Pos) - Method in class snap.gfx3d.Camera
Set camera view to given side.
ShadowEffect - Class in snap.gfx
An Effect subclass to represent a drop shadow.
ShadowEffect() - Constructor for class snap.gfx.ShadowEffect
Constructor.
ShadowEffect(double, Color, double, double) - Constructor for class snap.gfx.ShadowEffect
Constructor for given radius, color and offset.
ShadowEffectTool - Class in snap.styler
UI editing for ShadowEffect.
ShadowEffectTool() - Constructor for class snap.styler.ShadowEffectTool
 
ShadowEffectTool.OffsetPanel - Class in snap.styler
Implements a simple control to edit shadow position.
Shape - Class in snap.geom
A class to represent a generic geometric shape (Line, Rect, Ellipse, etc.).
Shape() - Constructor for class snap.geom.Shape
 
Shape3D - Class in snap.gfx3d
This class represents a 3D shape to be rendered in a G3DView.
Shape3D() - Constructor for class snap.gfx3d.Shape3D
Constructor.
ShapeBox - Class in snap.geom
A Shape implementation to present another shape in a given rect.
ShapeBox(Shape, double, double) - Constructor for class snap.geom.ShapeBox
Creates a ShapeBox for given shape and rect.
ShapeBuilder - Class in snap.geom
This shape subclass provides basic methods for constructing a shape.
ShapeBuilder() - Constructor for class snap.geom.ShapeBuilder
 
shapeChanged() - Method in class snap.geom.Path2DX
Override to clear ArcLengths.
shapeChanged() - Method in class snap.geom.Shape
Called when shape changes.
ShapeView - Class in snap.view
A View subclass to render shapes.
ShapeView() - Constructor for class snap.view.ShapeView
Constructor.
ShapeView(Shape) - Constructor for class snap.view.ShapeView
Constructor.
SHARED - Static variable in class snap.props.StringCodec
 
SHIFT - Static variable in class snap.view.KeyCode
 
Shortcut_Prop - Static variable in class snap.view.MenuItem
 
show() - Method in class snap.swing.SWWindowHpr
Show window at given screen x and y.
show() - Method in class snap.view.DrawerView
Shows the drawer.
show() - Method in class snap.view.WindowView
Shows window in center of screen.
show() - Method in class snap.view.WindowView.WindowHpr
Window/Popup method: Shows the window.
show() - Method in class snap.viewx.TaskMonitorPanel
Show ProgressPane.
show(View) - Method in class snap.viewx.SpellCheckPanel
Runs the spell check panel.
show(View, double, double) - Method in class snap.view.Menu
Show menu.
show(View, double, double) - Method in class snap.view.PopupList
Shows the node.
show(View, double, double) - Method in class snap.view.PopupWindow
Shows the node.
show(View, double, double) - Method in class snap.view.WindowView
Show the window relative to given view and View X/Y (screen x/y if view is null).
ShowArea_Prop - Static variable in class snap.view.ButtonBase
 
showCentered(View) - Method in class snap.view.WindowView
Shows window in center of given view.
showColorPanel() - Method in class snap.viewx.ColorWell
Shows the color panel.
showConfirmDialog(View) - Method in class snap.viewx.DialogBox
Show an option dialog.
showConfirmDialog(View, String, String) - Static method in class snap.viewx.DialogBox
Show a dialog panel for confirm message.
showCursor() - Method in class snap.view.TextArea
Shows the cursor.
showCursor() - Method in class snap.view.TextField
Shows the cursor.
ShowDown_Prop - Static variable in class snap.view.ArrowView
 
showErrorDialog(View, String, String) - Static method in class snap.viewx.DialogBox
Show a dialog panel for error message.
showException(Exception) - Method in class snap.viewx.DevPane
Shows an exception.
showException(Exception) - Method in class snap.viewx.DevPaneExceptions
Shows the given exception.
showException(View, Exception) - Static method in class snap.viewx.DevPane
Sets a DevPane visible for view.
showExceptionDialog(View, String, Throwable) - Static method in class snap.viewx.DialogBox
Show a dialog panel for exception.
showFilePanel(View) - Method in class snap.viewx.FilePanel
Runs a file chooser that remembers last open file and size.
ShowHBar_Prop - Static variable in class snap.view.ScrollView
 
ShowHeader_Prop - Static variable in class snap.view.TableView
 
Showing_Prop - Static variable in class snap.view.View
 
Showing_Prop - Static variable in class snap.view.ViewOwner
 
showInputDialog(View, String) - Method in class snap.viewx.DialogBox
Shows an input panel.
showInputDialog(View, String, String, String) - Static method in class snap.viewx.DialogBox
Show a dialog panel for exception.
ShowLeft_Prop - Static variable in class snap.view.ArrowView
 
showLineNumberPanel() - Method in class snap.viewx.TextPane
Shows the LineNumberPanel.
showMenu() - Method in class snap.view.MenuButton
Shows the popup menu.
showMessageDialog(View) - Method in class snap.viewx.DialogBox
Runs the panel.
showOpenFilePanel(View, String, String...) - Static method in class snap.viewx.FilePanel
Shows an Open panel for given description and types.
showOpenPanel(View, String, String...) - Static method in class snap.viewx.FilePanel
Shows an Open panel for given description and types.
showOptionDialog(View, String) - Method in class snap.viewx.DialogBox
Show an option dialog.
showPanel(View) - Method in class snap.viewx.DialogBox
Show Dialog.
showPanel(View) - Method in class snap.viewx.DialogSheet
Show Dialog in sheet.
showPanel(View) - Method in class snap.web.RecentFilesSitePane
Shows the RecentFiles.
showPanel(View, String, Image) - Method in class snap.viewx.FormBuilder
Show Dialog.
showPicker(View, Font) - Method in class snap.styler.FontPicker
Shows the FontPicker.
showPopup() - Method in class snap.view.ComboBox
Makes combobox popup visible.
ShowRight_Prop - Static variable in class snap.view.ArrowView
 
showSaveFilePanel(View, String, String...) - Static method in class snap.viewx.FilePanel
Shows a Save panel for given description and types.
showSavePanel(View, String, String...) - Static method in class snap.viewx.FilePanel
Shows a Save panel for given description and types.
showTabButton(ParentView) - Method in class snap.view.DrawerView
Shows the tab button in given view.
ShowUp_Prop - Static variable in class snap.view.ArrowView
 
ShowVBar_Prop - Static variable in class snap.view.ScrollView
 
showWarningDialog(View, String, String) - Static method in class snap.viewx.DialogBox
Show a dialog panel for warning message.
ShrinkToFit_Prop - Static variable in class snap.view.StringView
 
Side - Enum Class in snap.geom
An enum to represent a side of rectanglular area: Left, right, top, bottom.
Side3D - Enum Class in snap.gfx3d
An enum to represent a side of rectanglular area: Left, right, top, bottom.
Side3D.Corner - Enum Class in snap.gfx3d
This class describes the corners of a standard cube.
Side3D.Edge - Enum Class in snap.gfx3d
This class describes the edges of the standard cube.
sign(double) - Static method in class snap.util.MathUtils
Returns the sign of a given number (as -1 or 1).
sin(double) - Static method in class snap.util.MathUtils
Returns the sign of the given angle in degrees.
SINGLE_LINE_COMMENT - Static variable in class snap.parse.Tokenizer
 
size() - Method in class snap.util.PickList
Return list size.
size() - Method in class snap.util.XMLElement
Returns child element list size.
size() - Method in class snap.view.ViewList
Returns the number of views in this list.
size(List<?>) - Static method in class snap.util.ListUtils
Returns the size of a list (accepts null list).
size(Map) - Static method in class snap.util.MapUtils
Returns the size of given map (accepts null map).
Size - Class in snap.geom
A class to represent a simple geometric size.
Size() - Constructor for class snap.geom.Size
Create a new Size.
Size(double, double) - Constructor for class snap.geom.Size
Create a new Size.
Size(Size) - Constructor for class snap.geom.Size
Create a new Size.
Size_Prop - Static variable in class snap.gfx.Font
 
Size_Prop - Static variable in class snap.web.FileHeader
 
Size_Prop - Static variable in class snap.web.WebFile
 
sizeToShape() - Method in class snap.view.ShapeView
Resizes view to shape size.
skew(double, double) - Method in class snap.geom.Transform
Skews this transform by given skew x and skew y angles in degrees.
skipWhiteSpace() - Method in class snap.parse.Tokenizer
Gobble input characters until next non-whitespace or input end.
SLASH - Static variable in class snap.view.KeyCode
 
Slider - Class in snap.view
A Slider control.
Slider() - Constructor for class snap.view.Slider
Creates a new Slider.
Small - Enum constant in enum class snap.view.WindowView.Style
 
smartFindFormatRange(TextArea) - Static method in class snap.view.TextAreaUtils
This method returns the range of the @-sign delinated key closest to the current selection (or null if not found).
snap() - Method in class snap.geom.Point
Rounds a point to neared integers.
snap() - Method in class snap.geom.Rect
Rounds the rect to nearest pixel.
snap() - Method in interface snap.gfx.Paint
Returns the snap version of this fill.
SNAP_RICHTEXT_TYPE - Static variable in class snap.view.TextArea
 
snap.geom - package snap.geom
 
snap.gfx - package snap.gfx
 
snap.gfx3d - package snap.gfx3d
 
snap.parse - package snap.parse
 
snap.props - package snap.props
 
snap.styler - package snap.styler
 
snap.swing - package snap.swing
 
snap.text - package snap.text
 
snap.util - package snap.util
 
snap.view - package snap.view
 
snap.viewx - package snap.viewx
 
snap.web - package snap.web
 
snapToAwtColor(Color) - Static method in class snap.swing.AWT
Returns awt paint for snap paint.
snapToAwtFont(Font) - Static method in class snap.swing.AWT
Returns awt font for snap font.
snapToAwtImage(Image) - Static method in class snap.swing.AWT
Returns awt image for snap image.
snapToAwtImagePaint(ImagePaint) - Static method in class snap.swing.AWT
Returns awt TexturePaint for snap TexturePaint.
snapToAwtPaint(Paint) - Static method in class snap.swing.AWT
Returns awt paint for snap paint.
snapToAwtPathIter(PathIter) - Static method in class snap.swing.AWT
Returns awt shape for snap shape.
snapToAwtPoint(Point) - Static method in class snap.swing.AWT
Returns an awt point for snap point.
snapToAwtRect(Rect) - Static method in class snap.swing.AWT
Returns awt image for snap image.
snapToAwtShape(Shape) - Static method in class snap.swing.AWT
Returns awt shape for snap shape.
snapToAwtSize(Size) - Static method in class snap.swing.AWT
Returns an awt Dimension for snap size.
snapToAwtStroke(Stroke) - Static method in class snap.swing.AWT
Returns awt stroke for snap stroke.
snapToAwtTrans(Transform) - Static method in class snap.swing.AWT
Returns awt tranform for snap transform.
SnapUtils - Class in snap.util
This class provides general utility methods.
SnapUtils() - Constructor for class snap.util.SnapUtils
 
SnapUtils.Platform - Enum Class in snap.util
 
snapWindowPropertyChanged(PropChange) - Method in class snap.swing.SWWindowHpr
Called when WindowView changes to update native.
sort(List, String) - Static method in class snap.util.Sort
Returns the given list sorted by the given key.
sort(List, String...) - Static method in class snap.util.Sort
Returns the given list sorted by the given key.
sort(List, List) - Static method in class snap.util.Sort
Returns the given list sorted by the given list of sorts.
sort(List, Sort) - Static method in class snap.util.Sort
Returns the given list sorted by the given sort.
sort(List, Sort...) - Static method in class snap.util.Sort
Returns the given list sorted by the given sort.
Sort - Class in snap.util
This class provides a basic description for comparison and sorting with a simple key and order (ascending or descending).
Sort() - Constructor for class snap.util.Sort
Creates a plain sort with no key.
Sort(String) - Constructor for class snap.util.Sort
Creates a sort with the given key and ORDER_ASCEND.
Sort(String, int) - Constructor for class snap.util.Sort
Creates a sort with the given key and order.
sortedList(Collection<T>) - Static method in class snap.util.Sort
Returns a new sorted list from given collection.
sortedList(Collection<T>, String) - Static method in class snap.util.Sort
Returns a new list from the given list sorted by the given key.
sortedList(Collection<T>, String...) - Static method in class snap.util.Sort
Returns a new list from the given list sorted by the given key.
sortShapesBackToFront(List<FacetShape>) - Static method in class snap.gfx3d.BinarySpaceTree
Sorts a list of shapes in paint order from back to front.
SoundClip - Class in snap.gfx
A class to manage the loading and playing of a sound.
SoundClip() - Constructor for class snap.gfx.SoundClip
 
SoundRecorder - Class in snap.swing
A class to record sounds.
SoundRecorder() - Constructor for class snap.swing.SoundRecorder
 
SPACE - Static variable in class snap.view.KeyCode
 
SPACING_FACTOR_KEY - Static variable in class snap.text.TextLineStyle
 
SPACING_KEY - Static variable in class snap.text.TextLineStyle
 
Spacing_Prop - Static variable in class snap.view.View
 
Span_Prop - Static variable in class snap.view.Divider
 
SpellCheck - Class in snap.text
This class provides generic spell check API to allow support for any spell check technology.
SpellCheck() - Constructor for class snap.text.SpellCheck
Constructor.
SpellCheck.Word - Class in snap.text
An inner class to represent a misspelled word.
SpellCheckPanel - Class in snap.viewx
This class uses the SpellCheck class to check spelling.
SpellCheckPanel() - Constructor for class snap.viewx.SpellCheckPanel
Constructor.
Spinner<T> - Class in snap.view
A control to show a text value with convenient up/down buttons.
Spinner() - Constructor for class snap.view.Spinner
Creates a new Spinner.
SplicerShape - Class in snap.geom
This is a shape that wraps around another shape and can provide parts.
SplicerShape(Shape, double, double) - Constructor for class snap.geom.SplicerShape
Constructor.
split(double) - Method in class snap.geom.Cubic
Splits this Cubic at given parametric location and return the remainder.
split(double) - Method in class snap.geom.Line
Splits the line at given parametric location and return the remainder.
split(double) - Method in class snap.geom.Quad
Splits this Quad at given parametric location and return the remainder.
split(double) - Method in class snap.geom.Segment
Splits the segement at given parametric location and return the remainder.
SPLIT_VIEW_BORDER - Static variable in class snap.view.SplitView
 
splitConvex(int) - Method in class snap.geom.Polygon
Splits this polygon into the first convex polygon and the remainder polygon and returns the remainder.
splitIntersectingSegmentsAtIntersectionPoints() - Method in class snap.geom.SegmentPath
Splits the segments in this SegmentPath wherever it intersects itself.
splitIntersectingSegmentsAtIntersectionPoints(SegmentPath) - Method in class snap.geom.SegmentPath
Splits the segments for this and given SegmentPath for every intersection of the two.
splitLineAtIndex(int) - Method in class snap.text.TextLine
Splits the line at given character index.
splitRunForCharIndex(TextRun, int) - Method in class snap.text.RichTextLine
Splits given run at given char index and returns the run containing the remaining chars (and identical attributes).
SplitView - Class in snap.view
A View subclass to show children with user adjustable divider.
SplitView() - Constructor for class snap.view.SplitView
Creates a new SplitView.
spp - Variable in class snap.gfx.ImageUtils.ImageInfo
 
SpringInfo(double, double, double, double, double, double) - Constructor for class snap.view.SpringView.SpringInfo
Creates a SpringInfo.
SpringView - Class in snap.view
A View subclass that lays out children using auto sizing settings.
SpringView() - Constructor for class snap.view.SpringView
 
SpringView.SpringInfo - Class in snap.view
A class to hold info for a spring child.
Square - Enum constant in enum class snap.gfx.Stroke.Cap
 
SRC_IN - Enum constant in enum class snap.gfx.Painter.Composite
 
SRC_OVER - Enum constant in enum class snap.gfx.Painter.Composite
 
StackView - Class in snap.view
A ChildView subclass to show overlapping children.
StackView() - Constructor for class snap.view.StackView
Constructor.
start - Variable in class snap.util.Range
 
start - Variable in class snap.view.TextArea.UndoTextSel
 
start() - Method in class snap.util.TaskRunner
Starts the runner.
start() - Method in class snap.view.ViewTimer
Start timer.
start(int) - Method in class snap.view.ViewTimer
Start timer.
StartAngle_Prop - Static variable in class snap.view.ArcView
 
startAnim(ViewAnim) - Method in class snap.view.ViewUpdater
Adds given ViewAnim to set of anims that are running.
startAutoRegisterChanges(String...) - Method in class snap.view.ViewAnim
Watches given View for changes and registers animation.
startCharIndex(int) - Method in class snap.parse.ParseToken.Builder
 
startCharIndexInLine(int) - Method in class snap.parse.ParseToken.Builder
 
startColorDrag(ViewEvent) - Method in class snap.viewx.ColorDock
Called when color is dropped on dock.
startDrag() - Method in class snap.swing.SwingClipboard
Starts the drag.
startDrag() - Method in class snap.view.Clipboard
Starts the drag.
startEnd(double, double, double, double) - Method in class snap.gfx.GradientPaint.Builder
 
startFast() - Method in class snap.view.ViewAnim
Sets whether animation should start fast.
startRecording() - Method in class snap.swing.SoundRecorder
Start recording.
startsWith(CharSequence, String) - Static method in class snap.util.CharSequenceUtils
Returns whether sequence starts with given string.
startsWith(String) - Method in interface snap.util.CharSequenceX
Returns whether sequence starts with given string.
startsWithIC(String, String) - Static method in class snap.util.StringUtils
Returns whether s1 starts with s2, ignoring case.
startTasks(int) - Method in interface snap.util.TaskMonitor
Advise the monitor of the total number of subtasks (invoke only once).
startTasks(int) - Method in class snap.util.TaskMonitor.Text
Called to start monitor with number of tasks.
startTasks(int) - Method in class snap.util.TaskRunner
Advise the monitor of the total number of subtasks (invoke only once).
startTasks(int) - Method in class snap.viewx.TaskMonitorPanel
Advise the monitor of the total number of subtasks (invoke only once).
StatementHandler() - Constructor for class snap.util.KeyChainParser.StatementHandler
 
Status_Prop - Static variable in class snap.util.TaskRunner
 
Step_Prop - Static variable in class snap.view.Spinner
 
stop() - Method in class snap.gfx.SoundClip
Tells sound to stop playing.
stop() - Method in class snap.swing.SwingSoundClip
Tells sound to stop playing.
stop() - Method in class snap.view.ViewAnim
Stop the anim.
stop() - Method in class snap.view.ViewTimer
Stop timer.
stop(double, Color) - Method in class snap.gfx.GradientPaint.Builder
 
Stop(double, Color) - Constructor for class snap.gfx.GradientPaint.Stop
Returns a new stop.
stopAnim(ViewAnim) - Method in class snap.view.ViewUpdater
Removes given ViewAnim to set of anims that are running.
stopAnimDeep() - Method in class snap.view.View
Stop animations deep.
stopAutoRegisterChanges() - Method in class snap.view.ViewAnim
Stops watching and register changes.
stopDeep(View) - Static method in class snap.view.ViewAnim
Stop animations deep.
stopIntervals(Runnable) - Method in class snap.view.ViewEnv
Runs given runnable for given period after given delay with option to run once for every interval, even under load.
stopRecording() - Method in class snap.swing.SoundRecorder
Stop recording.
stops(GradientPaint.Stop[]) - Method in class snap.gfx.GradientPaint.Builder
 
STRING - Static variable in class snap.view.Clipboard
 
StringBox - Class in snap.text
This class manages a string and a bounding rect.
StringBox() - Constructor for class snap.text.StringBox
Constructor.
StringBox(String) - Constructor for class snap.text.StringBox
Constructor.
StringCodec - Class in snap.props
A class to convert common types to/from Strings.
StringCodec() - Constructor for class snap.props.StringCodec
 
StringCodec.Codeable - Interface in snap.props
An interface for classes that know how to code/decode themselves.
stringToDoubleArray(String) - Static method in class snap.util.Convert
Returns an array of double values for given comma separated string.
stringToStringArray(String) - Static method in class snap.util.Convert
Returns an array of String values for given comma separated string.
StringUtils - Class in snap.util
This class is a collection of convenient static String utils.
StringUtils() - Constructor for class snap.util.StringUtils
 
stringValue(Object) - Static method in class snap.util.Convert
Returns a String for a given arbitrary object.
StringView - Class in snap.view
A view subclass to display a text string in a single style.
StringView() - Constructor for class snap.view.StringView
Constructor.
StringView(String) - Constructor for class snap.view.StringView
Constructor with string.
stripTrailingSlash(String) - Static method in class snap.web.PathUtils
Strips any trailing separator from end.
stroke - Variable in class snap.gfx.PainterImpl.GState
 
Stroke - Class in snap.gfx
A class to describe strokes.
Stroke() - Constructor for class snap.gfx.Stroke
Creates a plain, black stroke.
Stroke(double) - Constructor for class snap.gfx.Stroke
Creates a stroke with the given line width.
Stroke(double, double[], double) - Constructor for class snap.gfx.Stroke
Creates a stroke with the given line width, dash array and offset.
Stroke(double, float[], float) - Constructor for class snap.gfx.Stroke
Creates a stroke with the given line width, dash array and offset.
Stroke(double, Stroke.Cap, Stroke.Join, double) - Constructor for class snap.gfx.Stroke
Creates a stroke with the given line width, cap, joint, miter-limit.
Stroke(double, Stroke.Cap, Stroke.Join, double, double[], double) - Constructor for class snap.gfx.Stroke
Creates a stroke with the given line width, dash array and offset.
Stroke(double, Stroke.Cap, Stroke.Join, double, float[], float) - Constructor for class snap.gfx.Stroke
Creates a stroke with the given line width, dash array and offset.
Stroke_Prop - Static variable in class snap.gfx.Border
 
Stroke.Builder - Class in snap.gfx
This class builds strokes.
Stroke.Cap - Enum Class in snap.gfx
 
Stroke.Join - Enum Class in snap.gfx
 
Stroke1 - Static variable in class snap.gfx.Stroke
 
Stroke2 - Static variable in class snap.gfx.Stroke
 
StrokeDash1 - Static variable in class snap.gfx.Stroke
 
StrokeRound1 - Static variable in class snap.gfx.Stroke
 
StrokeRound2 - Static variable in class snap.gfx.Stroke
 
Style_Prop - Static variable in class snap.text.TextDoc
 
StyleChange(TextDoc, Object, Object, int, int) - Constructor for class snap.text.TextDocUtils.StyleChange
Constructor.
StyledString - Class in snap.text
This class holds a String and TextStyle and provides painting and sizing information.
StyledString() - Constructor for class snap.text.StyledString
Constructor.
StyledString(String) - Constructor for class snap.text.StyledString
Constructor.
Styler - Class in snap.styler
A class to handle getting/setting style attributes for Paint/Border/Effect tools.
Styler() - Constructor for class snap.styler.Styler
Constructor.
StylerOwner - Class in snap.styler
A simple subclass of ViewOwner to work with a Styler.
StylerOwner() - Constructor for class snap.styler.StylerOwner
 
StylerPane - Class in snap.styler
This class provides UI for editing fills, borders, effects, transparency.
StylerPane(Styler) - Constructor for class snap.styler.StylerPane
Creates StylerPane.
subchain(int) - Method in class snap.util.KeyChain
Override to give list chance to implement this.
subSequence(int, int) - Method in class snap.text.TextBoxLine
Returns a new char sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class snap.text.TextDoc
Returns a new char sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class snap.text.TextLine
Returns a new char sequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class snap.text.TextRun
CharSequence method return character sequence for range.
SubText - Class in snap.text
This TextDoc subclass wraps a TextDoc for a character range.
SubText(TextDoc, int, int) - Constructor for class snap.text.SubText
Constructor.
subtract(Number, Number) - Static method in class snap.util.MathUtils
Returns the difference of the two given Numbers.
subtract(Point) - Method in class snap.geom.Point
Subtracts the given point from this point.
Subtract - Enum constant in enum class snap.util.KeyChain.Op
 
subtractShapes(Shape, Shape) - Static method in class snap.geom.SegmentPathCAG
Returns the area of the first shape minus the overlapping area of second shape.
subtractShapes(Shape, Shape) - Static method in class snap.geom.Shape
Subtracts two shapes together.
success(T) - Method in class snap.util.TaskRunner
The method run on success.
Support(Loadable) - Constructor for class snap.util.Loadable.Support
Creates a new Support for a Loadable.
suspend() - Method in class snap.view.ViewAnim
Suspends the anim.
SW_RESIZE - Static variable in class snap.view.Cursor
 
Swatch(int, int) - Constructor for class snap.viewx.ColorDock.Swatch
Creates swatch for row, col.
SweepAngle_Prop - Static variable in class snap.view.ArcView
 
SwingClipboard - Class in snap.swing
A Clipboard implementation for Swing.
SwingClipboard() - Constructor for class snap.swing.SwingClipboard
 
SwingEvent - Class in snap.swing
An ViewEvent implementation for Swing.
SwingEvent() - Constructor for class snap.swing.SwingEvent
 
SwingPrinter - Class in snap.swing
A snap Printer subclass that uses Swing.
SwingPrinter() - Constructor for class snap.swing.SwingPrinter
 
SwingPrinter.AWTPrintable - Class in snap.swing
This class simply tells the Snap Printable to paint to a given Graphics object for specific page index.
SwingSoundClip - Class in snap.swing
Manages sound data from sound file bytes.
SwingSoundClip(Object) - Constructor for class snap.swing.SwingSoundClip
Creates a new sound data for given source.
SwingUtils - Class in snap.swing
This class offers a number of useful general purpose Swing utilities.
SwingUtils() - Constructor for class snap.swing.SwingUtils
 
SwingViewEnv - Class in snap.swing
A ViewEnv subclass for Swing.
SwingViewEnv() - Constructor for class snap.swing.SwingViewEnv
Creates a new SwingViewEnv.
swingWindowActiveChanged() - Method in class snap.swing.SWWindowHpr
Handles active changed.
swingWindowBoundsChanged() - Method in class snap.swing.SWWindowHpr
Handles when Swing window bounds changed.
swingWindowShowingChanged() - Method in class snap.swing.SWWindowHpr
Called when window is shown/hidden.
SwitchView - Class in snap.view
A pane to show a specific child pane from a list.
SwitchView() - Constructor for class snap.view.SwitchView
 
SWRootView - Class in snap.swing
A JComponent subclass to embed RootView.
SWRootView(WindowView, RootView) - Constructor for class snap.swing.SWRootView
Creates a SWRootView.
SWWindowHpr - Class in snap.swing
A WindowHpr map snap Window functionality to Swing.
SWWindowHpr() - Constructor for class snap.swing.SWWindowHpr
 
syncFrom(Camera) - Method in class snap.gfx3d.Trackball
Sync from given camera to this trackball.
syncTo(Camera) - Method in class snap.gfx3d.Trackball
Sync to a given camera from this trackball.

T

T - Static variable in class snap.view.KeyCode
 
Tab - Class in snap.view
A class to represent a TabView tab.
Tab() - Constructor for class snap.view.Tab
Creates a new Tab.
TAB - Static variable in class snap.view.KeyCode
 
TAB_CENTER - Static variable in class snap.text.TextLineStyle
 
TAB_DECIMAL - Static variable in class snap.text.TextLineStyle
 
TAB_LEFT - Static variable in class snap.text.TextLineStyle
 
TAB_RIGHT - Static variable in class snap.text.TextLineStyle
 
Tab.Builder - Class in snap.view
A builder class.
TabBar - Class in snap.view
This class manages and displays a list of tabs.
TabBar() - Constructor for class snap.view.TabBar
Constructor.
tabBarDidFireAction(ViewEvent) - Method in class snap.view.TabView
Called when TabBar does fireAction
tabButtonDidFireAction(ViewEvent) - Method in class snap.view.TabBar
Called when tab button fires action.
tabCloseBoxDidFireAction(ViewEvent) - Method in class snap.view.Tab
Called when tab button close box is triggered.
TableCol<T> - Class in snap.view
Represents a Table Column.
TableCol() - Constructor for class snap.view.TableCol
Creates a new TableCol.
TableView<T> - Class in snap.view
A View subclass to show a table of items.
TableView() - Constructor for class snap.view.TableView
Creates a new TableView.
Tabs_Prop - Static variable in class snap.view.TabBar
 
TabSide_Prop - Static variable in class snap.view.TabView
 
TabView - Class in snap.view
A View subclass to show multiple children under user selectable tabs.
TabView() - Constructor for class snap.view.TabView
Creates a new TabView.
TARG_FILL - Variable in class snap.view.ViewTheme
 
TARG_TEXT_FILL - Variable in class snap.view.ViewTheme
 
Targeted_Prop - Static variable in class snap.view.ButtonBase
 
TargFile_Prop - Static variable in class snap.viewx.WebSitePane
 
TaskMonitor - Interface in snap.util
Interface for tracking the progress of arbitrary tasks.
TaskMonitor.Text - Class in snap.util
A simple progress reporter printing on a stream.
TaskMonitorPanel - Class in snap.viewx
A TaskRunner implementation that runs success/failed/finished on application thread.
TaskMonitorPanel(View, String) - Constructor for class snap.viewx.TaskMonitorPanel
Creates a new TaskMonitorPanel for given monitor.
TaskRunner<T> - Class in snap.util
A class for running operations in the background.
TaskRunner() - Constructor for class snap.util.TaskRunner
Constructor.
TaskRunner(TaskMonitor) - Constructor for class snap.util.TaskRunner
Constructor for given monitor.
TaskRunner.Status - Enum Class in snap.util
 
TaskRunnerPanel<T> - Class in snap.viewx
A TaskRunner implementation that runs success/failed/finished on application thread.
TaskRunnerPanel() - Constructor for class snap.viewx.TaskRunnerPanel
Creates a new TaskRunnerPanel.
TaskRunnerPanel(TaskMonitor) - Constructor for class snap.viewx.TaskRunnerPanel
Creates a new TaskRunnerPanel for given monitor.
TaskRunnerPanel(View, String) - Constructor for class snap.viewx.TaskRunnerPanel
Creates a new TaskRunnerPanel for given monitor.
TEAVM - Enum constant in enum class snap.util.SnapUtils.Platform
 
TEX_COORD_COMP_COUNT - Static variable in class snap.gfx3d.Polygon3D
 
text(CharSequence) - Method in class snap.parse.ParseToken.Builder
 
text(String) - Method in class snap.view.ViewBuilder
Set text.
Text - Static variable in class snap.web.DataType
 
Text(PrintStream) - Constructor for class snap.util.TaskMonitor.Text
Initialize a new progress monitor.
Text(Writer) - Constructor for class snap.util.TaskMonitor.Text
Initialize a new progress monitor.
TEXT - Static variable in class snap.view.Cursor
 
TEXT - Static variable in class snap.web.MIMEType
 
TEXT_FILL - Variable in class snap.view.ViewTheme
 
Text_Prop - Static variable in class snap.view.View
 
TextArea - Class in snap.view
A view subclass for displaying and editing a TextDoc (using TextBox).
TextArea() - Constructor for class snap.view.TextArea
Creates a new TextArea.
TextArea.UndoTextSel - Class in snap.view
A class to act as text selection.
textAreaDidPropChange(PropChange) - Method in class snap.viewx.TextPane
Called when TextArea does prop change.
TextAreaKeys - Class in snap.view
This class is a helper for JavaTextArea to handle key processing.
TextAreaKeys(TextArea) - Constructor for class snap.view.TextAreaKeys
Constructor.
TextAreaUtils - Class in snap.view
This class provides utility methods for TextArea.
TextAreaUtils() - Constructor for class snap.view.TextAreaUtils
 
TextBox - Class in snap.text
This class manages a TextDoc to be rendered and edited in a bounding area.
TextBox() - Constructor for class snap.text.TextBox
Constructor.
TextBox(CharSequence) - Constructor for class snap.text.TextBox
Creates a new TextBox initialized with the given String and no attributes.
TextBoxLine - Class in snap.text
A class to represent a line of text in a TextBox.
TextBoxLine(TextBox, TextStyle, TextLine, int) - Constructor for class snap.text.TextBoxLine
Creates a new TextBoxLine.
TextBoxRun - Class in snap.text
This class represents a range of characters in a TextBoxLine that have the same style.
TextBoxRun(TextBoxLine, TextStyle, int, int) - Constructor for class snap.text.TextBoxRun
Creates a new TextBoxRun.
TextBoxToken - Class in snap.text
A class to represent a word in a line of text.
TextBoxToken(TextBoxLine, TextStyle, int, int) - Constructor for class snap.text.TextBoxToken
Creates a new Token for given box line, TextStyle and character start/end.
textChanged() - Method in class snap.view.Spinner
Called when text changes.
textDidChange() - Method in class snap.view.TextArea
Called when text changes in some way.
textDidChange() - Method in class snap.view.TextField
Override to update Prompt label.
TextDoc - Class in snap.text
This class is the basic text storage class, holding a list of TextLine.
TextDoc() - Constructor for class snap.text.TextDoc
Constructor.
TextDoc_Prop - Static variable in class snap.view.TextArea
 
textDocChangedChars(int, int) - Method in class snap.text.TextBox
Called when chars changed in TextDoc to track range in box and text to be synchronized.
textDocDidPropChange(PropChange) - Method in class snap.text.TextBox
Updates lines for TextDoc changes.
textDocDidPropChange(PropChange) - Method in class snap.view.TextArea
Called when TextDoc changes (chars added, updated or deleted).
textDocDidPropChange(PropChange) - Method in class snap.viewx.TextPane
Called when TextDoc does prop change.
TextDocUtils - Class in snap.text
Utility methods to support TextDoc.
TextDocUtils() - Constructor for class snap.text.TextDocUtils
 
TextDocUtils.CharsChange - Class in snap.text
A property change event for addChars/removeChars.
TextDocUtils.LineStyleChange - Class in snap.text
A property change event for RMXStringRun.Style change.
TextDocUtils.StyleChange - Class in snap.text
A property change event for RMXStringRun.Style change.
TextEditor - Class in snap.text
This class provides the event and drawing code necessary to edit text in a TextDoc.
TextEditor() - Constructor for class snap.text.TextEditor
Constructor.
TextField - Class in snap.view
An view subclass for editing a single line of text.
TextField() - Constructor for class snap.view.TextField
Constructor.
textFieldFiredAction() - Method in class snap.view.ComboBox
Called when TextField fires action.
textFieldFocusChanged() - Method in class snap.view.ComboBox
Called when TextField focus changed.
textFieldKeyPressed(ViewEvent) - Method in class snap.view.ComboBox
Called before TextField has KeyPress.
textFieldKeyTyped(ViewEvent) - Method in class snap.view.ComboBox
Called after TextField has KeyType.
TextFill_Prop - Static variable in class snap.view.TextField
 
TextFormat - Interface in snap.text
An interface for text formating.
TextHyphenDict - Class in snap.text
Module to load and process an OpenOffice.org-style hyphenation dictionary.
TextHyphenDict() - Constructor for class snap.text.TextHyphenDict
Create an instance based on the given filename.
TextLine - Class in snap.text
This class represents a line of text in a Text.
TextLine(TextDoc) - Constructor for class snap.text.TextLine
Constructor.
TextLineStyle - Class in snap.text
A class to represent a line of text (for each newline) in RichText.
TextLineStyle() - Constructor for class snap.text.TextLineStyle
Constructor.
TextLink - Class in snap.text
A class to represent a hyperlink in a RichText TextStyle.
TextLink() - Constructor for class snap.text.TextLink
Constructor.
TextLink(String) - Constructor for class snap.text.TextLink
Creates a new TextLink.
TextModified_Prop - Static variable in class snap.text.TextDoc
 
TextPane<T extends TextDoc> - Class in snap.viewx
A panel for editing text files.
TextPane() - Constructor for class snap.viewx.TextPane
Constructor.
TextRun - Class in snap.text
This is class represents a range of characters in a TextLine that share the same style.
TextRun(TextLine) - Constructor for class snap.text.TextRun
Constructor.
TextSel - Class in snap.text
A class to represent a selection of text.
TextSel(TextBox, double, double, double, double, boolean, boolean) - Constructor for class snap.text.TextSel
Returns the selected range that would result from the given two points.
TextSel(TextBox, int, int) - Constructor for class snap.text.TextSel
Creates a new selection.
TextStyle - Class in snap.text
A class to hold style attributes for a text run.
TextStyle() - Constructor for class snap.text.TextStyle
Creates a new TextStyle.
TextStyle(Object...) - Constructor for class snap.text.TextStyle
Creates a new TextStyle for given attributes.
TextStyle_Prop - Static variable in class snap.view.StringView
 
TextToken - Class in snap.text
This class represents a 'word' in a TextLine.
TextToken(TextLine, int, int, TextRun) - Constructor for class snap.text.TextToken
Constructor.
Texture - Class in snap.gfx3d
This class represents an image texture.
Texture(Image) - Constructor for class snap.gfx3d.Texture
Constructor.
TextView - Class in snap.view
This view subclass wraps a TextArea in a ScrollView.
TextView() - Constructor for class snap.view.TextView
Constructor.
themeChanged() - Method in class snap.view.ParentView
Called when ViewTheme changes.
themeChanged() - Method in class snap.view.TabView
Called when Theme changes.
themeChanged() - Method in class snap.view.View
Called when ViewTheme changes.
ThumbWheel - Class in snap.view
This class has the behavior of a slider, without boundaries (so you can set values beyond the visible min and max).
ThumbWheel() - Constructor for class snap.view.ThumbWheel
Creates a new thumbwheel.
title(String) - Method in class snap.view.Tab.Builder
 
Title_Prop - Static variable in class snap.view.WindowView
 
TitleArea() - Constructor for class snap.view.TitleView.TitleArea
 
TitleStyle_Prop - Static variable in class snap.view.TitleView
 
TitleView - Class in snap.view
A view to attach a title to another view.
TitleView() - Constructor for class snap.view.TitleView
Creates a new TitleView.
TitleView(String) - Constructor for class snap.view.TitleView
Creates a new TitleView for given title.
TitleView(String, View) - Constructor for class snap.view.TitleView
Creates a new TitleView for given title.
TitleView.TitleArea - Class in snap.view
A View to draw content of TitleView.
TitleView.TitleStyle - Enum Class in snap.view
 
toArray() - Method in class snap.gfx3d.Matrix3D
Returns a double array for the transform.
toArray(double[]) - Method in class snap.gfx3d.Matrix3D
Returns a double array for the transform.
toByteArray() - Method in class snap.util.ByteArray
Returns a byte array for the bytes in the data.
toByteArray(int, int) - Method in class snap.util.ByteArray
Returns a byte array for the bytes in the data.
toCamelCase(String) - Static method in class snap.util.StringUtils
Returns a camel cased string from a string with non-alphanumeric chars.
toCIEXYZ(float[]) - Method in class snap.gfx.ColorSpace
Transforms a color value assumed to be in this ColorSpace into the CS_CIEXYZ conversion color space.
toCIEXYZ(float[]) - Method in class snap.swing.AWTEnv.AWTColorSpace
 
toFront() - Method in class snap.swing.SWWindowHpr
Order window to front.
toFront() - Method in class snap.view.WindowView
Order window to front.
toFront() - Method in class snap.view.WindowView.WindowHpr
Window/Popup method: Order window to front.
ToggleButton - Class in snap.view
A ButtonBase subclass for ToggleButton.
ToggleButton() - Constructor for class snap.view.ToggleButton
Constructor.
ToggleButton(String) - Constructor for class snap.view.ToggleButton
Constructor with given text.
toggleDrawer() - Method in class snap.view.DrawerView
Shows/Hides DrawerView.
toggleExpandedAnimated(ViewEvent) - Method in class snap.view.CollapseView
Called when Label receives a MousePress.
toggleExpandedAnimated(ViewEvent) - Method in class snap.view.TitleView
Called when Label receives a MousePress.
ToggleGroup - Class in snap.view
A class to manage a single selection for a group of objects that can each be selected.
ToggleGroup() - Constructor for class snap.view.ToggleGroup
 
toggleItem(T) - Method in class snap.view.TreeView
Expands the given item.
toggleOrder() - Method in class snap.util.Sort
Toggles the order for this sort between ORDER_ASCEND<->ORDER_DESCEND.
toHexString() - Method in class snap.gfx.Color
Returns a hex string representation of this color.
Tokenizer - Class in snap.parse
A class to extract tokens from a char sequence.
Tokenizer() - Constructor for class snap.parse.Tokenizer
Constructor.
tokenizerFailed(String) - Method in class snap.parse.Tokenizer
Called when next chars don't conform to any known token pattern.
toolTip(String) - Method in class snap.view.ViewBuilder
Set font.
ToolTip_Prop - Static variable in class snap.view.View
 
top - Variable in class snap.geom.Insets
 
TOP - Enum constant in enum class snap.geom.Side
 
TOP - Enum constant in enum class snap.geom.VPos
 
TOP - Enum constant in enum class snap.gfx3d.Side3D
 
TOP_CENTER - Enum constant in enum class snap.geom.Pos
 
TOP_LEFT - Enum constant in enum class snap.geom.Pos
 
TOP_RIGHT - Enum constant in enum class snap.geom.Pos
 
toPrimitive(Class<?>) - Static method in class snap.util.ClassUtils
Returns primitive type for non-primitive.
toRGB(float[]) - Method in class snap.gfx.ColorSpace
Transforms a color value assumed to be in this ColorSpace into a value in the default CS_sRGB color space.
toRGB(float[]) - Method in class snap.swing.AWTEnv.AWTColorSpace
 
toString() - Method in class snap.geom.Insets
Standard toString implementation.
toString() - Method in class snap.geom.Point
Returns a string representation of the receiver in the form "[x y]".
toString() - Method in class snap.geom.RectBase
Standard toString implementation.
toString() - Method in class snap.geom.Shape
Standard to string implementation.
toString() - Method in class snap.geom.Size
Standard toString implementation.
toString() - Method in class snap.geom.Transform
Standard toString implementation.
toString() - Method in class snap.geom.Vect
Returns a string representation of the vector.
toString() - Method in class snap.gfx.Borders.LineBorder
Standard toString implementation.
toString() - Method in class snap.gfx.Color
Returns a string representation of this color.
toString() - Method in class snap.gfx.Font
Returns the font name, size and family for this font.
toString() - Method in class snap.gfx.FontFile
Returns the font name of this font file.
toString() - Method in class snap.gfx.GradientPaint.Stop
Standard to string implementation.
toString() - Method in class snap.gfx.GradientPaint
Standard to string implementation.
toString() - Method in class snap.gfx.Image
Standard toString implementation.
toString() - Method in class snap.gfx.ImagePaint
Standard toString implementation.
toString() - Method in class snap.gfx.Painter
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.DrawImage
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.DrawShape
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.DrawString
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.FillShape
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.Instruction
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.SetFont
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.SetOpacity
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.SetPaint
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.SetStroke
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.SetTransform
Standard toString implementation.
toString() - Method in class snap.gfx.PainterDVR.TransformBy
Standard toString implementation.
toString() - Method in class snap.gfx.PainterProxy
Standard toString implementation.
toString() - Method in class snap.gfx3d.Bounds3D
Standard toString implementation.
toString() - Method in class snap.gfx3d.Matrix3D
Standard toString implementation.
toString() - Method in class snap.gfx3d.Point3D
Standard toString implementation.
toString() - Method in class snap.gfx3d.Vector3D
Standard toString implementation.
toString() - Method in class snap.parse.ParseNode
Returns a string representation of node.
toString() - Method in class snap.parse.ParseRule
Returns a string representation.
toString() - Method in class snap.parse.ParseToken.BasicToken
Returns the string.
toString() - Method in class snap.parse.Regex
Returns a string representation of regex.
toString() - Method in class snap.props.Prop
Standard toString implementation.
toString() - Method in class snap.props.PropChange
Simple to string.
toString() - Method in class snap.props.PropNode
Standard toString implementation.
toString() - Method in class snap.props.PropObject
Standard toString implementation.
toString() - Method in class snap.props.PropSet
Standard toString implementation.
toString() - Method in class snap.props.Undoer
Standard toString implementation.
toString() - Method in class snap.props.UndoSet
Standard toString implementation.
toString() - Method in class snap.swing.AWTFontFile
Returns the font name of this font file.
toString() - Method in class snap.text.NumberFormat
Standard toString implementation.
toString() - Method in class snap.text.SpellCheck.Word
Returns string representation of word.
toString() - Method in class snap.text.StringBox
Standard toString implementation.
toString() - Method in class snap.text.TextBox
Standard toString implementation.
toString() - Method in class snap.text.TextBoxLine
Standard toString implementation.
toString() - Method in class snap.text.TextBoxRun
Standard toString implementation.
toString() - Method in class snap.text.TextBoxToken
Standard toString implementation.
toString() - Method in class snap.text.TextLine
Standard toString implementation.
toString() - Method in class snap.text.TextLineStyle
Standard toString implementation.
toString() - Method in class snap.text.TextLink
Standard toString implementation.
toString() - Method in class snap.text.TextRun
Returns a string representation of this run.
toString() - Method in class snap.text.TextSel
Standard toString implementation.
toString() - Method in class snap.text.TextStyle
Standard toString implementation.
toString() - Method in class snap.text.TextToken
Standard toString implementation.
toString() - Method in class snap.util.ByteArray
Returns the string initialized from the data's bytes (ISO Latin).
toString() - Method in class snap.util.Interpolator
Returns a string representation of this interpolator.
toString() - Method in class snap.util.JSValue
Returns a string representation of node (as JSON, of course).
toString() - Method in class snap.util.KeyChain
Returns a string representation of the key chain.
toString() - Method in class snap.util.ListSel
Standard toString implementation.
toString() - Method in class snap.util.ListSel2D
Standard toString implemetation.
toString() - Method in class snap.util.ObjectArray
Standard toString implementation.
toString() - Method in class snap.util.Range
Standard toString implementation.
toString() - Method in class snap.util.Sort
Returns a string representation of sort (just the sort key).
toString() - Method in class snap.util.XMLAttribute
Returns a basic string representation of this attribute.
toString() - Method in class snap.util.XMLElement
Returns a string representation of this element (XML).
toString() - Method in class snap.view.Binding
Returns a string representation.
toString() - Method in class snap.view.Cursor
Standard toString implementation.
toString() - Method in class snap.view.KeyCombo
Standard toString implementation.
toString() - Method in class snap.view.Label
Standard toString implementation.
toString() - Method in class snap.view.TextArea
Standard toString implementation.
toString() - Method in class snap.view.TextField
Standard toString implementation.
toString() - Method in class snap.view.ViewAnim
Standard toString implementation.
toString() - Method in class snap.view.ViewEvent
Standard toString implementation.
toString() - Method in class snap.view.ViewProxy
 
toString() - Method in class snap.web.HTTPRequest
Standard toString implementation.
toString() - Method in class snap.web.HTTPResponse
Standard toString implementation.
toString() - Method in class snap.web.ParsedURL
Standard toString implementation.
toString() - Method in class snap.web.ParsedUrlArgs
Standard toString implementation.
toString() - Method in class snap.web.WebFile
Returns a string representation of file.
toString() - Method in class snap.web.WebRequest
Standard toString implementation.
toString() - Method in class snap.web.WebResponse
Standard toString implementation.
toString() - Method in class snap.web.WebSite
Standard toString implementation.
toString() - Method in class snap.web.WebURL
Standard toString implementation.
toString(double) - Static method in class snap.util.StringUtils
Returns a string representation of the given float to (at most) 3 significant digits.
toString(int, int, String) - Method in class snap.util.ByteArray
Returns the string initialized from the data's bytes in the given encoding.
toString(Object, String...) - Static method in class snap.util.StringUtils
Returns a basic toString for given object.
toString(PropChange, boolean) - Method in class snap.props.UndoSet
Returns a string for a property change event.
toStringAdd(StringBuffer, Object, String...) - Static method in class snap.util.StringUtils
Adds an attribute to toString string.
toStringAdd(StringBuffer, String, Object) - Static method in class snap.util.StringUtils
Adds an attribute to toString string.
toStringCompacted() - Method in class snap.util.JSValue
Returns a string representation of node (as JSON, of course).
toStringProps() - Method in class snap.gfx.Image
Standard toStringProps implementation.
toStringProps() - Method in class snap.gfx3d.Bounds3D
Standard toStringProps implementation.
toStringProps() - Method in class snap.gfx3d.Path3D
Standard toStringProps implementation.
toStringProps() - Method in class snap.gfx3d.Polygon3D
Standard toStringProps implementation.
toStringProps() - Method in class snap.gfx3d.Shape3D
Standard toStringProps implementation.
toStringProps() - Method in class snap.props.Prop
Standard toStringProps implementation.
toStringProps() - Method in class snap.props.PropNode
Standard toStringProps implementation.
toStringProps() - Method in class snap.props.PropObject
Standard toStringProps implementation.
toStringProps() - Method in class snap.text.TextBoxRun
Standard toStringProps implementation.
toStringProps() - Method in class snap.text.TextDoc
Standard toStringProps implementation.
toStringProps() - Method in class snap.text.TextLine
Standard toStringProps implementation.
toStringProps() - Method in class snap.text.TextToken
Standard toStringProps implementation.
toStringProps() - Method in class snap.util.ObjectArray
Standard toStringProps implementation.
toStringProps() - Method in class snap.view.Tab
Standard toString implementation.
toStringProps() - Method in class snap.view.View
Standard toString implementation.
toStringProps() - Method in class snap.web.FileHeader
Returns a string representation of file.
toStringProps() - Method in class snap.web.HTTPResponse
Returns a string representation.
toStringProps() - Method in class snap.web.WebResponse
Returns a string representation.
toStringSafe(Map) - Static method in class snap.util.MapUtils
Returns a string representation of map that doesn't recurse.
toXML(Object) - Method in class snap.util.XMLArchiver
Writes the given object to XML elements.
toXML(Object, Object) - Method in class snap.util.XMLArchiver
Writes the given object to XML elements.
toXML(XMLArchiver) - Method in class snap.gfx.BlurEffect
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.Border
XML Archival.
toXML(XMLArchiver) - Method in class snap.gfx.Borders.BevelBorder
XML Archival.
toXML(XMLArchiver) - Method in class snap.gfx.Borders.EdgeBorder
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.Borders.LineBorder
XML Archival.
toXML(XMLArchiver) - Method in class snap.gfx.Color
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.Effect
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.EmbossEffect
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.Font
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.GradientPaint
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.ImagePaint
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.ReflectEffect
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.ShadowEffect
XML archival.
toXML(XMLArchiver) - Method in class snap.gfx.Stroke
XML Archival.
toXML(XMLArchiver) - Method in class snap.text.NumberFormat
Archival.
toXML(XMLArchiver) - Method in class snap.text.RichText
XML archival.
toXML(XMLArchiver) - Method in class snap.text.TextLineStyle
XML archival.
toXML(XMLArchiver) - Method in interface snap.util.XMLArchiver.Archivable
Archival.
toXML(XMLArchiver) - Method in class snap.view.Binding
XML archival.
toXML(XMLArchiver) - Method in class snap.view.ImageView
XML archival.
toXML(XMLArchiver) - Method in class snap.view.ParentView
Override to break toXML into toXMLView and toXMLChildren.
toXML(XMLArchiver) - Method in class snap.view.PathView
XML archival.
toXML(XMLArchiver) - Method in class snap.view.ShapeView
XML archival.
toXML(XMLArchiver) - Method in class snap.view.Slider
XML archival.
toXML(XMLArchiver) - Method in class snap.view.StringView
XML archival.
toXML(XMLArchiver) - Method in class snap.view.TextArea
XML archival.
toXML(XMLArchiver) - Method in class snap.view.ThumbWheel
XML archival.
toXML(XMLArchiver) - Method in class snap.view.View
XML Archival.
toXML(XMLArchiver) - Method in class snap.view.ViewAnim
XML archival.
toXML(XMLArchiver) - Method in class snap.viewx.ColorButton
XML archival.
toXML(XMLArchiver) - Method in class snap.viewx.ColorWell
XML archival.
toXMLAnim(ViewAnim, XMLElement) - Static method in class snap.view.ViewAnim
XML archival.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.BorderView
XML archival of children.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.DocView
XML archival deep.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.Menu
XML archival of children.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.MenuBar
XML archival of children.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.MenuButton
XML archival of children.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.ParentView
XML archival of children.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.SplitView
XML archival deep.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.TableView
XML archival of children.
toXMLChildren(XMLArchiver, XMLElement) - Method in class snap.view.TabView
XML archival deep.
toXMLGuests(ViewHost, XMLArchiver, XMLElement) - Static method in interface snap.view.ViewHost
XML archival of ViewHost.Guests.
toXMLView(XMLArchiver) - Method in class snap.view.ArrowView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.BoxView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.BrowserView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.ButtonBase
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.ColView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.ComboBox
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.Label
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.ListArea
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.ListView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.MenuButton
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.MenuItem
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.ParentView
XML Archival of basic view.
toXMLView(XMLArchiver) - Method in class snap.view.RowView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.ScrollView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.Spinner
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.SplitView
XML Archival of basic view.
toXMLView(XMLArchiver) - Method in class snap.view.SwitchView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.TableCol
XML archival - table columns.
toXMLView(XMLArchiver) - Method in class snap.view.TableView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.TabView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.TextField
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.TextView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.TitleView
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.ToggleButton
XML archival.
toXMLView(XMLArchiver) - Method in class snap.view.TreeView
XML archival.
Trackball - Class in snap.gfx3d
This class implements the trackball widget.
Trackball() - Constructor for class snap.gfx3d.Trackball
Creates a Trackball.
transform(double, double, double, double, double, double) - Method in class snap.gfx.Painter
Transform by transform.
transform(Transform) - Method in class snap.geom.Vect
Transforms this vector by the given transform.
transform(Transform) - Method in class snap.gfx.Painter
Transform by transform.
transform(Transform) - Method in class snap.gfx.PainterDVR
Transform by transform.
transform(Transform) - Method in class snap.gfx.PainterImpl
Transform by transform.
transform(Transform) - Method in class snap.gfx.PainterProxy
Transform by transform.
transform(Transform) - Method in class snap.swing.J2DPainter
Transform painter.
transform(Matrix3D) - Method in class snap.gfx3d.Bounds3D
Transforms the path by the given transform3d.
transform(Matrix3D) - Method in class snap.gfx3d.Path3D
Transforms the path by the given transform matrix.
Transform - Class in snap.geom
A class to represent a mathematical linear transforms.
Transform() - Constructor for class snap.geom.Transform
Creates a new Transform.
Transform(double[]) - Constructor for class snap.geom.Transform
Creates a new Transform with given double array.
Transform(double, double) - Constructor for class snap.geom.Transform
Creates a new Transform with given translation.
Transform(double, double, double, double, double, double) - Constructor for class snap.geom.Transform
Creates a new Transform with given components.
Transform(float[]) - Constructor for class snap.geom.Transform
Creates a new Transform with given float array.
Transform(float, float, float, float, float, float) - Constructor for class snap.geom.Transform
Creates a new Transform with given components.
transformBy(Transform) - Method in class snap.geom.Point
Transforms this point by the given Transform.
transformBy(Matrix3D) - Method in class snap.gfx3d.Polygon3D
Transforms the path by the given transform matrix.
TransformBy(Transform) - Constructor for class snap.gfx.PainterDVR.TransformBy
Creates a new TransformBy.
transformPoint(Point) - Method in class snap.geom.Transform
Transforms the given point.
transformPoint(Point3D) - Method in class snap.gfx3d.Matrix3D
Transforms a given point (and returns it as a convenience).
transformPoints(Matrix3D) - Method in class snap.gfx3d.VertexArray
Transforms points by transform.
transformRect(Rect) - Method in class snap.geom.Transform
Transforms the given rect.
transformSize(Size) - Method in class snap.geom.Transform
Transforms the given size.
transformVector(Size) - Method in class snap.geom.Transform
Transforms the given size as a vector (preserves negative values).
transformVector(Vector3D) - Method in class snap.gfx3d.Matrix3D
Transforms a given vector (and returns it as a convenience).
transformVectorXYZ(double, double, double) - Method in class snap.gfx3d.Matrix3D
Transforms a given vector (and returns it as a convenience).
transformX(double, double) - Method in class snap.geom.Transform
Transforms the given X value.
transformXY(double, double) - Method in class snap.geom.Transform
Transforms the given XY values and return as point.
transformXYArray(double[]) - Method in class snap.geom.Transform
Transforms the given values.
transformXYArray(double[], int) - Method in class snap.geom.Transform
Transforms the given values.
transformXYZ(double, double, double) - Method in class snap.gfx3d.Matrix3D
Transforms a given point (and returns it as a convenience).
transformXYZArray(float[], int) - Method in class snap.gfx3d.Matrix3D
Transforms a given point (and returns it as a convenience).
transformY(double, double) - Method in class snap.geom.Transform
Transforms the given Y value.
Transition() - Constructor for class snap.viewx.TransitionPane.Transition
 
TransitionPane - Class in snap.viewx
A panel that lets you set a view and have the old one transition out.
TransitionPane() - Constructor for class snap.viewx.TransitionPane
Creates a TransitionPane.
TransitionPane.Transition - Class in snap.viewx
A class to perform transitions.
translate(double, double) - Method in class snap.geom.Transform
Translates this transform by given x & y.
translate(double, double) - Method in class snap.gfx.Painter
Translate by x,y.
translate(double, double, double) - Method in class snap.gfx3d.Matrix3D
Translates by given x, y & z.
TransX_Prop - Static variable in class snap.view.View
 
TransY_Prop - Static variable in class snap.view.View
 
TreeCol<T> - Class in snap.view
A ListArea subclass that represents a column in TreeView.
TreeCol() - Constructor for class snap.view.TreeCol
Creates a new TreeCol.
TreeResolver<T> - Class in snap.view
An interface for providing tree item information.
TreeResolver() - Constructor for class snap.view.TreeResolver
 
TreeResolver.Adapter<T> - Class in snap.view
An Adapter class.
TreeView<T> - Class in snap.view
A View subclass to show a list of hierarchical items.
TreeView() - Constructor for class snap.view.TreeView
Creates a new TreeView.
Triangles - Enum constant in enum class snap.geom.PointArray.Ordering
 
trim() - Method in class snap.gfx3d.Polygon3D
Trims arrays.
trim() - Method in class snap.gfx3d.VertexArray
Trims arrays.
trimEnd(CharSequence) - Static method in class snap.util.StringUtils
Trims the end of a string.
trimStart(CharSequence) - Static method in class snap.util.StringUtils
Trims the start of a string.
trunc(double, double) - Static method in class snap.util.MathUtils
Truncate x down to the nearest y.
TYPE_2CLR - Static variable in class snap.gfx.ColorSpace
Generic 2 component color spaces.
TYPE_3CLR - Static variable in class snap.gfx.ColorSpace
Generic 3 component color spaces.
TYPE_4CLR - Static variable in class snap.gfx.ColorSpace
Generic 4 component color spaces.
TYPE_5CLR - Static variable in class snap.gfx.ColorSpace
Generic 5 component color spaces.
TYPE_CMY - Static variable in class snap.gfx.ColorSpace
Any of the family of CMY color spaces.
TYPE_CMYK - Static variable in class snap.gfx.ColorSpace
Any of the family of CMYK color spaces.
TYPE_GRAY - Static variable in class snap.gfx.ColorSpace
Any of the family of GRAY color spaces.
TYPE_Lab - Static variable in class snap.gfx.ColorSpace
Any of the family of Lab color spaces.
TYPE_LINEAR - Static variable in class snap.view.ThumbWheel
 
TYPE_MAIN - Static variable in class snap.view.WindowView
 
TYPE_PLAIN - Static variable in class snap.view.WindowView
 
TYPE_RADIAL - Static variable in class snap.view.ThumbWheel
 
TYPE_RGB - Static variable in class snap.gfx.ColorSpace
Any of the family of RGB color spaces.
TYPE_UTILITY - Static variable in class snap.view.WindowView
 

U

U - Static variable in class snap.view.KeyCode
 
UKNOWN - Static variable in class snap.web.MIMEType
 
UnaryExprHandler() - Constructor for class snap.util.KeyChainParser.UnaryExprHandler
 
UNAUTHORIZED - Static variable in class snap.web.HTTPResponse
 
UNAUTHORIZED - Static variable in class snap.web.WebResponse
 
uncaughtException(Thread, Throwable) - Method in class snap.viewx.ExceptionReporter
Creates a new exception reporter for given throwable.
UNDERLINE_KEY - Static variable in class snap.text.TextStyle
 
undo() - Method in class snap.props.Undoer
Pops last undo set off stack and has it update all changed objects it contains.
undo() - Method in class snap.props.UndoSet
Executes undo for this event.
undo() - Method in class snap.view.TextArea
Called to undo the last edit operation in the editor.
undo() - Method in class snap.view.TextView
Called to undo the last edit operation in the editor.
UndoAvailable_Prop - Static variable in class snap.props.Undoer
 
undoChange() - Method in class snap.props.PropChange
Undoes this change.
Undoer - Class in snap.props
Undoer - this object manages undo by keeping lists of property changes.
Undoer() - Constructor for class snap.props.Undoer
Constructor.
Undoer.Selection - Interface in snap.props
An interface for undo/redo selection.
undoerAddPropChange(PropChange) - Method in class snap.view.TextArea
Adds a property change to undoer.
undoerSaveChanges() - Method in class snap.view.TextArea
Saves changes to undoer.
UndoSet - Class in snap.props
This class represents a single undo but holds a list of PropChanges.
UndoSet() - Constructor for class snap.props.UndoSet
Creates a new empty undo set.
UndoTextSel() - Constructor for class snap.view.TextArea.UndoTextSel
 
union(double, double, double, double) - Method in class snap.geom.Rect
Sets this rect to combined area with given rect.
union(Rect) - Method in class snap.geom.Rect
Sets this rect to combined area with given rect.
unionEvenIfEmpty(Rect) - Method in class snap.geom.Rect
Unions the receiver rect with the given rect.
UnitRect - Static variable in class snap.geom.Rect
 
Unknown - Static variable in class snap.web.DataType
 
UNKNOWN - Enum constant in enum class snap.util.SnapUtils.Platform
 
unzipFile(File) - Static method in class snap.util.FileUtils
Unzips the given file into the destination file.
Up - Enum constant in enum class snap.view.ArrowView.Arrow
 
UP - Static variable in class snap.view.KeyCode
 
update() - Method in class snap.text.TextBox
Updates text box.
updateCellAt(int) - Method in class snap.view.ListArea
Updates item at index (required to be in visible range).
updateFile(WebFile) - Method in interface snap.web.WebFile.Updater
Saves the file.
updateIndex(int) - Method in class snap.view.ListArea
Called to update items in the list that have changed, by index.
updateItem(T) - Method in class snap.view.ListArea
Called to update item in list that has changed.
updateItem(T) - Method in class snap.view.ListView
Called to update item in list that has changed.
updateItem(T) - Method in class snap.view.TableView
Tell table to update given item.
updateItem(T) - Method in class snap.view.TreeView
Called to update item that has changed.
updateItems() - Method in class snap.view.ListArea
Called to update all visible items in list.
updateItems() - Method in class snap.view.TableView
Tell table to update visible items.
updateItems() - Method in class snap.view.TreeView
Called to update all visible items.
updateItems(T[]) - Method in class snap.view.BrowserView
Called to update items that have changed.
updateItems(T[]) - Method in class snap.view.ListArea
Called to update items in list that have changed.
updateItems(T[]) - Method in class snap.view.ListView
Called to update items in list that have changed.
updateItems(T[]) - Method in class snap.view.TableView
Tell table to update given items.
updateItems(T[]) - Method in class snap.view.TreeView
Called to update items that have changed.
updateLater() - Method in class snap.view.ViewUpdater
Register call to update via runLater.
updateLines(int) - Method in class snap.text.TextDoc
Updates Lines (Index, Start) from index line to text end.
updateLines(int, int, int) - Method in class snap.text.TextBox
Updates lines for given char start and an old/new char end.
Updater_Prop - Static variable in class snap.web.WebFile
 
updateRuns(int) - Method in class snap.text.TextLine
Updates length due to change in given run.
updaterWillPaint(RootView, Rect) - Method in interface snap.view.ViewUpdater.Listener
Called before paint request.
updateScrollBarsShowing() - Method in class snap.view.ScrollView
Called to update whether ScrollBars are showing.
updateTask(int) - Method in class snap.util.TaskMonitor.Text
Called to update task work count.
updateTask(int) - Method in interface snap.util.TaskMonitor
Denote that some work units have been completed.
updateTask(int) - Method in class snap.util.TaskRunner
Denote that some work units have been completed.
updateTask(int) - Method in class snap.viewx.TaskMonitorPanel
Denote that some work units have been completed.
updateText() - Method in class snap.text.TextLine
Updates text.
updateValues() - Method in class snap.view.ViewAnim
Updates values for current time.
updateViews() - Method in class snap.view.ViewUpdater
Main update method: Updates these view things: - View animation - ViewOwner resetUI calls - View layout - View painting.
URLUtils - Class in snap.util
Utilities for URL.
URLUtils() - Constructor for class snap.util.URLUtils
 

V

V - Static variable in class snap.view.KeyCode
 
Value_Prop - Static variable in class snap.view.Slider
 
Value_Prop - Static variable in class snap.view.Spinner
 
ValueHandler() - Constructor for class snap.util.JSParser.ValueHandler
 
valueOf(String) - Static method in enum class snap.geom.Arc.Closure
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.geom.HPos
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.geom.PointArray.Ordering
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.geom.Pos
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.geom.Seg
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.geom.Side
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.geom.VPos
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.gfx.GradientPaint.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.gfx.Painter.Composite
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.gfx.Stroke.Cap
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.gfx.Stroke.Join
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.gfx3d.Side3D.Corner
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.gfx3d.Side3D.Edge
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.gfx3d.Side3D
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.parse.ParseRule.Op
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.parse.Regex.Op
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.text.NumberFormat.ExpStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.util.Interpolator.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.util.KeyChain.Op
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.util.SnapUtils.Platform
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.util.TaskRunner.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.view.ArrowView.Arrow
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.view.TitleView.TitleStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.view.ViewEvent.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.view.WindowView.Style
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.viewx.DialogBox.MessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.viewx.DialogBox.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class snap.web.WebRequest.Type
Returns the enum constant of this class with the specified name.
valueOfIC(Class<T>, String) - Static method in class snap.util.EnumUtils
Returns an enum for enum class and string, ignoring case.
values() - Static method in enum class snap.geom.Arc.Closure
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.geom.HPos
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.geom.PointArray.Ordering
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.geom.Pos
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.geom.Seg
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.geom.Side
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.geom.VPos
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.gfx.GradientPaint.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.gfx.Painter.Composite
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.gfx.Stroke.Cap
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.gfx.Stroke.Join
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.gfx3d.Side3D.Corner
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.gfx3d.Side3D.Edge
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.gfx3d.Side3D
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.parse.ParseRule.Op
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.parse.Regex.Op
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.text.NumberFormat.ExpStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.util.Interpolator.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.util.KeyChain.Op
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.util.SnapUtils.Platform
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.util.TaskRunner.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.view.ArrowView.Arrow
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.view.TitleView.TitleStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.view.ViewEvent.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.view.WindowView.Style
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.viewx.DialogBox.MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.viewx.DialogBox.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class snap.web.WebRequest.Type
Returns an array containing the constants of this enum class, in the order they are declared.
VBarShowing_Prop - Static variable in class snap.view.ScrollView
 
Vect - Class in snap.geom
This class represents a vector.
Vect() - Constructor for class snap.geom.Vect
Constructor.
Vect(double, double) - Constructor for class snap.geom.Vect
Constructor for given XY coords.
Vector3D - Class in snap.gfx3d
This class represents a 3D vector.
Vector3D() - Constructor for class snap.gfx3d.Vector3D
Constructor.
Vector3D(double, double, double) - Constructor for class snap.gfx3d.Vector3D
Constructor for the given vector components.
Vector3D(Point3D, Point3D) - Constructor for class snap.gfx3d.Vector3D
Constructor for vector from given point to second given point.
Vector3D(Vector3D) - Constructor for class snap.gfx3d.Vector3D
Creates a new vector from the given vector.
VertexArray - Class in snap.gfx3d
This class manages raw vertex data (points, colors, normals, texture coords).
VertexArray() - Constructor for class snap.gfx3d.VertexArray
Constructor.
VertexArrayShape - Class in snap.gfx3d
This Shape3D subclass just wraps around a VertexArray.
VertexArrayShape() - Constructor for class snap.gfx3d.VertexArrayShape
Constructor.
VertexArrayShape(VertexArray) - Constructor for class snap.gfx3d.VertexArrayShape
Constructor.
VertexArrayUtils - Class in snap.gfx3d
Utility methods for VertexArray.
VertexArrayUtils() - Constructor for class snap.gfx3d.VertexArrayUtils
 
Vertical_Prop - Static variable in class snap.view.View
 
View - Class in snap.view
A standard view implementation to show graphics and handle events and form the basis of all views (buttons, sliders, text fields, etc.).
View() - Constructor for class snap.view.View
Constructor.
ViewAnim - Class in snap.view
A class to animate View attributes.
ViewAnim(View) - Constructor for class snap.view.ViewAnim
Constructor.
ViewAnim(View, int, int) - Constructor for class snap.view.ViewAnim
Constructor.
ViewAnimUtils - Class in snap.view
Utility methods for ViewAnim.
ViewAnimUtils() - Constructor for class snap.view.ViewAnimUtils
 
ViewArchiver - Class in snap.view
This class handles Snap View archival.
ViewArchiver() - Constructor for class snap.view.ViewArchiver
Creates a new ViewArchiver.
ViewBuilder<T extends View> - Class in snap.view
A class to facilitate building views quickly.
ViewBuilder(Class<T>) - Constructor for class snap.view.ViewBuilder
Constructor.
ViewEnv - Class in snap.view
An interface for platform specific UI functionality.
ViewEnv() - Constructor for class snap.view.ViewEnv
 
ViewEvent - Class in snap.view
Represents node UI events sent to a Views for input events.
ViewEvent() - Constructor for class snap.view.ViewEvent
 
ViewEvent.Type - Enum Class in snap.view
Types for events.
ViewHeight_Prop - Static variable in class snap.gfx3d.Camera
 
ViewHost - Interface in snap.view
An interface for Views primarily intended to hold other (arbitrary) views.
ViewList - Class in snap.view
A class to manage a list of views.
ViewList() - Constructor for class snap.view.ViewList
 
ViewOwner - Class in snap.view
A base controller class that manages a UI View (usually loaded from a snp UI file).
ViewOwner() - Constructor for class snap.view.ViewOwner
Constructor.
ViewOwner(View) - Constructor for class snap.view.ViewOwner
Constructor with given View for UI.
ViewOwnersTreeResolver() - Constructor for class snap.viewx.DevPaneViewOwners.ViewOwnersTreeResolver
 
ViewPhysics<T> - Class in snap.view
A class to represents physical attributes of a view for the purpose of physics simulation.
ViewPhysics() - Constructor for class snap.view.ViewPhysics
 
ViewProxy<T extends View> - Class in snap.view
This class represents a view for the purpose of layout.
ViewProxy(View) - Constructor for class snap.view.ViewProxy
Creates a new ViewProxy for given View.
ViewTheme - Class in snap.view
A class to provide view area classes to define UI look.
ViewTheme() - Constructor for class snap.view.ViewTheme
Constructor.
ViewTimer - Class in snap.view
A Timer to fire on node event thread.
ViewTimer() - Constructor for class snap.view.ViewTimer
Creates a new ViewTimer.
ViewTimer(int, Consumer<ViewTimer>) - Constructor for class snap.view.ViewTimer
Creates a new ViewTimer for period and action.
viewToScreen(View, double, double) - Method in class snap.swing.SWWindowHpr
Override to correct for case of RootView not in Swing Window.
viewToScreen(View, double, double) - Method in class snap.view.WindowView.WindowHpr
Convert given point x/y from given view to screen.
ViewTreeResolver() - Constructor for class snap.viewx.DevPaneViews.ViewTreeResolver
 
ViewUpdater - Class in snap.view
A class to update view painting, layout and animation and ViewOwner resets.
ViewUpdater(WindowView) - Constructor for class snap.view.ViewUpdater
Creates a ViewUpdater.
ViewUpdater.Listener - Interface in snap.view
An interface to listen to ViewUpdater events.
ViewUtils - Class in snap.view
Utility methods for nodes.
ViewUtils() - Constructor for class snap.view.ViewUtils
 
ViewWidth_Prop - Static variable in class snap.gfx3d.Camera
 
visible(boolean) - Method in class snap.view.Tab.Builder
 
Visible_Prop - Static variable in class snap.view.View
 
vlineTo(double) - Method in class snap.geom.ShapeBuilder
Vertical LineTo.
VPos - Enum Class in snap.geom
A class to represent a vertical position (TOP, CENTER, BOTTOM).

W

W - Static variable in class snap.view.KeyCode
 
W_RESIZE - Static variable in class snap.view.Cursor
 
warnImage - Static variable in class snap.viewx.DialogBox
 
Warning - Enum constant in enum class snap.viewx.DialogBox.MessageType
 
Wav - Static variable in class snap.web.DataType
 
WAV - Static variable in class snap.web.MIMEType
 
WebFile - Class in snap.web
Represents a file from a WebSite.
WebFile() - Constructor for class snap.web.WebFile
Constructor.
WebFile.Updater - Interface in snap.web
An interface for classes that want to post modifications to files.
WebGetter - Class in snap.web
A class to handle loading of URL items.
WebGetter() - Constructor for class snap.web.WebGetter
 
WebRequest - Class in snap.web
A request to a server.
WebRequest() - Constructor for class snap.web.WebRequest
Constructor.
WebRequest(WebFile) - Constructor for class snap.web.WebRequest
Constructor for given file.
WebRequest(WebURL) - Constructor for class snap.web.WebRequest
Constructor for given URL.
WebRequest.Type - Enum Class in snap.web
 
WebResponse - Class in snap.web
The response.
WebResponse(WebRequest) - Constructor for class snap.web.WebResponse
Creates a new WebResponse for given request.
WebSite - Class in snap.web
This is an abstract class to provide data management (create, get, put, delete) and file management.
WebSite() - Constructor for class snap.web.WebSite
Constructor.
WebSitePane - Class in snap.viewx
This class is the base class for WebSite open/save browsers.
WebSitePane() - Constructor for class snap.viewx.WebSitePane
Constructor.
WebSitePaneX - Class in snap.viewx
A class to select a file to open or save.
WebSitePaneX() - Constructor for class snap.viewx.WebSitePaneX
Constructor.
WebURL - Class in snap.web
A class to represent a URL for a WebSite and WebFile (it can be both for nested sources).
WebURL(Object) - Constructor for class snap.web.WebURL
Constructor for given source.
WebUtils - Class in snap.web
Utility methods for Web classes.
WebUtils() - Constructor for class snap.web.WebUtils
 
WELL_SIZE - Static variable in class snap.styler.GradientStopPicker
 
WHITE - Static variable in class snap.gfx.Color
 
WhiteSpace - Static variable in class snap.parse.Regex
 
width - Variable in class snap.geom.RectBase
 
width - Variable in class snap.geom.Size
 
width - Variable in class snap.gfx.ImageUtils.ImageInfo
 
width(double) - Method in class snap.gfx.Stroke.Builder
 
Width_Prop - Static variable in class snap.gfx.Stroke
 
Width_Prop - Static variable in class snap.view.View
 
WinClose - Enum constant in enum class snap.view.ViewEvent.Type
 
WinClose - Static variable in class snap.view.ViewOwner
 
WIND_EVEN_ODD - Static variable in class snap.geom.PathIter
 
WIND_EVEN_ODD - Static variable in class snap.geom.Shape
 
WIND_NON_ZERO - Static variable in class snap.geom.PathIter
 
WIND_NON_ZERO - Static variable in class snap.geom.Shape
 
WindowHpr() - Constructor for class snap.view.WindowView.WindowHpr
 
WINDOWS - Enum constant in enum class snap.util.SnapUtils.Platform
 
WindowView - Class in snap.view
A class to manage a Window.
WindowView() - Constructor for class snap.view.WindowView
Creates a WindowView.
WindowView.Style - Enum Class in snap.view
 
WindowView.WindowHpr<T> - Class in snap.view
A class to map snap Window functionality to native platform.
WinOpen - Enum constant in enum class snap.view.ViewEvent.Type
Window events.
Word(String, int) - Constructor for class snap.text.SpellCheck.Word
Constructor for given word at index.
wrap(String, int) - Static method in class snap.util.StringUtils
Returns a string wrapped on word boundaries.
wrap(String, int, String, String) - Static method in class snap.util.StringUtils
Returns a string wrapped on word boundaries as defined by regex string (eg., whitespace="\\s*", dot="\\.", etc.).
WrapLines_Prop - Static variable in class snap.view.TextArea
 
WrapLines_Prop - Static variable in class snap.view.TextView
 
WrapView - Class in snap.view
A parent view to correctly layout a content view even if rotated and/or scaled.
WrapView(View) - Constructor for class snap.view.WrapView
Constructor for given view.
WrapView(View, boolean, boolean) - Constructor for class snap.view.WrapView
Constructor for given view.
write(StringBuffer, String) - Method in class snap.util.XMLElement
Writes the element to the given string buffer using the given indent level and indent string.
write(StringBuffer, String, int, String) - Method in class snap.util.XMLElement
Writes the element to the given string buffer using the given indent level and indent string.
write(ParseRule, WebFile) - Method in class snap.parse.ParseUtils
Writes a rule to a file.
writeBytes(byte[], Object) - Static method in class snap.util.SnapUtils
Writes the given bytes to the given output object (string path or file).
writeBytes(File, byte[]) - Static method in class snap.util.FileUtils
Writes the given bytes (within the specified range) to the given file.
writeBytesSafely(File, byte[]) - Static method in class snap.util.FileUtils
Writes the given bytes (within the specified range) to the given file, with an option for doing it "safely".
writeJSON(JSValue, String) - Method in class snap.util.JSWriter
Writes the given JSON object to given file path.
writeObject(Object) - Method in class snap.util.JSArchiver
Write an object to JSON.
writePropObjectToJSON(PropObject) - Method in class snap.props.PropArchiverJS
Converts a PropObject to JSON.
writePropObjectToXML(PropObject) - Method in class snap.props.PropArchiverXML
Converts a PropObject to XML.
writePropObjectToXMLBytes(PropObject) - Method in class snap.props.PropArchiverXML
Converts a PropObject to XML.
writeToSourceFile() - Method in class snap.text.SubText
Save TextDoc text to Source file.
writeToSourceFile() - Method in class snap.text.TextDoc
Write TextDoc text to source file.
writeToXML(Object) - Method in class snap.util.XMLArchiver
Returns an xml element for a given object.
writeToXMLBytes(Object) - Method in class snap.util.XMLArchiver
Writes given object to XML and returns the XML bytes.

X

x - Variable in class snap.geom.Point
 
x - Variable in class snap.geom.RectBase
 
x - Variable in class snap.geom.Vect
 
x - Variable in class snap.gfx3d.Point3D
 
x - Variable in class snap.gfx3d.Vector3D
 
X - Static variable in class snap.view.KeyCode
 
X_Prop - Static variable in class snap.view.View
 
x0 - Variable in class snap.geom.Segment
 
x1 - Variable in class snap.geom.Segment
 
xform - Variable in class snap.gfx.PainterImpl.GState
 
XMLArchiver - Class in snap.util
This class manages archival and unarchival to/from XMLElements.
XMLArchiver() - Constructor for class snap.util.XMLArchiver
 
XMLArchiver.Archivable - Interface in snap.util
An interface for objects that are archivable.
XMLArchiver.Resource - Class in snap.util
This inner class represents a named resource associated with an archiver.
XMLAttribute - Class in snap.util
This class represents an XML attribute by simply having a name and value.
XMLAttribute() - Constructor for class snap.util.XMLAttribute
Creates an empty attribute.
XMLAttribute(String, boolean) - Constructor for class snap.util.XMLAttribute
Creates an attribute initialized with the given name and boolean value.
XMLAttribute(String, double) - Constructor for class snap.util.XMLAttribute
Creates an attribute initialized with the given name and float value.
XMLAttribute(String, int) - Constructor for class snap.util.XMLAttribute
Creates an attribute initialized with the given name and int value.
XMLAttribute(String, Boolean) - Constructor for class snap.util.XMLAttribute
Creates an attribute initialized with the given name and Boolean value.
XMLAttribute(String, String) - Constructor for class snap.util.XMLAttribute
Creates an attribute initialized with the given name and value.
XMLElement - Class in snap.util
The class represents an XML element and simply manages a list of XML attributes and a list XML elements (recursively).
XMLElement() - Constructor for class snap.util.XMLElement
Creates a new element.
XMLElement(String) - Constructor for class snap.util.XMLElement
Creates a new element with given name.
XMLElement(String, String) - Constructor for class snap.util.XMLElement
Creates a new element with given name and value.
XMLParser - Class in snap.util
A class to load an XMLElement from aSource.
XMLParser() - Constructor for class snap.util.XMLParser
Creates a new XMLParser.
XMLParser.AttributeHandler - Class in snap.util
Attribute Handler: Attribute { Name "=" String }
XMLParser.DocumentHandler - Class in snap.util
Document Handler: Document { Prolog? DocType? Element }
XMLParser.ElementHandler - Class in snap.util
Element Handler: Element { "<" Name Attribute* ("/>" | (">" Content "</" Name ">")) }
XMLParser.PrologHandler - Class in snap.util
Prolog Handler: Prolog { "<?xml" Attribute* "?>" }
XMLParser.XMLTokenizer - Class in snap.util
A Tokenizer subclass to read XML contents.
XMLTokenizer() - Constructor for class snap.util.XMLParser.XMLTokenizer
 
xor(List<T>, List<T>) - Static method in class snap.util.ListUtils
Adds object from list 2 to list 1, unless they are already present (then removes them).

Y

y - Variable in class snap.geom.Point
 
y - Variable in class snap.geom.RectBase
 
y - Variable in class snap.geom.Vect
 
y - Variable in class snap.gfx3d.Point3D
 
y - Variable in class snap.gfx3d.Vector3D
 
Y - Static variable in class snap.view.KeyCode
 
Y_Prop - Static variable in class snap.view.View
 
y0 - Variable in class snap.geom.Segment
 
y1 - Variable in class snap.geom.Segment
 
Yaw_Prop - Static variable in class snap.gfx3d.Camera
 
Yaw_Prop - Static variable in class snap.gfx3d.CameraView
 
Yaw_Prop - Static variable in class snap.gfx3d.CubeView
 
YELLOW - Static variable in class snap.gfx.Color
 
YES_OPTION - Static variable in class snap.viewx.DialogBox
Return value form class method if OK is chosen.

Z

z - Variable in class snap.gfx3d.Point3D
 
z - Variable in class snap.gfx3d.Vector3D
 
Z - Static variable in class snap.view.KeyCode
 
ZeroOrMore - Enum constant in enum class snap.parse.ParseRule.Op
 
ZeroOrOne - Enum constant in enum class snap.parse.ParseRule.Op
 
ZeroRect - Static variable in class snap.geom.Rect
 
ZipFileSite - Class in snap.web
A WebSite subclass for Zip and Jar files.
ZipFileSite() - Constructor for class snap.web.ZipFileSite
 

_

_a - Variable in class snap.geom.Transform
 
_actionHandler - Variable in class snap.viewx.WebSitePane
 
_align - Variable in class snap.view.View
 
_alignX - Variable in class snap.text.TextBoxLine
 
_altDown - Static variable in class snap.view.ViewUtils
 
_array - Variable in class snap.util.ObjectArray
 
_ascent - Variable in class snap.text.TextBoxLine
 
_asSite - Variable in class snap.web.WebURL
 
_b - Variable in class snap.geom.Transform
 
_backupHandler - Variable in class snap.parse.ParseHandler
 
_borderRadius - Variable in class snap.view.View
 
_bounds - Variable in class snap.geom.Shape
 
_bytes - Variable in class snap.web.HTTPResponse
 
_c - Variable in class snap.geom.Transform
 
_camera - Variable in class snap.gfx3d.Renderer
 
_cancelled - Variable in class snap.viewx.DialogBox
 
_charIndex - Variable in class snap.parse.Tokenizer
 
_child0 - Variable in class snap.parse.ParseRule
 
_child1 - Variable in class snap.parse.ParseRule
 
_children - Variable in class snap.view.ParentView
 
_cntrDown - Static variable in class snap.view.ViewUtils
 
_code - Variable in class snap.web.HTTPResponse
 
_col - Variable in class snap.view.ListCell
 
_col - Variable in class snap.viewx.ColorDock.Swatch
 
_color - Variable in class snap.viewx.ColorDock.Swatch
 
_contentLength - Variable in class snap.web.HTTPResponse
 
_contentType - Variable in class snap.web.HTTPResponse
 
_cookies - Variable in class snap.web.HTTPResponse
 
_d - Variable in class snap.geom.Transform
 
_defaultLineStyle - Variable in class snap.text.TextDoc
 
_defaultTextStyle - Variable in class snap.text.TextDoc
 
_descent - Variable in class snap.text.TextBoxLine
 
_dir - Variable in class snap.web.WebFile
 
_dirComboBox - Variable in class snap.viewx.WebSitePaneX
 
_effect - Variable in class snap.view.View
 
_end - Variable in class snap.text.SpellCheck.Word
 
_endCharIndex - Variable in class snap.parse.ParseToken.BasicToken
 
_endCharIndexInDoc - Variable in class snap.text.SubText
 
_env - Static variable in class snap.gfx.GFXEnv
 
_env - Static variable in class snap.view.ViewEnv
 
_exists - Variable in class snap.web.WebFile
 
_factory - Static variable in class snap.gfx.ColorSpace
 
_factory - Variable in class snap.gfx3d.Renderer
 
_filters - Variable in class snap.view.EventAdapter
 
_focusGainedText - Variable in class snap.view.TextField
 
_font - Variable in class snap.view.View
 
_fontScale - Variable in class snap.text.TextBox
 
_fontSizing - Variable in class snap.text.StyledString
 
_format - Variable in class snap.text.NumberFormat
 
_formView - Variable in class snap.viewx.FormBuilder
 
_frames - Static variable in class snap.view.ViewUpdater
 
_graphic - Variable in class snap.view.Label
 
_growHeightCount - Variable in class snap.view.ParentViewProxy
 
_growWidthCount - Variable in class snap.view.ParentViewProxy
 
_gsize - Variable in class snap.gfx.PainterImpl
 
_gstate - Variable in class snap.gfx.PainterImpl
 
_gstates - Variable in class snap.gfx.PainterImpl
 
_handlers - Variable in class snap.view.EventAdapter
 
_height - Variable in class snap.text.TextBoxLine
 
_helper - Variable in class snap.props.PropArchiver
 
_helper - Variable in class snap.view.WindowView
 
_image - Variable in class snap.view.ImageView
 
_index - Variable in class snap.text.TextBoxLine
 
_index - Variable in class snap.text.TextLine
 
_index - Variable in class snap.text.TextRun
 
_index - Variable in class snap.text.TextToken
 
_index - Variable in class snap.view.BrowserCol
 
_inputText - Variable in class snap.viewx.WebSitePaneX
 
_item - Variable in class snap.view.ListCell
 
_items - Variable in class snap.view.ListArea
 
_lastModified - Variable in class snap.web.HTTPResponse
 
_leading - Variable in class snap.text.TextBoxLine
 
_length - Variable in class snap.text.TextBoxLine
 
_length - Variable in class snap.text.TextDoc
 
_length - Variable in class snap.text.TextRun
 
_length - Variable in class snap.util.ObjectArray
 
_lineAdvance - Variable in class snap.text.TextBoxLine
 
_lineIndex - Variable in class snap.parse.ParseToken.BasicToken
 
_lineIndex - Variable in class snap.parse.Tokenizer
 
_lines - Variable in class snap.text.TextDoc
 
_lineStart - Variable in class snap.parse.Tokenizer
 
_lineStyle - Variable in class snap.text.TextLine
 
_listArea - Variable in class snap.view.ListCell
 
_lookAheadCount - Variable in class snap.parse.ParseRule
 
_managed - Variable in class snap.view.ViewList
 
_margin - Variable in class snap.view.View
 
_master - Static variable in class snap.viewx.Printer
 
_message - Variable in class snap.web.HTTPResponse
 
_metaDown - Static variable in class snap.view.ViewUtils
 
_modified - Variable in class snap.web.WebFile
 
_modTime - Variable in class snap.web.WebFile
 
_mouseOvers - Variable in class snap.view.EventDispatcher
 
_mouseOverView - Variable in class snap.view.EventDispatcher
 
_name - Variable in class snap.parse.ParseToken.BasicToken
 
_op - Variable in class snap.parse.ParseRule
 
_padding - Variable in class snap.view.View
 
_paintDebug - Static variable in class snap.view.ViewUpdater
 
_parentMenu - Variable in class snap.view.MenuItem
 
_parentTextStyle - Variable in class snap.text.TextDoc
 
_part - Variable in class snap.parse.ParseHandler
 
_path - Variable in class snap.web.WebFile
 
_pattern - Variable in class snap.parse.ParseRule
 
_pattern - Variable in class snap.parse.ParseToken.BasicToken
 
_pattern - Variable in class snap.text.NumberFormat
 
_pcs - Variable in class snap.gfx3d.Camera
 
_pcs - Variable in class snap.props.PropObject
 
_pcs - Variable in class snap.util.PickList
 
_pntr - Variable in class snap.gfx.PainterProxy
 
_pointArray - Variable in class snap.geom.PointArray
 
_pointArrayLen - Variable in class snap.geom.PointArray
 
_pointCount - Variable in class snap.geom.Path2D
 
_points - Variable in class snap.geom.Path2D
 
_propChangeEnabled - Variable in class snap.text.TextDoc
 
_real - Variable in class snap.props.PropObjectProxy
 
_redoSelection - Variable in class snap.props.UndoSet
 
_repaintRect - Variable in class snap.view.View
 
_row - Variable in class snap.view.ListCell
 
_row - Variable in class snap.viewx.ColorDock.Swatch
 
_rowProxy - Variable in class snap.view.BorderViewProxy
 
_runs - Variable in class snap.text.TextBoxLine
 
_runs - Variable in class snap.text.TextLine
 
_saving - Variable in class snap.viewx.WebSitePane
 
_sb - Variable in class snap.text.TextLine
 
_scene - Variable in class snap.gfx3d.Renderer
 
_segCount - Variable in class snap.geom.Path2D
 
_segPointIndexes - Variable in class snap.geom.Path2D
 
_segs - Variable in class snap.geom.Path2D
 
_selFile - Variable in class snap.viewx.WebSitePane
 
_shiftDown - Static variable in class snap.view.ViewUtils
 
_shiftX - Variable in class snap.text.TextBoxToken
 
_shortcutDown - Static variable in class snap.view.ViewUtils
 
_showArea - Variable in class snap.view.ButtonBase
 
_showing - Variable in class snap.view.View
 
_site - Variable in class snap.viewx.WebSitePane
 
_site - Variable in class snap.web.WebFile
 
_size - Variable in class snap.web.WebFile
 
_smoothSides - Variable in class snap.gfx3d.Shape3D
 
_spacing - Variable in class snap.view.View
 
_split - Variable in class snap.text.TextToken
 
_splitView - Variable in class snap.viewx.DevPane
 
_start - Variable in class snap.text.SpellCheck.Word
 
_startCharIndex - Variable in class snap.parse.ParseToken.BasicToken
 
_startCharIndex - Variable in class snap.text.TextBoxLine
 
_startCharIndex - Variable in class snap.text.TextLine
 
_startCharIndex - Variable in class snap.text.TextRun
 
_startCharIndexInDoc - Variable in class snap.text.SubText
 
_startCharIndexInLine - Variable in class snap.parse.ParseToken.BasicToken
 
_startStyle - Variable in class snap.text.TextBoxLine
 
_startTime - Variable in class snap.view.ViewAnim
 
_string - Variable in class snap.parse.ParseToken.BasicToken
 
_string - Variable in class snap.text.SpellCheck.Word
 
_stringView - Variable in class snap.view.Label
 
_style - Variable in class snap.text.StringBox
 
_style - Variable in class snap.text.TextRun
 
_tabBar - Variable in class snap.view.Tab
 
_table - Variable in class snap.view.TableCol
 
_targeted - Variable in class snap.view.ButtonBase
 
_targFile - Variable in class snap.viewx.WebSitePane
 
_text - Variable in class snap.parse.ParseToken.BasicToken
 
_textArea - Variable in class snap.view.TextAreaKeys
 
_textBox - Variable in class snap.text.TextBoxLine
 
_textDoc - Variable in class snap.text.TextLine
 
_textLine - Variable in class snap.text.TextBoxLine
 
_textLine - Variable in class snap.text.TextRun
 
_textLine - Variable in class snap.text.TextToken
 
_textLineStart - Variable in class snap.text.TextBoxLine
 
_time - Variable in class snap.web.HTTPResponse
 
_tokens - Variable in class snap.text.TextBoxLine
 
_tokens - Variable in class snap.text.TextLine
 
_trans - Variable in class snap.geom.PathIter
 
_triangleArray - Variable in class snap.gfx3d.FacetShape
 
_tx - Variable in class snap.geom.Transform
 
_ty - Variable in class snap.geom.Transform
 
_type - Variable in class snap.view.ViewEvent
 
_types - Variable in class snap.view.EventAdapter
 
_types - Variable in class snap.viewx.WebSitePane
 
_undoSelection - Variable in class snap.props.UndoSet
 
_undoTitle - Variable in class snap.props.UndoSet
 
_url - Variable in class snap.web.WebFile
 
_vertical - Variable in class snap.view.View
 
_view - Variable in class snap.viewx.TaskMonitorPanel
 
_width - Variable in class snap.text.TextBoxLine
 
_width - Variable in class snap.text.TextDoc
 
_width - Variable in class snap.text.TextLine
 
_width - Variable in class snap.text.TextRun
 
_widthAll - Variable in class snap.text.TextBoxLine
 
_x - Variable in class snap.text.TextToken
 
_yloc - Variable in class snap.text.TextBoxLine
 
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 _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form