File: Orientable.java

package info (click to toggle)
libswidgets-java 0.1.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze
  • size: 356 kB
  • ctags: 667
  • sloc: java: 3,436; xml: 64; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 235 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Orientable.java
 *
 * Created on 17 August 2002, 01:04
 */

package org.tigris.swidgets;

/**
 *
 * @author  Bob Tarling
 */
public interface Orientable {
    public void setOrientation(Orientation orientation);
}