de.sciss.icons

raphael

package raphael

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. raphael
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class Shapes extends AnyRef

Value Members

  1. def Apply(fun: (Path2D) ⇒ Unit): Shape

    Creates a shape from a given shape function.

  2. val BlackShadow: Paint

  3. val BlackShadowDisabled: Paint

  4. def DimPaint: Paint

  5. def DisabledIcon(extent: Int = 32, fill: Paint = PlainPaintDisabled, shadow: Paint = NoPaint)(fun: (Path2D) ⇒ Unit): Icon

  6. def Icon(extent: Int = 32, fill: Paint = PlainPaint, shadow: Paint = NoPaint)(fun: (Path2D) ⇒ Unit): Icon

    Creates an icon from a given shape function.

  7. val NoPaint: Paint

    Special paint indicating no painting (fully translucent)

  8. def PlainPaint: Paint

  9. def PlainPaintDisabled: Paint

  10. def Shadow: Paint

  11. def ShadowDisabled: Paint

  12. def TexturePaint(extent: Int = 32): Paint

    Standard OS X style textured icon foreground color.

    Standard OS X style textured icon foreground color. Uses a vertical gradient from black to gray. On dark skin look uses whitish.

  13. def TexturePaintDisabled(extent: Int = 32): Paint

  14. def TexturedDisabledIcon(extent: Int = 32)(fun: (Path2D) ⇒ Unit): Icon

  15. def TexturedIcon(extent: Int = 32)(fun: (Path2D) ⇒ Unit): Icon

  16. val WhiteShadow: Paint

  17. val WhiteShadowDisabled: Paint

Inherited from AnyRef

Inherited from Any

Ungrouped