$search

edu::tum::cs::vis::model::util::Appearance Class Reference

Inheritance diagram for edu::tum::cs::vis::model::util::Appearance:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Color getColorFill ()
Color getColorLine ()
String getImageFileName ()
PImage getImageReference ()
int getStrokeWeight ()
void setColorFill (Color colorFill)
void setColorLine (Color colorLine)
void setImageFileName (String imageFileName)
void setImageReference (PImage imageReference)
void setStrokeWeight (int strokeWeight)

Private Attributes

Color colorFill = null
Color colorLine = null
String imageFileName = null
PImage imageReference = null
int strokeWeight = 2

Static Private Attributes

static final long serialVersionUID = 3878380145216484383L

Detailed Description

Appearance of triangle or line. May contain texture or simply a color.

Author:
Stefan Profanter

Definition at line 24 of file Appearance.java.


Member Function Documentation

Color edu::tum::cs::vis::model::util::Appearance::getColorFill (  )  [inline]
Returns:
the colorFill

Definition at line 58 of file Appearance.java.

Color edu::tum::cs::vis::model::util::Appearance::getColorLine (  )  [inline]
Returns:
the colorLine

Definition at line 65 of file Appearance.java.

String edu::tum::cs::vis::model::util::Appearance::getImageFileName (  )  [inline]
Returns:
the imageFileName

Definition at line 72 of file Appearance.java.

PImage edu::tum::cs::vis::model::util::Appearance::getImageReference (  )  [inline]
Returns:
the imageReference

Definition at line 79 of file Appearance.java.

int edu::tum::cs::vis::model::util::Appearance::getStrokeWeight (  )  [inline]
Returns:
the strokeWeight

Definition at line 86 of file Appearance.java.

void edu::tum::cs::vis::model::util::Appearance::setColorFill ( Color  colorFill  )  [inline]
Parameters:
colorFill the colorFill to set

Definition at line 94 of file Appearance.java.

void edu::tum::cs::vis::model::util::Appearance::setColorLine ( Color  colorLine  )  [inline]
Parameters:
colorLine the colorLine to set

Definition at line 102 of file Appearance.java.

void edu::tum::cs::vis::model::util::Appearance::setImageFileName ( String  imageFileName  )  [inline]
Parameters:
imageFileName the imageFileName to set

Definition at line 110 of file Appearance.java.

void edu::tum::cs::vis::model::util::Appearance::setImageReference ( PImage  imageReference  )  [inline]
Parameters:
imageReference the imageReference to set

Definition at line 118 of file Appearance.java.

void edu::tum::cs::vis::model::util::Appearance::setStrokeWeight ( int  strokeWeight  )  [inline]
Parameters:
strokeWeight the strokeWeight to set

Definition at line 126 of file Appearance.java.


Member Data Documentation

the color of the Triangle if the Triangle has no texture Set to null if no fill needed

Definition at line 43 of file Appearance.java.

the color stroke for Triangle or Line Set to null if no stroke needed

Definition at line 48 of file Appearance.java.

the Filename of the texture-Image

Definition at line 33 of file Appearance.java.

an Object reference of a loaded image. Default is null.

Definition at line 38 of file Appearance.java.

final long edu::tum::cs::vis::model::util::Appearance::serialVersionUID = 3878380145216484383L [static, private]

auto generated

Definition at line 28 of file Appearance.java.

Thickness of the stroke

Definition at line 53 of file Appearance.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Friends


knowrob_cad_parser
Author(s): Stefan Profanter
autogenerated on Tue Mar 5 12:15:34 2013