Public Member Functions | Private Attributes | Static Private Attributes
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

Returns:
the colorFill

Definition at line 58 of file Appearance.java.

Returns:
the colorLine

Definition at line 65 of file Appearance.java.

Returns:
the imageFileName

Definition at line 72 of file Appearance.java.

Returns:
the imageReference

Definition at line 79 of file Appearance.java.

Returns:
the strokeWeight

Definition at line 86 of file Appearance.java.

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

Definition at line 94 of file Appearance.java.

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

Definition at line 102 of file Appearance.java.

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

Definition at line 110 of file Appearance.java.

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

Definition at line 118 of file Appearance.java.

void edu.tum.cs.vis.model.util.Appearance.setStrokeWeight ( int  strokeWeight) [inline]
Parameters:
strokeWeightthe 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:


knowrob_cad_parser
Author(s): Stefan Profanter
autogenerated on Sat Dec 28 2013 17:09:45