public class Widget extends Object
Modifier and Type | Field and Description |
---|---|
int |
col |
int |
row |
int |
size_x |
int |
size_y |
URI |
src |
String |
title |
String[] |
tokens |
Constructor and Description |
---|
Widget() |
Modifier and Type | Method and Description |
---|---|
int |
getCol() |
int |
getRow() |
int |
getSize_x() |
int |
getSize_y() |
URI |
getSrc() |
String |
getTitle() |
String[] |
getTokens() |
void |
setCol(int col) |
void |
setRow(int row) |
void |
setSize_x(int size_x) |
void |
setSize_y(int size_y) |
void |
setSrc(URI src) |
void |
setTitle(String title) |
void |
setTokens(String[] tokens) |
void |
tokenize() |
public int col
public int row
public int size_x
public int size_y
public String title
public URI src
public String[] tokens
public int getCol()
public void setCol(int col)
public int getRow()
public void setRow(int row)
public int getSize_x()
public void setSize_x(int size_x)
public int getSize_y()
public void setSize_y(int size_y)
public String getTitle()
public void setTitle(String title)
public URI getSrc()
public void setSrc(URI src)
public String[] getTokens()
public void setTokens(String[] tokens)
public void tokenize()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.