org.sape.carbon.services.console
Interface ConfiguratorConfiguration

All Superinterfaces:
Configuration

public interface ConfiguratorConfiguration
extends Configuration

This is the base template for a new Component Configuration.

Copyright 2002 Sapient

Since:
carbon 1.0
Version:
$Revision: 1.3 $($Author: ghinkl $ / $Date: 2003/04/04 01:11:49 $)
Author:
Greg Hinkle, January 2002

Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setHeight(int value)
           
 void setWidth(int value)
           
 void setX(int value)
           
 void setY(int value)
           
 
Methods inherited from interface org.sape.carbon.core.config.Configuration
clone, getConfigurationInterface, getConfigurationName, getDataStructure, getRootElement, isConfigurationWritable, setConfigurationName, setConfigurationReadOnly
 

Method Detail

getX

public int getX()

setX

public void setX(int value)

getY

public int getY()

setY

public void setY(int value)

getWidth

public int getWidth()

setWidth

public void setWidth(int value)

getHeight

public int getHeight()

setHeight

public void setHeight(int value)


Copyright 1999-2003 Sapient Corporation. All Rights Reserved.