java-gnome version 4.1.2

org.gnome.sourceview
Class Style

Object
  extended by org.freedesktop.bindings.Pointer
      extended by org.freedesktop.bindings.Proxy
          extended by org.gnome.glib.Object
              extended by org.gnome.sourceview.Style

public class Style
extends Object

Style is used to describe text attributes which are set when given style is used.

Since:
4.1.2
Author:
Georgios Migdos

Method Summary
 Style copy()
          Create a copy of this Style, that has the same attributes set.
 
Methods inherited from class org.freedesktop.bindings.Pointer
toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

copy

public Style copy()
Create a copy of this Style, that has the same attributes set.

Since:
4.1.2


java-gnome